Flasher Archive

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


Subject: FLASH: FLASH operator question pleas help !!!! 2
From: tomasz
Date: Fri, 27 Oct 2000 22:13:57 +0100

ok, I figured it out, instead of :


timea = int(getTimer()/1000);
pause = "5";
if (timea < pause) {
loop = "1";
}
if (timea == (pause * loop)) {
loop = loop + 1;

we get :


timea = int(getTimer()/1000);
pause = "5";
if (timea < pause) {
loop = "1";
}
if (timea == (pause * loop)) {
loop = (loop * 1) + 1;


...and then it works, is there a bug with the + or am I just completly out
of it ????


Regards
tom


--
tomasz walenta
o r a n g e t a n g o
twalentaatorangetango [dot] com
T : 514.286.0022
F : 514.499.0160



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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


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