Navigation

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

      Approved User Defined Functions
      • pianofire

      1
      7
      Votes
      1
      Posts
      735
      Views

      No one has replied

    • Dave

      Submissions - Post your handy Functions here!
      • Dave

      10
      4
      Votes
      10
      Posts
      1119
      Views

      JMM161437

      Popout Text effect!
      This function is completely graphical and makes text pop out a little.

      ID: 913UK3MNDSL

      Example is provided with the program showcasing the effect!

    • mozipha

      3D position to screen position, screen position to 3D position
      • mozipha

      2
      4
      Votes
      2
      Posts
      233
      Views

      Spacemario

      This is awesome, thanks for posting! I've tried to figure out how to do this myself on past occasions, and gave up-- my math skills aren't the best.

    • pianofire

      Some useful text functions
      • pianofire

      14
      9
      Votes
      14
      Posts
      1105
      Views

      mozipha

      Also re: file write limit – the write limit occurs when the file is repeatedly opened and closed in a short period of time and not strictly when the write() function is called repeatedly (that is, it occurs when the file is repeatedly written to long-term storage and not when the file is modified in RAM). The write limit can be avoided by keeping the file open while you do reading/writing and only closing it once you're completely done accessing it.

    • mozipha

      Directly set an object's rotation
      • mozipha

      1
      2
      Votes
      1
      Posts
      214
      Views

      No one has replied

    • HeyoMayo

      Useful Function Libary 0.7.5
      • HeyoMayo

      15
      7
      Votes
      15
      Posts
      965
      Views

      HeyoMayo

      @toxibunny save data system, str() deserializer, and a input system (for multiple and changable bindings)

    • L

      Make Linked Lists and Hash Tables without Sprites
      • LucasJG25

      2
      8
      Votes
      2
      Posts
      348
      Views

      vinicity

      Nice! This will be very useful!

    • Dave

      Draw a HUD Bar for player variables
      • Dave

      4
      6
      Votes
      4
      Posts
      499
      Views

      Dave

      @AlexTheNewCoder Make sure to check out the more detailed reply I left for you on the original thread!

      https://fuzearena.com/forum/topic/1898/how-do-i-make-an-hud

    • Chronos

      Coding for Fun: Multilayer Perceptron
      • Chronos

      4
      4
      Votes
      4
      Posts
      486
      Views

      Chronos

      I made it learn to hit a target that moves at different speeds at different heights.

    • Chronos

      Coding for Fun: Matrix Transform with Rotation Matrix Transforms
      function transform direction matrices matrix • • Chronos

      4
      4
      Votes
      4
      Posts
      529
      Views

      PickleCatStars

      I don’t understand what this does! :S

    • mpfdev

      Hotchpotch, yet another code snippet repository
      • mpfdev

      12
      6
      Votes
      12
      Posts
      774
      Views

      mpfdev

      Not sure what went wrong but you're right: the download code is X31M2MNDNE.
      I also updated it again. The parallax-scroller now works seamlessly in both vertical and/or horizontal direction.

    • Chronos

      Coding for Fun: Serialization
      • Chronos

      10
      4
      Votes
      10
      Posts
      818
      Views

      Chronos

      As kind of an extension of this, I made a system for serializing special sprites. They are just sprites, but with just a little extra handling.
      They can't also have sprites as attributes though.
      ID NX2D62FDN5

    • Chronos

      Coding for Fun: Controls Assistant
      • Chronos

      4
      4
      Votes
      4
      Posts
      435
      Views

      Devieus

      This could be very useful. Having more activators is always nice.

    • Z-Mann

      Simple Menu System
      • Z-Mann

      3
      5
      Votes
      3
      Posts
      479
      Views

      Devieus

      I'm actually trying to set one that draws over the rest with a sprite arrow and stuff. I'll see if this'll come in handy. It just might.

    • E

      The nothing mathematics function
      • EvanTropFun

      13
      1
      Votes
      13
      Posts
      820
      Views

      E

      you are all geniuses 😱

    • pianofire

      Hexadecimal Conversion Functions
      • pianofire

      8
      5
      Votes
      8
      Posts
      699
      Views

      PickleCatStars

      That’s a great idea!

    • Jongjungbu

      wrapText function
      • Jongjungbu

      3
      4
      Votes
      3
      Posts
      449
      Views

      pianofire

      @NextWithoutFor It was deleted by the user. There are some functions here that may help https://fuzearena.com/forum/topic/1180/some-useful-text-functions/2?_=1618756876188

    • Dave

      centreShadowText: Draw centred text with a drop shadow
      • Dave

      4
      4
      Votes
      4
      Posts
      535
      Views

      E

      @Ben-2-0
      No, here too i seen't it

    • vinicity

      Music Example Code
      • vinicity

      1
      6
      Votes
      1
      Posts
      277
      Views

      No one has replied

    • joyrider3774

      drawSegmentBar function
      • joyrider3774

      3
      7
      Votes
      3
      Posts
      318
      Views

      Dinocoder

      That is very nice! Thanks @joyrider3774 for sharing!