mx 2004
mx 2004
Out of context: Reply #11
- Started
- Last post
- 32 Responses
- ddefenba0
Learning AS 2.0 should pay off in the long-run as it is now so fully-featured that there should only be tweaks in the future. Still, it is very annoying for just the basics. You could try the behaviors... they may do everything you need.
As for tell targetting:
1. name movie clip instance on stage (ex: myClip)
2._root.myClip.gotoAndPlay(2);or some such...