Flasher Archive

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


Subject: Re: FLASH: Variable in Tell Target doesn't work
From: Ramesh C T
Date: Thu, 28 Sep 2000 23:05:40 +0100

Hi Kyle,

I assume that skiequipment is inside the current movie clip on _level0

here is a modified script...

On (Release)
Set Variable: "newlocation" = "skiequipment"
Begin Tell Target ("_level0/" & current & "/" & newlocation)
Go to and Play ("exit")
End Tell Target
End On

Hope This Helps
Ramesh CT


-----Original Message-----
From: Kyle Sandstrom <ksandstromatpostbulletin [dot] com>
To: flasheratchinwag [dot] com <flasheratchinwag [dot] com>
Date: Friday, September 29, 2000 3:37 AM
Subject: FLASH: Variable in Tell Target doesn't work


>I'm having trouble getting a variable to work in a Tell Target command
>Here's my code
>On (Release)
> Begin Tell Target ("_level0/" & current)
> Set Variable: "newlocation" = "skiequipment"
> Go to and Play ("exit")
> End Tell Target
>End On
>
>What happens is that it just goes to _level0 and tries to find a label
named
>exit. I want it to go to a movie clip instance named skiequipment and go to
>the label "exit" there but it isn't working. Any ideas?
>
>Kyle
>
>
>
>~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
>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


_________________________________________________________
Do You Yahoo!?
Get your free @yahoo.com address at http://mail.yahoo.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


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