/
Forside
/
Teknologi
/
Multimedie & design
/
Flash
/
Nyhedsindlæg
Login
Brugernavn
*
Kodeord
*
Husk mig
Brugerservice
Kom godt i gang
Bliv medlem
Seneste indlæg
Stil et spørgsmål
Skriv et tip
Pointsystemet
Kontakt Kandu.dk
Emnevisning
Kategorier
Alfabetisk
Karriere
Interesser
Teknologi
Reklame
Top 10 brugere
Flash
#
Navn
Point
1
bentjuul
4251
2
molokyle
1978
3
Klaudi
1488
4
jhvp
1265
5
pallenoc
1160
6
katekismus
1020
7
Fnollerpi..
790
8
slander
510
9
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
Alle emner
Teknologi
Multimedie & design
Flash
Indstillinger
Spørgsmål
Tips
Usenet
Reklame
Statistik
Spørgsmål :
177817
Tips :
31980
Nyheder :
719565
Indlæg :
6410968
Brugere :
218912
Månedens bedste
Årets bedste
Sidste års bedste
Copyright © 2000-2026 kandu.dk. Alle rettigheder forbeholdes.