Ask a Question related to Macromedia Flash Sitedesign, Design and Development.
-
Mirko #1
[FLMX] variableN ????
hi everybody...
now, i've got a variable N that is a number > 0
now i've got another variable X... its value must be the same as the
variable JimN where JimN is a variable i called from an external file
for example....
Jim1 = "abc"
Jim2 = "def"
Jim3 = "ghi"
Jimn = "lmn"
if n = 1 then X = Jim1
if n = 2 then X = Jim2
if n = 3 then X = Jim3
if n = n then X = Jimn
how can i do it?
i tried this... but :-(
numbnews = 1;
titolo = NewstitoloIT2&numbnews;
Thanks.. bye
Mirko Guest
-
flmx loadtext
hello, some good page that explains how to build a simple text loader? -
flmx newbie help swf projector
Hi, I'm building a projector file, and I wish to add in it a button to close the projector iteself. Any suggestions? Second: how to autostart the... -
[FLMX] $version
I have the following piece of code in my Flash movie: var v = new Array() ; var vn = new Array() ; v = $version.split(" ") ; // For example:... -
FLMX: Backgroundfader
Hi I like to do a background fader like the one in the diesel.com menu. How can I built it? On (rollover) and on (rollout) doesn't work because... -
rlc5611 #2
Re: [FLMX] variableN ????
since you have this kind of symmetry, store your variables in an array. Much simpler.
rlc5611 Guest
-
Mirko #3
Re: [FLMX] variableN ????
thanks
"rlc5611" <webforumsuser@macromedia.com> ha scritto nel messaggio
news:c60g71$p8u$1@forums.macromedia.com...Much simpler.> since you have this kind of symmetry, store your variables in an array.
Mirko Guest



Reply With Quote

