Animating tiles like water, lava, etc.?

Hey folks!

I’ve been hunting and picking through the forums and can’t find anything showing how to animate tiles in the map such as water, lava, etc. Did I miss the memo? :) 

Appreciate any help. Been poring through the doc PDFs too and just cant track anything down. :frowning:

Thanks!

Mario

AAAAAaaannnnddd I just now noticed the HTML users guide in there detailing the whole kit and kaboodle. :slight_smile: My bad.

-Mario

HTML user guide?

can you give me the link please?

thanks

It’s in the zip file when you download MTE.

It’s called “MTE API 0v918 HTML.htm” and there’s another called “MTE Reserved Tiled Properties 0v910 HTML.htm”

But to fast track it for you, you have to set the tile properties that you want to animate in your map in Tiled like so:

                 “animDelay”:“2500”,

                 “animFrameSelect”:“relative”,

                 “animFrames”:"[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]",

                 “animSync”:“1”

The HTML guide will give you a few examples. Ping me if you need a hand! :slight_smile:

-Mario

oook I know that doc but I thought there was another one I didn’t know about…

I didn’t try animate tiles yet but that’s on the todo list for sure!

thanks for the hint

AAAAAaaannnnddd I just now noticed the HTML users guide in there detailing the whole kit and kaboodle. :slight_smile: My bad.

-Mario

HTML user guide?

can you give me the link please?

thanks

It’s in the zip file when you download MTE.

It’s called “MTE API 0v918 HTML.htm” and there’s another called “MTE Reserved Tiled Properties 0v910 HTML.htm”

But to fast track it for you, you have to set the tile properties that you want to animate in your map in Tiled like so:

                 “animDelay”:“2500”,

                 “animFrameSelect”:“relative”,

                 “animFrames”:"[0,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15]",

                 “animSync”:“1”

The HTML guide will give you a few examples. Ping me if you need a hand! :slight_smile:

-Mario

oook I know that doc but I thought there was another one I didn’t know about…

I didn’t try animate tiles yet but that’s on the todo list for sure!

thanks for the hint