Save-Point
How do I move tiles in play? - Printable Version

+- Save-Point (https://www.save-point.org)
+-- Forum: Games Development (https://www.save-point.org/forum-4.html)
+--- Forum: General Support (https://www.save-point.org/forum-18.html)
+--- Thread: How do I move tiles in play? (/thread-448.html)



How do I move tiles in play? - shintashi - 03-25-2010

Like if I have a boulder tile, or want a scene where a bunch of crystals spin around the NPC, how do I make that happen without cloning the same scene for 40 frames?

Targeting tiles in general would be nice to know, so I can make Zelda bombs and stuff. :cheery:


How do I move tiles in play? - Kirito - 03-25-2010

Look up eventing. Take a bolder tile, and make it into a sprite with your favorite image editor via cropping. Then set up a switch based move event using that sprite. Same way you get characters to talk to the npc's.

i'm not sure how to do the rotating crystal thing though, sorry.


How do I move tiles in play? - DerVVulfman - 03-28-2010

Well, you're talking about converting a tile into a characterset.

Taking a boulder and turning it into a characterset jisn't that hard... just tedious. After that, you can create an event and assign it the boulder characterset graphic so you can 'push' the boulder event.

As to the crystals rotating, that's just another bit of characterset editing. The RTP already has crystals that 'glow.'. But I will admit that rotating them will be a bit (cough) fun to sprite.


How do I move tiles in play? - shintashi - 03-28-2010

I think by rotate I just meant if you had like 8 crystals like the ones in the space tile set, to then have them moving in a circle around a center point. I haven't figured out the scaling for creating animations yet, and when I tried, it really chopped up my image into uneven pieces. Is there a size I'm supposed to be using, and is the character animation/combat screen the only sizes available?


How do I move tiles in play? - Queue - 03-28-2010

You can either use animations OR download a particle engine and simply have the crystals as single particles rotating around a point. :)