• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

mirror spine-sprite HTML5

G

galmuev

Guest
Hello!

When you try to flip a spine-sprite in HTML5 it turns:

image_xscale = -1;

windows and on other platforms all is well ..:

also by reference to the root bone game freezes.
What am I doing wrong? Help! :)
(v 1.4.1757)
 
M

mikahon

Guest
I don't know if that could solve the problem, but did you try to clear project asset compiler cache before testing it on html5 ?
 
G

galmuev

Guest
Yes.
I also tried to run the project on a different machine and the problem persists
 
G

galmuev

Guest
The official representative of GMS, you can answer my question?
 

Mike

nobody important
GMC Elder
Sounds like a bug. File it along with a simple example and someone can take a look....

(as a fudge/fix if you can't wait, draw it to a surface and flip that. Bit crap, but it'll let you progress)
 
Top