| so gehts, glaube ich!!
Ich weiss zwar nicht ob das richtig ist aber ich glaube so gehts:
on(press) {
if(user add password eq "webmaster" add "admin") {
gotoandplay(2);
}
if(user add password eq "guest" add "access") {
gotoandplay(2);
}
if(user add password eq "visitor" add "freeaccess") {
gotoandplay(2);
}
} else {
gotoAndPlay (X);
X steht für die Framezahl.
So müsste das eigentlich gehen!!!
Achja stop() in dem Keyframe nicht vergessen.
Ciao Markus
|