Flasher Archive

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


Subject: RE: FLASH: Flash-Phone ActionScript Problem
From: Benoit Martin
Date: Thu, 2 Nov 2000 01:37:03 GMT


Hi Brian,

yuor problem is due to the fact that you forgot to put the double = sign in
your if statements so you assign values instead of testing them...

you should write:

if (num2 == 1) {
temp = "A";
} else if (num2 == 2) {
temp = "B";
} else if (num2 == 3) {
temp = "C";
}


Benoit Martin
Web Engineer

Digital Mediums LLC
Ala Moana Pacific Center
1585 Kapiolani Blvd, Suite 1204
Honolulu, HI 96814

http://www.digitalmediums.com


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: Flash-Phone ActionScript Problem, Bawol, Brian

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