PDA

View Full Version : question about movieclips in cs3


devildevil
08-07-2007, 05:26 PM
this might be just a really dumb question but i cant put actionscript on my movieclips anymore in cs3 tho i can on flash 8, is this something to do with actionscript 3 or is their just something simple wrong?

devildevil
08-07-2007, 06:19 PM
can u no longer put actionscript on movieclips or do u have to do it another way?

senocular
08-07-2007, 06:36 PM
That is correct. You have to write your code in the timeline and reference the movie clip using its instance name. For events (like what would be onClipEvent(enterFrame)) you need to use addEventListener.

senocular
08-07-2007, 06:36 PM
http://www.actionscript.org/forums/showthread.php3?t=144008