xirika
July 7th, 2002, 04:29 PM
hi!
I subscribe for this forum because I really need your help...
this r the actions i have in my level 1
on (rollOver) {
startDrag (this, false, 250, 270, 750, 520);
Mouse.hide();
}
on (press) {
Mouse.show();
stopDrag ();
if (this._droptarget == "/Tverm") {
_root.Tverm.gotoAndStop(2);
gotoAndStop (2);
}
}
the problem is that when I start the aplication from level0 the variables doesn't work. It doesn't recognise the "if" and "droptarget" actions... i've tryed to replace "_root" for "_level1" but it still not working!!! what else can I do?!
"Tverm" is the label of the movieclip, should I put "tina" - which is the real name of the movieclip in the library?!!!
Sould I use a path like "_droptarget == "/_level1.tina""
thanx for helping me!! :)
hope u reply for me soon!!
I subscribe for this forum because I really need your help...
this r the actions i have in my level 1
on (rollOver) {
startDrag (this, false, 250, 270, 750, 520);
Mouse.hide();
}
on (press) {
Mouse.show();
stopDrag ();
if (this._droptarget == "/Tverm") {
_root.Tverm.gotoAndStop(2);
gotoAndStop (2);
}
}
the problem is that when I start the aplication from level0 the variables doesn't work. It doesn't recognise the "if" and "droptarget" actions... i've tryed to replace "_root" for "_level1" but it still not working!!! what else can I do?!
"Tverm" is the label of the movieclip, should I put "tina" - which is the real name of the movieclip in the library?!!!
Sould I use a path like "_droptarget == "/_level1.tina""
thanx for helping me!! :)
hope u reply for me soon!!