All right, since most of you know nothing about me, I'll just start by saying I'm a college student, recently changed my major to a program called Interactive Multimedia. It's fun and I like it. There.
Now, I'm in this class called 'Interactive Computing' and as our final project, we have to do something (anything, really) in Flash.
My idea is based on
Colorforms, those little reusable sticker things you would place on a cardboard background. What I'm doing is having a bunch of shapes and objects that the user can move around on a background, thereby making a complete picture. When they're done moving everything, they hit a 'Done' button, the objects freeze, then the user can click on each object for some kind of animation. (For example, clicking on a door will open it and someone will come out and wave)
My problem: getting the objects to stop moving.
I've been working for days trying to get these stupid objects to stay put after I press the Done button, but I can't seem to do it. I've asked my professors for help (one of whom is a programming genius, and has created some awesome stuff with Flash/Actionscript), and no one can figure it out. I need a StopFunction function or something like that. Something that will freeze my objects to keep the user from moving them again, so I can then animate them.
Stuff I've already tried:
-putting stop(); everywhere I can think of
-using a true/false variable combined with if statements
-a do while loop, which I don't even think I did right
If anyone can help me, I sure would appreciate it. Thanks!!!