Flasher Archive

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


Subject: Re: FLASH: random again
From: Martin Kurzmann
Date: Sun, 13 Aug 2000 07:02:27 +0100

Hi again,

your code:
*******************************
Set Variable: "anyclip" = ""/mc" & (random(3)+1 )"
Begin Tell Target ("/mc"&anyclip")
Go to and Play (1)
End Tell Target
*******************************

change to:
*******************************
Set Variable: "anyclip" = Random(3)+1
Begin Tell Target ("/mc"&anyclip)
Go to and Play (1)
End Tell Target
*******************************

now it should work (be sure to set the value of the var "anyclip" to
Expression - same applies to ("/mc"&anyclip))

regards,
Martin Kurzmann





> thanks for the replys
>
> Set Variable: "anyclip" = Random (3)+1
> Begin Tell Target ("/mc"&anyclip)
> Go to and Play (1)
> End Tell Target
> >>>>>>>>
> Begin Tell Target ("/mc" & Random (4))
> Go to and Play (1)
> End Tell Target
>
> i see these should work but they dont?
> i have reposted updated random file anymore suggestions??
> http://www.aktivweb.com/test/random.htm
> i have run the swf with test variables
> and it lists an error mc not found
> peter



~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Full flasher archive now available online at:
http://www.chinwag.com/flasher/archive.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  FLASH: random again, Peter Colman

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