Flasher Archive

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


Subject: Re: FLASH: PLZ Help - TellTarget & Variable
From: Randy Kato
Date: Mon, 2 Oct 2000 18:12:18 +0100

Rami,

There are a couple things that could be causing your problems. The one that
jumps out the most is that you're using an identifier (in this case your
instance name) that starts with a number. This should be avoided, as a general
practice make sure to only use identifiers (even object names in the library)
that start with alpha characters.

The other thing is the mix of syntax. There's a new sheriff in town and his name
is Dot Syntax. Forget TT ever existed. Try this:

on (release) {
_root.mc1a.nextFrame();
}

where "mc1a" is your "1a" renamed.

HTH,
Randy


Rami wrote:

> hi all...
> I'm facing big problem in dealing with variable (I'm using flash 5).....
> he problem is......
>
> I have move clip in the second frame I'm changing the value of and variable
> (a1) (a1 = 1) what ever the old value is......
> when press the button I have the tell target begin and the MC go to the next
> frame but the value don't change.....
>
> the code on the button is
>
> on (release) {
> tellTarget ("/1a") {
> nextFrame ();
> }
> }
>
> the code in the second frame is
>
> a1 = 1;
>
> any one can help me.....I know it is simple but I don't know y it is not
> working

--
'''''' ' ' ' ' ' ' ' ' '
Randy Kato - Web Master
Braincraft

627 Broadway, Suite 504, NYC 10012
T 212.539.1680 F 212.539.1741
http://www.braincraft.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


Replies
  Re: FLASH: PLZ Help - TellTarget & Varia, Rami

Replies
  RE: FLASH: sorry for dumb question?, Bawol, Brian
  FLASH: PLZ Help - TellTarget & Variable, Rami

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