Flasher Archive

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


Subject: Re: [flasher] If fame is loaded
From: Helen Triolo
Date: Tue, 27 Feb 2001 16:32:05 -0000

Maybe try if (_framesloaded >= 400) or if (_framesloaded >=
_totalframes) instead? (I think that was the preferred method even for
Flash 4 before ifFrameLoaded was deprecated).

Regards,
Helen
-------------------------------------------------------------------
1240 Flash Answers from 424 people: http://i-technica.com/flashlist

Daniel Andersson wrote:
>
> Hi,
>
> Im having problem with the action "If frame is loaded" in Falsh 5.0.
> My Flash file is about 300kb so my wish is that the complete file is loaded
> before its starts. It contains 7 layers and about 400 frames, and I am using
> a Writing Mask.
>
> I�ve tryed to place the "If frame is loaded"-action on one of the layers as
> following:
>
> -----------------------------------------------------------
> ifFrameLoaded (400) {
> gotoAndPlay (14);
> }
> -----------------------------------------------------------
>
> But it doesn�t work...the movie starts anyway?
> Can someone help me with this problem.
>
> Thank you in advance!
> /Daniel



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