Be a Supporter!

Any way to split vec. art into tile

  • 415 Views
  • 2 Replies
New Topic Respond to this Topic
northxiv
northxiv
  • Member since: Jun. 18, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Any way to split vec. art into tile 2009-07-02 20:01:04 Reply

For a very large game, you want the artwork to take up as little space as possible. There are bitmaps, which take up the most space, vector art which takes up less, and then procedural code through the drawing API to tell Flash what to draw which takes of the least amount of space. I have decided that for the magnitude of my game, bitmaps will take up way too much space and I think procedural code wuold slow the art process down too much as well, even with a map editor. So that leaves me with vector art, which won't take up too much data and is fast to draw. My game will use tiles because the world will be seemless and thus I will only be wanting to load in the section of the world that will appear on the screen, thus the vector art will need to be split into tiles. The only way I can think of to do this is to create a grid using lines that would split everything up and then select everything inside the grid one section at a time, but I have been doing this and it's taking a really long time since the artwork is so detail and there are so many things to select. (and even if I try to select everything and deselect what I don't need)

So is there any addon or plugin or program that will split vector art into tiles from within Flash? I tried Illustrator, but importing back into Flash is a disaster. All the artwork is messed up when I try.

northxiv
northxiv
  • Member since: Jun. 18, 2009
  • Offline.
Forum Stats
Member
Level 02
Blank Slate
Response to Any way to split vec. art into tile 2009-07-03 10:01:53 Reply

Come on, there has to be something. :\

Sgtkillstuff
Sgtkillstuff
  • Member since: Jan. 2, 2009
  • Offline.
Forum Stats
Member
Level 10
Animator
Response to Any way to split vec. art into tile 2009-07-06 01:27:03 Reply

You could try fireworks. Just make a square the size of the tiles you want and then paste inside the box. You can move the image around to get what you want and it will cut out everything outside the box. Still not very fast but probably better than what you are doing. I am assuming that you don't need an artist anymore, if not I sent you a message about it.