Flasher Archive

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


Subject: FLASH: Random with telltarget
From: Motomichi
Date: Fri, 8 Sep 2000 21:38:48 +0100

Hi to all

Sorry to ask you again and again, I am still hoping that someone might know
this.

I am working on a wave animation and it consists three layers. Each layer
has a 4 different version of the waves and they randomly plays.

At the very first frame i have the follwoing script.

tellTarget ("/Front" add (random(4) + 1)) {
gotoAndPlay ("Play");
}
tellTarget ("/Back" add (random(4) + 1)) {
gotoAndPlay ("Play");
}
tellTarget ("/Middle" add (random(4) + 1)) {
gotoAndPlay ("Play");
}

At the end of each Wave MC I have as follows(of course i have /Front,
/Middle for the others):

tellTarget ("/Back" add (random(4) + 1)) {
gotoAndPlay ("Play");
}

Weird thing is that it works fine if play it with flash player but not in
the html page or browsers. I have the other sample which triggers the random
telltarget with a button and it works fine.. maybe the one I have doesn't
trigger the telltarget? Any ideas??

Thanks in advance
mm


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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
  FLASH: websafe colors?!, julie gargan

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