FLASH - GoTo Q
FLASH - GoTo Q
Out of context: Reply #1
- Started
- Last post
- 3 Responses
- Meeklo0
I'm trying this now:
on (rollOver) {
//Play the start of the zoom animation
this.square_mc.gotoAndPlay("zoom...
//Add 10 to the root variable archiveOrder
_root.archiveOrder+=10;
//Set the depth of the child movie to the new archiveOrder variable to appear on top
this.swapDepths(_root.archiveOrd...
}
on (rollOut) {
//Play the end of the zoom animation
this.square_mc.gotoAndPlay("zoom...
}
on (press) {
this._parent.calendar_holder.got...
}