Thread: Animated tiles?
View Single Post
  #1  
Old 06-24-2007, 07:01 PM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
Animated tiles?

Will it ever be possible to have some sort of feature to allow tiles to be animated? I know it's possible now, with addtiledef+gif, but that slows it down when there's a lot of animated tiles on the screen.

I guess it would be better if handled from whatever draws the tiles, so maybe a new addtiledef that would allow dividing up an image into frames for an animation.

Like, addtiledef3(image.png,levelblah,addintotilesX,addi ntotilesY,framecount);

And what it would do is divide the image according to how many frames, and animate it via the tile drawing, instead of by just showing a gif.
Reply With Quote