Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord
    1. Home
    2. Tags
    3. screen
    Log in to post
    • All categories
    • N

      How can I make collision?
      Help • collision screen sprite • • NewJoeniel

      2
      0
      Votes
      2
      Posts
      364
      Views

      PickleCatStars

      Normally what I do is a bunch of ‘if player x position < 0 then player xspeed = - player xspeed
      If player x > screenwidth then player xspeed = - player xspeed
      If player y position < 0 then player y speed = - player y speed
      If player y position > screen height then player y speed = - player y speed.’

      This has the effect of bouncing you off walls. To stop dead, you’d put speed = 0, and laso probably shift the players position a bit to put them back jnside the screen if they go over by a few pixels.

      There’s a clever example in the tutorials using clamp() which looks neater. It’s at https://fuzearena.com/help/view/Sprite Game - scroll down to the part ‘creating boundaries’

      You can also use maps, probably, and use the map collision. All sorts of ways to skin a cat. Hope this helps!

    • P

      Have the screen follow the player
      Beginners • screen sprite movement • • PAUM3000

      3
      0
      Votes
      3
      Posts
      328
      Views

      P

      That worked thank you! One problem I was having is that I didn't set the sprite to "player" but instead "elf".

    • spikey

      Screen resolution is 1280x720 in docked mode [solved]
      Bug Reporting (FUZE 4 Nintendo Switch) • screen setmode • • spikey

      11
      0
      Votes
      11
      Posts
      868
      Views

      Kat

      Ahh ok that makes sense. Glad you got to the bottom of it! :)

    • S

      How do i move a sprite with the left stick?
      Beginners • help screen sprites • • smoof1738

      4
      2
      Votes
      4
      Posts
      424
      Views

      S

      @Dave thanks a bunch!

    • P

      How clear a part of the screen
      Help • print screen clear • • popinet21

      5
      0
      Votes
      5
      Posts
      477
      Views

      P

      🙀 Excuse me, I understand now the box is create on the text