Great job
Another quality sprite movie.
Great job
Another quality sprite movie.
Thanx!
Good job
Tell me where you got your sprites? PLEASE RESPOND!
It got the sprites from
http://tsgk.captainn.net/
Hope that helps!!! :P
............
You think ur the best at SSB? I'll kick your ass with Yoshi! Who r u best with?
Luigi!
That was pretty damn good...
...great job! I just wanna know... HOW DO YOU TAKE CLIPS FROM NES GAMES AND SNES GAMES, do you need some sort of software? PLEASE RESPOND!!!!!!
Go to yahoo and search snes sprites
Pretty good...
it seems like you got lazy and stopped doing the fading text thing, lol. Good job, come up with better storylines though.
Well, the fading text bit was annoying the shit out of me. That was my first attempt at a flash cartoon and I didn't know how to add text without it fading in/out until about half way through it. So to save time and trouble, I just started placing/removing text half way through the movie instead of going back and redoing several hundred frames of animation.
That was really good!
Good job, it was pretty good, work on the story line though... how did you make that type of preloader? Tell me please.
Yeah, sure, If you mean the drawing stuff, just insert the actionscript into an empty keyframe...
_root.onMouseMove = function() {
if (draw) {
_root.lineStyle(0, 0x000000, 100);
_root.lineTo(_root._xmouse, _root._ymouse);
}
};
_root.onMouseDown = function() {
draw = true;
_root.moveTo(_root._xmouse, _root._ymouse);
};
_root.onMouseUp = function() {
draw = false;
};
The script was written by David Brushinski, and I cannot take credit for it.
And if you want to change color or width, just change the numbers in
_root.lineStyle(0, 0x000000, 100);
And this you just paste in in a preloader thingy...
"When life gives you lemons... make orange juice."
Age 38, Male
Pizzaman!!!!!!!!!!!!
DP
Orlando (O- town) Baby!
Joined on 1/25/03