Flasher Archive

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


Subject: RE: FLASH: Dynamic Variable issue
From: Wang, Andy
Date: Fri, 28 Jan 2000 21:34:58 GMT

Yes, this seemed to solved my problem, thx a lot.



-----Original Message-----
From: bhallatfigleaf [dot] com [bhallatfigleaf [dot] com (mailto:bhallatfigleaf [dot] com)]
Sent: Friday, January 28, 2000 12:18 AM
To: flasheratchinwag [dot] com
Subject: Re: FLASH: Dynamic Variable issue


I didn't have a chance to read through all of your code... but something
jumped out at me at once...
you don't want the name of the variable when you are saying this:
Go to and Stop ("_level0:POS"&page)
if page = 1 then what you are saying is...
go to and stop ("_level0:POS1")
instead you want to use:
go to and stop (eval("_level0/:POS"&page))
this will evaluate the variable for you and you will jump to the correct
frame...

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software


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


Replies
  FLASH: Making whole movie linked, Chris Mason

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