00:00
00:00
Newgrounds Background Image Theme

Silverstone2300 just joined the crew!

We need you on the team, too.

Support Newgrounds and get tons of perks for just $2.99!

Create a Free Account and then..

Become a Supporter!

Reviews for "Kugo's Saga Episode I"

good graphics, btw here is how to make a preloader

any questions, just talk to me on AIM SOADfan1313 or msn: GP7589@aol.com or e-mail me.

make 3 keyframes.

make 3 dynamic textboxes. to do this, make a text box, go to properties, and select dynamic. make one of the var. names "percent", another one "b_loaded", and another one called "b_total". make sure to not include the quotes in the var names.

next, make them all individual movieclips. to do this, select each one and press F8.

next, in the movieclip for the dynamic textbox "percent", put in this script:

onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_tota l = _root.getBytesTotal();
percent = Math.round((b_loaded/b_total)* 100.00);
if (percent>=100.00) {
_root.gotoAndStop(2);
}
}

i f you want it to go to another frame or another scene, customize it to your needs.

put in this script in the movieclip for the dynamic textbox "b_loaded":

onClipEvent (enterFrame) {
b_loaded = _root.getBytesLoaded();
b_tota l = _root.getBytesTotal();
bytes = Math.round((b_loaded/b_total)) ;
if (bytes>=b_total) {
_root.gotoAndStop(2);
}
}

l ike i said b4, costumize the frame number to your needs.

now, put this script in the movieclip for the dynamic textbox "b_total".

onClipEvent (enterFrame) {
b_total = _root.getBytesTotal();
}

in frames 1 and 2, put the actions

stop();

in frame 2, make ure play button, and on frame 3+, have ure movie. there u go, a working preloader!

Pretty good...(SPOILER)

Nice drawing on Kugo and the background trees but the fire was a little weak. Needs more plot development (i.e. more of a reason for vengance than some random dying woman telling him to) The way he runs was a little lame too. Overall pretty good

Well..

YOu can get the preloader here at Newgrounds by going to the portal and look for a download preloader button. This has an interesting plot by needs a bit more work to stay here at Newgrounds. Keep it up though! There is never too many flash artist here at Newgrounds!!

LKT responds:

yes i saw there preloader but I wold realy like to make mine =P

So eum, didn't feel like sound?

isn't smart... 2/5

Great... For a first movie...

You should really practice your drewing skills... And sound is desperatly needed... But if you can make it not only longer... But longer than longer (hope you get what I'm saying), that would be great!... Hope you do even better next time...