is it 'test', 'test2' or 'test3'?
if it's 'test', then try this code (the changes are commented) :
CODE
stop(); // this is for stopping the frame...
test.onRollOver = function(){
this.gotoAndStop(2);
}
test.onRollOut = function(){
this.gotoAndStop(1);
}
test.onRelease = function(){
_root.gotoAndStop(2); // change 'this' to '_root' to navigate the _root stage...
}
test2.onRelease = function(){
trace("KLIK2")
}
test3.onRelease = function(){
trace("KLIK2222")
}
test.onRollOver = function(){
this.gotoAndStop(2);
}
test.onRollOut = function(){
this.gotoAndStop(1);
}
test.onRelease = function(){
_root.gotoAndStop(2); // change 'this' to '_root' to navigate the _root stage...
}
test2.onRelease = function(){
trace("KLIK2")
}
test3.onRelease = function(){
trace("KLIK2222")
}
to kidmad:
I guess you've included the wrong fla file...
This post has been edited by Stupid Khor: May 15 2006, 09:43 AM
May 15 2006, 08:55 AM
Quote
0.0142sec
0.55
7 queries
GZIP Disabled