Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord

    Flip horizontaly/verticaly

    General Discussion
    3
    3
    268
    Loading More Posts
    • Oldest to Newest
    • Newest to Oldest
    • Most Votes
    Reply
    • Reply as topic
    Log in to reply
    This topic has been deleted. Only users with topic management privileges can see it.
    • R
      Rolph31415 last edited by

      Hello everybody,

      As most of you, i get a blast out of programming on my switch.
      I started with messing around with sprites and the Animationtutorial.

      I could not figure out how to flip an Image, so a character can run in all directions.

      Am i missing something, or is this command missing?

      1 Reply Last reply Reply Quote 1
      • pianofire
        pianofire Fuze Team last edited by

        Have a look at this: https://fuzearena.com/forum/topic/11/wishlist/56

        1 Reply Last reply Reply Quote 0
        • Hitomi
          Hitomi F last edited by

          I have found that making the scale negative in drawImageEx also works

          for example
          a = loadimage("a")
          drawImageEx( a, {95, 410}, -360, {-2, 2}, white, {0,0} )

          The -2 made my image draw flipped left and right

          1 Reply Last reply Reply Quote 1
          • First post
            Last post