Flasher Archive

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


Subject: Re: FLASH: checking that variables have loaded..
From: Phil Ward
Date: Mon, 8 May 2000 01:20:31 +0100

Hi Robert,

I was using a two frame loop trick, much the same as a preloader...just
couldn't figure out the equivalent to 'If Frame is loaded' for checking if
variables were loaded.

I am interested in how you reset the variables again though.

Regards

Phil Ward
Crescent Graphics

phil-watcrescent-graphics [dot] co [dot] uk
www.crescent-graphics.co.uk
New Media <> Internet <> Visuals

----- Original Message -----
From: Robert Bleeker <rbleekeratcadre [dot] com [dot] au>
To: <flasheratchinwag [dot] com>
Sent: Monday, May 08, 2000 12:48 AM
Subject: Re: FLASH: checking that variables have loaded..


> Hi,
>
> I also use empty MC's for variables loading. That way I can keyframe the
MC
> of the stage which resets all the variables. I still need to use the 2
frame
> loop trick to check if they are loaded. Usually I set a time-out factor in
> there as well.
>
> Robert
>
>
> on 8/5/00 9:07 AM, Phil Ward at phil-watcrescent-graphics [dot] co [dot] uk wrote:
>
> > Thanks Helen, I'll give it a go, as at the moment the variables don't
get
> > time to load before the rollover interaction starts so I am trying to
> > preload all of the required strings from a PHP page into an empty mc
with a
> > frame based load variables command.
> >
> > Regards
> >
> > Phil Ward
> > Crescent Graphics
> >
> > phil-watcrescent-graphics [dot] co [dot] uk
> > www.crescent-graphics.co.uk
> > New Media <> Internet <> Visuals
> >
> > ----- Original Message -----
> > From: Helen Triolo <designerati-technica [dot] com>
> > To: <flasheratchinwag [dot] com>
> > Sent: Sunday, May 07, 2000 11:56 PM
> > Subject: Re: FLASH: checking that variables have loaded..
> >
> >
> >> Phil Ward wrote:
> >>>
> >>> Hi all,
> >>>
> >>> How can I check that variables from a remote file have been fully
> > loaded?
> >>>
> >>> I know how to check for frame loaded, but not variable.
> >>>
> >> frame 1:
> >> Load Variables("externalapp",0)
> >> goto loading
> >>
> >> frame 2 (label=loading):
> >> if name-of-last-var-in-return-string ne ""
> >> goto continue
> >>
> >> frame 3:
> >> goto loading
> >>
> >> frame 4 (label=continue):
> >> do whatever depends on those variables...
> >>
> >> The only other note I'd add is that I've found that sometimes the
> >> loading loop (frames 2 and 3) only works if a textfield (with invisible
> >> border and background-colored text if you don't want it to be seen)
with
> >> the variable name you're checking for exists in those frames, in
> >> addition to the ones afterwards where you might be displaying it.
> >>
> >> Helen
>
>
> 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: checking that variables have , Robert Bleeker

Replies
  Re: FLASH: checking that variables have , Robert Bleeker

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