Flasher Archive

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


Subject: Re: FLASH: Making variables work for me?
From: DSG
Date: Wed, 12 Apr 2000 14:49:56 +0100

John Graham wrote:
> I was trying to set it up so it would just "go to the next frame" and play
> the ending sequence of the first button pressed and at the end of the
> sequence go to the variable of the button pressed... but I'm not having any
> luck.


think about this:

I would do each button with this functionality:

On press
set go = XX
//XX being the 1st frame of the separate intros
go to the next frame
end

ok.. so it sets a variable then moves on to the next frame to do an
'ending sequence' for the intro... at the last frame of that (an
actionscript in the frame):

go to and play (go)

then we see the "intro sequence" for that button's frame/section.

well, if each button is now set to assign 'go' the value of it's 'intro
sequence' we just build our 'ending sequence' in the next frame on, view
it with the 'go to the next frame' and finally, at the end of that, it
jumps to the intro of the pressed button (based on the variable go).

don't know if I explained that as clearly as I could have and, of
course, the syntax isn't correct, but I swear it works :)

if ya reallllllly need it, I have an example.

DSG *must find coffee*

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Get the last 100 messages from the flasher list NOW
http://www.chinwag.com/flasher/last100.shtml

Flash books http://www.chinwag.com/flasher/books.shtml
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Making variables work for me?, John Graham

Replies
  FLASH: Making variables work for me?, John Graham

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