Can anyone tell me why this is doing this?
users have complained have push play button twice react. it's button , in first frame, code below. should mc instead of button? here url:
link
play_btn.onrelease = function() {
_root.gotoandplay(2);
};
stop();
link
play_btn.onrelease = function() {
_root.gotoandplay(2);
};
stop();
More discussions in ActionScript 1 and 2
adobe
Comments
Post a Comment