Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: Re: FLASH: Problem with Loading Movie
From: Timm Kekeritz
Date: Fri, 24 Nov 2000 12:31:37 GMT

you have to activate expression!
the loop should look like this:


Set Variable: "x" = 1
Loop While (x <= anzprof)
Load Movie (eval("movie_" & x), x)
Set Variable: "x" = x+1
End Loop

The missing quotation marks are the important part!

timm

Rainer Egle wrote:

> Hi Tim,
>
> have now a problem with the loop
>
> Set Variable: "x" = "1"
> Loop While (x <= anzprof)
> Load Movie (eval("movie_" & x), x)
> Set Variable: "x" = "x+1"
> End Loop
>
> are the line with Set variable correct?
>
> You help is really appreciated.
>
> Rainer
>
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and the Flash(tm) Film Festival
> November 27-29, 2000, LONDON, National Film Theatre
>
> Produced by United Digital Artists and lynda.com
> -Sponsored by Macromedia, Adobe Systems and Apple Computer
> -http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
> Register before November 10 and save £200
> http:// www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com

--
Timm Kekeritz
[Design & Communication]

| Icon Medialab AG | Gasstraße 4 | 22761 Hamburg | Germany |
| Tel.: (+49) 040 8979 9098 |
| Mobil: (+49) 0178 4308576 |
| Fax.: (+49) 040 8979 8989 |
| timm [dot] kekeritzaticonmedialab [dot] com | http://www.iconmedialab.de |



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and the Flash(tm) Film Festival
November 27-29, 2000, LONDON, National Film Theatre

Produced by United Digital Artists and lynda.com
-Sponsored by Macromedia, Adobe Systems and Apple Computer
-http://www.flashforward2000.com or UK tel. +44 (0870) 751 1526
Register before November 10 and save £200
http:// www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Problem with Loading Movie, Rainer Egle

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]