Be a Supporter!
Response to: Fighting Flash Game Posted February 19th, 2011 in Game Development

Learn it yourself. Why not view tutorials online? It's possible to make time if you intend to do things seriously. Try the Newgrounds Wiki page. It might help? :D

Response to: Stay with Flash 8 or Upgrade? Posted December 29th, 2010 in Game Development

Sticking with flash 8 would probably be a good choice if you don't have the intention of doing hardcore game programming. Probably getting a good tablet/microphone would be best since you can animate in flash 8. Or upgrade your computer I dunno.

Response to: Megaman zero rpg flash(making one) Posted December 28th, 2010 in Game Development

Well. Newgrounds is a good place to start.

Response to: Flash above a fat movie? Posted December 28th, 2010 in Game Development

Try exporting the animation into .gif and then use that? Just an idea, I'm not too keen on this topic.

Response to: Animation Practice!? Posted December 28th, 2010 in Animation

Haha, some practice examples were really nice. This practice was made some time ago. It's a skeleton for an animation I was trying to do.

Response to: Merry Christmas! Posted December 25th, 2010 in NG News

Merry Christmas everyone!

Response to: [AS2] Character roll/rotation Posted December 18th, 2010 in Game Development

onClipEvent(enterFrame)
{
if(Key.isDown(Key.LEFT))
{
this._rotation-=60;
}
if(Key.isDown(Key.RIGHT))
{
this._rotation+=60;
};
}

If you're gonna put this on the movie clip itself,
I change INSTANCE to this so the program would know you are referring to the circle.
and _rotation should be used.
In the first code, ++ and -- was used.
In my code, i used += 60 and -=60.
Now, i'll let you have fun trying it.

Response to: Is it safe to delete this? Posted December 18th, 2010 in Game Development

Yes, flash automatically exports the movie when you test it and saves the file. As long as you don't lose the .fla file, you can delete all the .swf files because they come from it.

Response to: First time with Flash Posted December 16th, 2010 in Animation

It really is good for a first timer plus you're artwork is decent :D You're best bet is to animate more and make things more lively, I guess? And make sure you don't unnecessarily prolong parts that are not that important.

Response to: Can I get some opinions on this? Posted December 11th, 2010 in Animation

I noticed some minor lipsync synchronization. IT could have been a good short flash, only if you put more quality in it like adding good backgrounds, some more animation, etc. REDO IT