Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | Re: FLASH: Frustrated with SIMPLE procedure |
From: | Q. Paradigm |
Date: | Mon, 17 Apr 2000 15:31:41 +0100 |
>On (Release)
> Set Variable: "image" = random(4)+1
> Trace ("image=" &image)
> Begin Tell Target ("/rt_image")
> Go to and Stop (image)
> End Tell Target
>End On
This is incorrect because of variable scope. When you tell target inside of
an MC everything occurs as if you are actually in that MC... hence you don�t
have that variabe in your current scope. The correct code is as follows:
On (Release)
Begin Tell Target ("/rt_image")
Set Variable: "image" = random(4)+1
Go to and Stop (image)
End Tell Target
End On
Reporting *LIVE* from Mexico all this week....
-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software - "We�ve got you covered!"
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml
Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: I nan NOT get the hang of variabl, Patrick FItzgerald
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]