PDA

View Full Version : How can i write a script on movie clip


ashishkummar2
08-16-2007, 10:01 AM
In flash CS3. i have a movie clip on stage. i pressing the f9 button after selecting the movie clip. but i m not able to write any script in the script window. because the script window is un-highlighted.

panel
08-16-2007, 10:20 AM
It isn't possibe any more in AS3 (still possible in as2 in flash CS3).

ashishkummar2
08-16-2007, 10:40 AM
:(, its very bad. tell me the atternative solution plz

panel
08-16-2007, 01:23 PM
well actually in my opinion it is good. You would knew this if you wolud edit project made by someone else (you have no idea how hard is to find such code...so many objects, layers == horror)

You can ex write code on timelineframe (or class) and adres it to object using its instance name.

jsimpson
08-16-2007, 02:15 PM
It's very frustrating to work on a file that has actionscript inside nested movies, and delays and timers. I work at a relatively small design shop as a developer, and sometimes I get asked to make a medium amount of changes in some of the designers flash files... it sometimes can take so long that I could almost rebuild the entire file in the time it takes to edit it.

ashishkummar2
08-17-2007, 05:41 AM
Thanks dude. I think this may be easy for script management.