tile based animation

  1. Daniel Mallett

    Tilemaps

    I'm coding a platformer and would like a bit of advice. When it comes to the main level tiles I have no problem with. My question is what happens to doors that are bigger than my tile size. What about danger tiles and interactive signs, ladders etc. Is it best to just use objects or is there a...
  2. S

    Legacy GM tile animation help

    ok so I got it working somewhat however I my frame_time variable keeps coming out as NAN on the first frame of my game when I use the first parameters of 0,0,1,0 also the frame_delay keeps being either 0 or 1 when I am using 60 as my speed parameter here is my code ///wait_frames(key, frames)...
Top