haha, let the clocks beat each other up...
less work for the anti-clocks like me!
haha, let the clocks beat each other up...
less work for the anti-clocks like me!
Thanks for not being biased in your review. Anti-clocks aren't all mean! :-)
unfinished? dont submit it!
wtf. if it is not finished, dont send it to ng, unless it actually has a plot and it is interesting. that ended abruptly. what i saw before it was pretty cool, but if u r not gonna finish it, dont send it!
boring, pretty crappy.
but i will be nice. here is the script for key controls since u asked for it in the user replies. any questions talk to me on aim: SOADfan1313 or on msn messenger: GP7589@aol.com or just e-mail me.
anyway, put this script in the movieclip of the skater:
---------------------- -----------------
onClipEvent (enterFrame) {
}
//forward
if (Key.isDown(Key.UP)) {
_y -= 15;
}
//backwards
if (Key.isDown(Key.DOWN)) {
_y += 15;
}
// slowdown
if (Math.abs(speed)>0) {
speed *= .7;
}
// left
if (Key.isDown(Key.LEFT)) {
_x -= 15;
}
// right
if (Key.isDown(Key.RIGHT)) {
_x += 15;
}
}
this movie...was beautiful
this movie although just discouraged me to work on my vampire movie because there is no way i could beat those graphics, voice acting, animation, story, or any of it! boo hoo, another flash gone to waste!
wow!
that was cool. btw, learn how to make a preloader. they are easy. or u can just download the one on the front page made by tom fulp!
sucked ass
dude, that was so retarded. btw, there is a fucking preloader to download on the front page! dont be a tard. also, i advise just learn how to make a preloader. they arent hard!
SUCKED!
SHORTEST BITCH EVER, 1,468 KB!!!!!!!!!!!!!!!
well thts why you should come every day and vote 0 until it's blamed, tht's wht i am doing to it
very artsy style and animation
that was great. what model was the wacom? i have bought 2 tablets (one was a wacom) and they both sucked ass.
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!
Questions/Comments? Email/MSN agentteddy@gmail.com
Age 35, Male
Student
Bakersfield, CA
Joined on 8/16/02