PDA

View Full Version : URGENT HELP PLEASE btn problem



Jr.canest
March 28th, 2007, 12:32 PM
I have this .fla file
but i create a movie clip to use it like a button with this code:

this.boton.onRelease = function(){
gotoAndPlay(2);
}

but when i make another movie clip inside of it, it doesnt work
if someone understood me PLEASE help me i will apreciate

tnx

Jr.canest
March 28th, 2007, 12:40 PM
Sry i forgot the file, here it is

mikenificent
March 28th, 2007, 04:47 PM
I didnt fully understand what you meant and how you coded it, but is this what you were looking for. If not I'm not sure what you need.

Jr.canest
March 29th, 2007, 12:56 PM
I didnt fully understand what you meant and how you coded it, but is this what you were looking for. If not I'm not sure what you need.


exactly how did u fix it man?
can u tell me waht did u do pls?
tnx man

Jr.canest
March 29th, 2007, 01:08 PM
exactly how did u fix it man?
can u tell me waht did u do pls?
tnx man



ohhhh i get it you ad the root_ right?

this.quienes.onRelease = function(){
_root.gotoAndPlay(2);
}

but when i try to do the same but like this:
this.quienes.onRelease = function(){
_root.gotoAndPlay("Scene 2", 5);
}

doesnt work... why?