Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | RE: FLASH: convert to string and/or frame labels |
From: | Branden J. Hall |
Date: | Fri, 19 Nov 1999 20:05:18 GMT |
Why don't you just do this:
name your frames
frame1
frame2
frame2, etc
and on each frame have the
framenum variable set to be just the # part of the label
i.e. in the frame namded frame2 there will be an action setting
framenum=2
Then, your back button will do as follows
on Release
Go to and Stop ("frame"&(num+1))
end on
-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software
-----Original Message-----
From: ownerchinwag [dot] com [ownerchinwag [dot] com]On">mailto:ownerchinwag [dot] com]On Behalf Of Rachel
Bachman
Sent: Friday, November 19, 1999 2:38 PM
To: flasherchinwag [dot] com
Subject: FLASH: convert to string and/or frame labels
Hello all,
Is it possible to convert a numeric value to a string
in Flash 4? In my initial look-through of the expression
editor i didn't see anything.
What I want to be able to do is something along these lines:
set variable frameName = x (1, 5, 16, etc.)
set frameName + 1 = frameName
convert frameName to a string (ex. "6" not 6)
The reason I want to do this is that I want determine
which frame label I am on and then got to the next
frame label. In other words, I want to set up a flexible
back and next button system using frame labels instead
of scenes.
I've built a system using if/then but I am looking at working
with 30+ frame labels and would prefer a "simpler" solution.
any help is much appreciated,
rachel
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California
Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpchinwag [dot] com
Replies
FLASH: convert to string and/or frame la, Rachel Bachman
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]