Flasher Archive

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


Subject: RE: FLASH: load variables
From: Branden Hall
Date: Tue, 2 May 2000 19:42:57 +0100

Your movie isn't waiting for the variables to load.. you need to set up a
two frame "preloader" to make sure the variables have been loaded into the
movie until your move on.
It just has to look at one of the variables from the text file (say foo) and
wait until it is loaded...

i.e.
frame 1
load variables... blah blah blah..

frame 2
if (foo ne "")
goto frame 3 and play
end if

frame 3
goto frame 2 and play

-= Branden J. Hall
-= Multimedia Developer/Instructor
-= Fig Leaf Software - "We've got you covered!"

-----Original Message-----
From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of mel hogan
Sent: Tuesday, May 02, 2000 2:16 PM
To: flasheratchinwag [dot] com
Subject: FLASH: load variables


I have a game where the variables are supposed to load onclick. works fine
in netscape for mac, but ie and aol are left out, funny thing is, it works
after the movie is loaded. any help appreciated


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


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: load variables, mel hogan

Replies
  FLASH: load variables, mel hogan

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