Hi !
I tried do animation frames. I added 2 frames,Finally i have 3 frames : 0,1,2 in 1 animation. Animation Loop: no. In game i do like this:
If webstorage.localvalue("charterstyle")=1 do charter. animation. set frame = 0.
If webstorage.localvalue("charterstyle")=2 do charter. animation. set frame = 1.
If webstorage.localvalue("charterstyle")=3 do charter. animation. set frame = 2
But it didn't work