
on (rollOver) { if (_root.link != 1) { gotoAndPlay(this._target + “:s1″); } } on (rollOut, releaseOutside) { if (_root.link != 1) { gotoAndPlay(this._target + “:s2″); } } on (release) { if (_root.link != 1) { if (_root.link) { gotoAndPlay(_parent[“item” + _root.link] + “:s2″); } _root.link = 1; } }
I understand that _root in as3 it’s MovieClip(root). i make the change and put the function and EventListener for the button and replace _root with root….but dont work …
i need to have the last activiti of a button that when i press another button the primari button CLICKed to make a action ( roll out) and the second button CLICKed ..gotoAndPlay("label1")
i read that i need to make a array with my button menu and that to place a IF …..
here it’s the menu http://s3.envato.com/files/68395/index.html
If you would like to make a comment, please fill out the form below.
Recent Comments