Hey there,
I’ve got this problem with AS code that works properly only with certain publish settings.
I’m using mc_tween2 on a Flash8 project and I’ve downloaded a mc_tween2.as sample called Activated Menu from the mc_tween site: (http://hosted.zeh.com.br/mctween/examples.html)
The problem is that the example code works fine when Flash publish settings are set to “Flash player 6”.
Now I wanna use it on the almost finished project using “Flash player 8” setting, but for some freaking reason the example’s onRollOut and deActivate functions stop working when using “flashplayer 8” settings.
To make sure the problem is with the publish settings I’ve made two exactly the same .fla’s with one using player 6 and other using player 8 publish settings.
With player 6 things work properly, but with player 8 settings the onRollOuts and deActivated functions won’t work.
The onRollOvers etc work just fine.
What should I do to “convert” the document to work with flash 8 settings?
-Crookmon