Groups | Blog | Home
all groups > flash actionscript > july 2004 >

flash actionscript : Why doesnt this control my main timeline



Edwin Merced
7/21/2004 10:21:04 PM
Please verify this:

this.aro_mc.aroinvisible.aroa_btn.onRelease = function() {
_root.gotoAndPlay("primera");
}
this.aro_mc.aroinvisible.arob_btn.onRelease = function() {
_root.gotoAndStop("segunda");
}
Why doesnt this control my main timeline?

mandingo
7/22/2004 3:06:45 AM
Hi,

Syntax seems fine so only two other causes I can think... one, your reference
isn't correct for the button actions...

or,
you have loaded this to something other than _level0. Each _level# has it's
own independant _root timeline.

sorry if that isn't much help,
cheers,
AddThis Social Bookmark Button