Flasher Archive

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


Subject: FLASH: Tell target frustration
From: Sublett, Brian
Date: Thu, 17 Feb 2000 15:41:11 GMT

Flashers,

I'm having a problem with tell targets. I have 2 movies: one in level0 and
one in level2. The movie in level2 is called by load movie in level0. When
I click on a button in level2 it closes performs a tell target to level0 to
go to and play a certain label/frame number.
What's frustrating is that SOMETIMES it works. I can play the same sequence
of frames and 4 out of 5 times it will work. Is there something wrong with
the way I'm doing the tell target?

Here's the code that calls the label in level0 from level2:

If (_level0:clickedbutton eq "employment")
Begin Tell Target ("_level0")
Go to and Play ("employment")
End Tell Target
Else
Begin Tell Target ("_level0")
Go to and Play (clickedbutton)
End Tell Target
End If
Stop

Please help!!!!

TIA
Brian Sublett

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
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]