ive searched the forums, and google, and nothing seems to be wrong:
[AS]on (rollOver) {
_root.oldman.gotoAndPlay(“1”);
}
[/AS]
the buttons are in their own movie clip, and so is oldman… i just cant figure it out :h:
thanks in advance
ive searched the forums, and google, and nothing seems to be wrong:
[AS]on (rollOver) {
_root.oldman.gotoAndPlay(“1”);
}
[/AS]
the buttons are in their own movie clip, and so is oldman… i just cant figure it out :h:
thanks in advance
UUUURRRRRRRGGGGGGGGGGG!!!
What does _root do??? What are levels? The layers? I’ve looked in the references… but I still don’t get it! Someone
please help me =(
http://www.kirupa.com/developer/actionscript/tricks/root_parent_this.htm
Basically:
_root = First timeline in the hierarchy
_parent = 1 timeline up in the hierarchy from the timeline you are currently on
this = timeline you are currently on
:: Copyright KIRUPA 2024 //--