sbijkers
03-04-2005, 12:23 PM
I made a movieclip added button behaviour with onRelease. Works perfect on PC on PDA it doesn't work. Installed flash player on pocket pc.
Why does onRelease not work on pocket pc?
Here's the code:
_root[label].onRelease = function(){
gotoAndPlay(2);
}
Why does onRelease not work on pocket pc?
Here's the code:
_root[label].onRelease = function(){
gotoAndPlay(2);
}