Flasher Archive

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


Subject: FLASH: random text variables
From: mark carolin
Date: Wed, 23 Aug 2000 18:10:23 +0100

this makes sense, but now my cell is filled with /:k and the generated
number maybe i'll try single quotes...

mark


Your code needs to be like this:

On (Release)
Begin Tell Target ("/plate/sheet/field"&g)
Set Variable: "cell" = "/:k"&random(5)
End Tell Target
Trace ("g="&g)
Call ("1")
End On

because all of the code inside of a tell target occur inside of that
target.

-= Branden J. Hall
-= Senior Interactive Developer/Instructor
-= Fig Leaf Software - "We've got you covered!"

orig msg.

hello, i am not sure if flash 5 would fix this problem, but i've been
having
trouble loading a random text variable into a text field cell...

here's the code

On (Release)
Begin Tell Target ("/plate/sheet/field"&g)
Set Variable: "cell" = k&random(5)
End Tell Target
Trace ("g="&g)
Call ("1")
End On

k0 k1 k2 k3 k4 are variables in a text document
the variables are loaded before hand.

it will load the variables individually but gives a the generated
number
when i try this code.

any ideas?
________________________________________________________________________
Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.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 helpatchinwag [dot] com


Replies
  RE: FLASH: random text variables, Branden Hall

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