/ Forside / Teknologi / Multimedie & design / Flash / Nyhedsindlæg
Login
Glemt dit kodeord?
Brugernavn

Kodeord


Reklame
Top 10 brugere
Flash
#NavnPoint
bentjuul 4251
molokyle 1978
Klaudi 1488
jhvp 1265
pallenoc 1160
katekismus 1020
Fnollerpi.. 790
slander 510
Dr.Disco 500
10  Flash77 500
Problem with GotoAndPlay
Fra : Jasper


Dato : 09-04-01 17:16

Hallo,

I want to goto and play to a frame with the lable with the same value of an
expression:

frame 10:
gotoAndPlay (ganaarlabel);

This expression is changed by some buttons in frame 8(this one has a
stop-action):

on (release) {
ganaarlabel = "jaar1896";
play ();
}

But it just doesn't work...

Does anyone know what's wrong?

Jasper





 
 
Michael Peo (24-04-2001)
Kommentar
Fra : Michael Peo


Dato : 24-04-01 18:53

Can't do that in F4 as fare as i know...Not realy sure about F5.
You have to make a (big) if-statement... something like:

if (ganaarlabel eq "jaar1896") {
gotoAndPlay ("jaar1896");
} else if (jaar1945) {
gotoAndPlay ("jaar1945");
}

aso...

/peo
Bandage


"Jasper" <jasper@NOMORESPAMplanet.nl> wrote in message
news:9asnad$28h9u$1@reader03.wxs.nl...
> Hallo,
>
> I want to goto and play to a frame with the lable with the same value of
an
> expression:
>
> frame 10:
> gotoAndPlay (ganaarlabel);
>
> This expression is changed by some buttons in frame 8(this one has a
> stop-action):
>
> on (release) {
> ganaarlabel = "jaar1896";
> play ();
> }
>
> But it just doesn't work...
>
> Does anyone know what's wrong?
>
> Jasper
>
>
>
>



Søg
Reklame
Statistik
Spørgsmål : 177501
Tips : 31968
Nyheder : 719565
Indlæg : 6408523
Brugere : 218887

Månedens bedste
Årets bedste
Sidste års bedste