I just finished a small task for school in Flash and I'm wondering about about the reasons to put Some actionscript in the scene and other in the movie clip.
Info: I'm using Flash CS3 and ActionScript 2.
I uploaded the file here, for anyone who wants to take a look: http://www.mediafire.com/download.php?2z2mivtmokg
Now, I did all the actionscript in the movie clip and I'm wondering, why doesn't it work when I try to do it from the Scene? Suppose I take all the code from the Actions layer in the clip, copy it, delete that layer, go to the scene, make and Actions layer there and past the code, why doesn't it work?
I've tried adding circle_mc(the name of my clip) to the code, but to no avail...
Can someone help me here? Trying to make it so that no code appears in the movie clip, cause I think that was my original assignment.
To further dig in: how should I go about deciding which code goes into the scene and which goes into the movie clip?