View Full Version : I have tried with Ctrl Shift F12 but I can't see a part from my Project
Bekim
03-13-2001, 11:03 AM
I think the Problem is appering in this part of Scrip
on (release) {
tellTarget("_level0"){
gotoAndStop (8);
//
//Hier wird menu zurück gerollt !!!
//
tellTarget("_level0.PDm"){
gotoAndPlay (27);
}
}
}
Jesse
03-14-2001, 05:18 AM
It's easier if you just reply to the thread you started rather than start a new thread because otherwise people don't know what you're talking about.
Change that code to this:
on (release) {
tellTarget("_level0"){
gotoAndStop (8);
//
//Hier wird menu zurück gerollt !!!
//
tellTarget("_level0/PDm"){
gotoAndPlay (27);
}
}
}
But I doubt that's your problem.
Cheers
Jesse
|
vBulletin® v3.8.5, Copyright ©2000-2013, Jelsoft Enterprises Ltd.