Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: FLASH please help |
From: | Grant Davies |
Date: | Tue, 24 Oct 2000 02:56:02 +0100 |
Change it to
if (exit ==1 )
loadMovieNum ("Tai_projet.swf", 2);
In flash an many other languages (C++, java, C etc..) the = operator is
assignment
e.g.
aFruit = "Apple";
myAge =21 ;
where as the comparison operator is ==
such as
if (aFruit == "Apple")
trace("the fruit is an apple")
if (myAge == 21)
trace("No way, you look at least 35!");
cheers
Grant
http://www.bluetube.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
NudeGuru.com is proud to sponsor the Flasher list
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
IT'S THE ART OF MONEY, HONEY!
Tips and Advice from some of the most popular Flash
artists + industry power-brokers on how to hold onto
your rights, negotiate contracts and get full value
for your work.http://www.nudeguru.com from Franke James
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
Re: FLASH: FLASH please help, tomasz
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]