The Enchanted Cave 2
Delve into a strange cave with a seemingly endless supply of treasure, strategically choos
4.39 / 5.00 38,635 ViewsGhostbusters B.I.P.
COMPLETE edition of the interactive "choose next panel" comic
4.09 / 5.00 15,161 Viewsi got a simple question for the latest NG preloader download..
can i run this through an older version of flash..
as in.. flash 5?
it's the only one i like using, MX isn't for me
lil'help plz an thx..
still using flash 5 ^^; thats kinda rare to find someone like that. Anyway No i dont think the NG pre-loader would work becuase of the actions used in MX and 5 i may be wrong tho.
*enter intellegent person*
it doesn't work in flash 5... I'll try and whip you up in liveSwif, it uses Flash 5 AS, gimme 20 minutes
At 9/26/05 01:34 PM, Inglor wrote: it doesn't work in flash 5... I'll try and whip you up in liveSwif, it uses Flash 5 AS, gimme 20 minutes
*Humps inglor's leg*
Ignorance is bliss.
Lol inglor dya know someone has robbed you're Sig...lol.
At 9/26/05 01:50 PM, Darkaxl wrote: Lol inglor dya know someone has robbed you're Sig...lol.
His sig? He stole that from Denvish.
Sup, bitches :)
You got always search the NG portal for a pre-loader download. How I learned how to make one way back.
liam i nvr knew that ^^; anyway this aint a genral topic lets all hush and be quiet.
*starts to prey*
onClipEvent(load){
booleanflag=false;
}
onClipEvent(enterFrame){
if((_root.getBytesLoaded() == _root.getBytesTotal()) && !booleanflag){
_root.nextFrame();
booleanflag=true;
}
}
put that on a movieclip on the frame you want the preloading to happen
I dont care what the question was! - webwasp always has the answer!!
At 9/26/05 02:01 PM, Inglor wrote: onClipEvent(load){
booleanflag=false;
}
onClipEvent(enterFrame){
if((_root.getBytesLoaded() == _root.getBytesTotal()) && !booleanflag){
_root.nextFrame();
booleanflag=true;
}
}
put that on a movieclip on the frame you want the preloading to happen
why use a boolean?
onClipEvent(enterFrame){
if(_root._framesloaded==_root._totalframes
)
_root.nextFrame();
}
you could probably do this too, although I've never tried it
onClipEvent(enterFrame){
_root._framesloaded==_root._totalframes ? _root.nextFrame() : 0;
}
=)
At 9/26/05 02:17 PM, Afro_Ninja wrote: (_root._framesloaded==_root._totalframes)
Or use just one equals sign, as you did before.. he he.. God it would be good to be able to fix my mistakes like that.
<3
Sup, bitches :)
At 9/26/05 02:17 PM, Afro_Ninja wrote: why use a boolean?
the answer is simple my friend :) because your script keeps doing nextFrame instead of doing it once,
At 9/26/05 02:18 PM, -liam- wrote:At 9/26/05 02:17 PM, Afro_Ninja wrote: (_root._framesloaded==_root._totalframes)Or use just one equals sign, as you did before.. he he.. God it would be good to be able to fix my mistakes like that.<3
ssssshhhh =O
the answer is simple my friend :) because your script keeps doing nextFrame instead of doing it once,
not if you if delete the MC on that nextFrame. Or just forget the mc and put the script on the timeline : )
At 9/26/05 03:26 PM, Afro_Ninja wrote: not if you if delete the MC on that nextFrame. Or just forget the mc and put the script on the timeline : )
you can't onEnterFrame=function or function onEnterFrame in 5 I believe
At 9/26/05 03:31 PM, Inglor wrote:At 9/26/05 03:26 PM, Afro_Ninja wrote: not if you if delete the MC on that nextFrame. Or just forget the mc and put the script on the timeline : )you can't onEnterFrame=function or function onEnterFrame in 5 I believe
i hate Flash 5 :p
website :: hugostonge.com
my job :: we+are
you still using Flash 5 OOOH FOR FFS !!
i have the new flash you should try it it's really cool !
You guys talking AS turns me on...
I so wish i knew AS...
Ignorance is bliss.
wtf how can AS turn you on. O yeah and the topic has been answered dont re-new old topics.
At 9/26/05 03:50 PM, LogoPresents wrote: You guys talking AS turns me on...
I so wish i knew AS...
Wow! it's almost like you can enter a thread (AS: Main) and learn it! Woah?
At 9/26/05 03:51 PM, Darkaxl wrote: wtf how can AS turn you on. O yeah and the topic has been answered dont re-new old topics.
how about no. We are still on the subject
At 9/26/05 03:36 PM, FinalZero wrote: you still using Flash 5 OOOH FOR FFS !!
i have the new flash you should try it it's really cool !
i've downlaoded MX with all plugins.. i do have it, i did try it..
it's different thats for sure..
I had to search far and wide for flash 5..
my next question is....
this preloader..
onClipEvent(load){
booleanflag=false;
}
onClipEvent(enterFrame){
if((_root.getBytesLoaded() == _root.getBytesTotal()) && !booleanflag){
_root.nextFrame();
booleanflag=true;
}
}
any discription on what type it is?
and do i need to make a picture for it?
me confused..
At 9/26/05 03:52 PM, Inglor wrote:
Wow! it's almost like you can enter a thread (AS: Main) and learn it! Woah? & I'm gay
Yeah, if i wasn't too busy complaining about making 002...
Ignorance is bliss.