Navigation

    Fuze Arena Logo
    • Register
    • Login
    • Search
    • Categories
    • Recent
    • Popular
    • Users
    • Groups
    • Help
    • Discord
    1. Home
    2. Coding
    3. Beginners
    Log in to post
    • Newest to Oldest
    • Oldest to Newest
    • Most Posts
    • Most Votes
    • spikey

      setReverb() - sounds different on subsequent notes
      • spikey

      8
      2
      Votes
      8
      Posts
      968
      Views

      spikey

      @waldron oohh.. that sounds excellent. We could even fade out one song and the main song in. I will try that as soon my next project is ready for music ;-)

    • M

      How many Players are totally possible?
      • Mechanical

      7
      1
      Votes
      7
      Posts
      677
      Views

      vinicity

      You can break each controller down into two by yourself. Obviously this does not work for pro controllers, but it should be no problem for joycons.

      You would just map controls(0) to players one and two, with player one's movements mapped to the left control stick (subtracting 90 degrees from the stick movement) and the arrow buttons. Player two would then map to the right control stick (adding 90 degrees) and the a, b, x, y buttons.

      This way you can support eight players.

    • spikey

      setEnvelope() - what does it do?
      • spikey

      14
      1
      Votes
      14
      Posts
      1147
      Views

      spikey

      @Dave I did some further investigations and a DEMO programm. But I put the details in another thread, because it concerns setReverb() and not setEnvelope(), hope thats fine.

    • PickleCatStars

      World Shadow light and ambient light neat tip
      • PickleCatStars

      1
      5
      Votes
      1
      Posts
      281
      Views

      No one has replied

    • P

      Difference between while True and loop
      • petermeisenstein

      8
      0
      Votes
      8
      Posts
      558
      Views

      pianofire

      It's all in the Intro here: https://fuzearena.com/help

    • P

      A goto workaround
      • petermeisenstein

      2
      3
      Votes
      2
      Posts
      470
      Views

      P

      Programm is now live you can download with ID 6VK73CSC8Q

    • D

      Touch state
      • Devoid21

      3
      1
      Votes
      3
      Posts
      455
      Views

      D

      Thanks pianofire, your a sanity saver 😂

    • vinicity

      Changing the font?
      • vinicity

      16
      1
      Votes
      16
      Posts
      1655
      Views

      AndyG1985

      That’s what I suspected. Thanks a lot both, I’ll have a fiddle :)

    • D

      Randomizing Arrays
      • Devoid21

      4
      0
      Votes
      4
      Posts
      456
      Views

      D

      Thanks pianofire, I’ve been banging my head for hours trying to figure it out.

    • waldron

      Defuzing super fuze platformer
      • waldron

      4
      6
      Votes
      4
      Posts
      455
      Views

      Martin

      @AndyG1985 said in Defuzing super fuze platformer:

      I always wondered with Fuze Platformer, whether the wall is intentionally set too high to jump over, to encourage looking at the coding and making the jumps higher.

      That is what i was told when I raised it as an issue on the internal dev issue tracker, yes !

    • waldron

      In game money/items
      • waldron

      1
      1
      Votes
      1
      Posts
      228
      Views

      No one has replied

    • P

      Not is not showing in red color
      • petermeisenstein

      1
      0
      Votes
      1
      Posts
      190
      Views

      No one has replied

    • pianofire

      Write Your Own Fantasy Games For Your Microcomputer
      • pianofire

      3
      3
      Votes
      3
      Posts
      421
      Views

      SteveZX81

      ohhh wow! Just browsing through that has me aching to do something like it, I love adventure games and have done since the days of things like Colossal Cave text adventure, etc. one of my fave and hugely underrated adventure game was Journeys End on the Speccy.

      Please do something like this @pianofire I would love to see it!

    • F

      bitGet problem
      • faz808

      24
      0
      Votes
      24
      Posts
      2155
      Views

      xevdev

      That's ok the above works in a roundabout way

    • P

      Unexpected end of file
      • porkchop1526

      7
      0
      Votes
      7
      Posts
      528
      Views

      P

      @porkchop1526 It happens me also very often. but i often forget return void at the end of functions . :D

    • J

      Jumping in 3D
      • jbc630

      5
      3
      Votes
      5
      Posts
      510
      Views

      PickleCatStars

      Well done :)

    • PB____

      Settings => Preferences => "Use Menu Memory"
      • PB____

      12
      1
      Votes
      12
      Posts
      735
      Views

      Martin

      Well at least now we can test it and see if it's working or not.

    • C

      pathfinder 2D/3D
      • chucky831

      2
      1
      Votes
      2
      Posts
      225
      Views

      Spacemario

      @chucky831 I'll second that this would be really cool to have.

    • PickleCatStars

      Where can I put stuff?
      • PickleCatStars

      9
      0
      Votes
      9
      Posts
      618
      Views

      xevdev

      @toxibunny yep but for what ever i go
      Mainloop() // thanks min this is awesome

      But it's Sahara min and that's who I meant and I think I put it at the end of every program because it is awesome.

    • T

      Checking a range
      • ThePickleTickle

      7
      0
      Votes
      7
      Posts
      537
      Views

      T

      Pb__ thanks for clarifying

      I slept on it and when I woke up realised what pianofire and vinicity meant instantly.. guess my brain was just a little fried yesterday

      Thank you all