Page 1 of 1

Vector art for video game iPhone - Android

Posted: Mon Apr 02, 2012 3:07 pm
by Asterix
Is there any video tutorial on drawing without animation of vector for video games, like background scene, buildings, character, props etc...

Here is a example, but he is using pixel art. Sprite everything.
This one is a tomato. :P
http://www.youtube.com/watch?v=fTh1T-83 ... e=youtu.be

Thanks

Posted: Mon Apr 02, 2012 5:49 pm
by cocoOS
almost all 2d engine games works with sprite..you need found how convert your animation to a big sprites..I think than you can do the entire animation in AS, then export your animation as png images and then work with the resultant images converting this to sprites..sprites are a sequence images joined in a whole big image, then inside your program control the move... try found info inside google about sprites nd how create sprites using png images...

Posted: Mon Apr 02, 2012 6:36 pm
by Asterix
cocoOS wrote:almost all 2d engine games works with sprite..you need found how convert your animation to a big sprites..I think than you can do the entire animation in AS, then export your animation as png images and then work with the resultant images converting this to sprites..sprites are a sequence images joined in a whole big image, then inside your program control the move... try found info inside google about sprites nd how create sprites using png images...
Oh ya It work pretty well, I export frame by frame. But I am looking for tutorials like the guy above, but for vector. Games are not quite made anymore with pixelart.

Look at here, there is not much pixel art there
https://play.google.com/store/apps

Posted: Fri Apr 06, 2012 7:04 pm
by cocoOS
mm..ok..i didn't understand the question well...actually I did something in the past with pixel art, you can found many tutorials in youtube with the name pixel art or 8-bit 16-bit pixel art...here have a video http://www.youtube.com/watch?v=o2aSnhIFiZo

in AS i think than is impossible (or very hard) but if you've illustrator, inside the line segment tool you've a grid, put this grid over your vector image or any image, and then fill every square with the live paint bucket using the image color...sound hard but is not...very boring but not hard