I am working on a project and this thought just occured to me. Is it possible to make a 3D0 into a switch that moves another 3D0? Please post an example or direct me to one if possible...
This is the static archive of the Massassi Forums. The forums are
closed indefinitely. Thanks for all the memories!
You can also download
Super Old Archived Message Boards
from when Massassi first started.
"View" counts are as of the day the forums were archived, and will no longer increase.
symbols: thing switch thing thingthatwillmove end code: activated: if (getsenderref()=switch) { if (getthingframe(thingthatwillmove)=0) { movetoframe(thingthatwillmove, 1) } else { movetoframe(thingthatwillmove, 0) } return }