SnowState - A robust finite state machine for GameMaker

Sdílet
Vložit
  • čas přidán 27. 07. 2024

Komentáře • 10

  • @MichelSchallenberg
    @MichelSchallenberg Před 4 měsíci +1

    Wow, that's cool.

  • @mallen1846
    @mallen1846 Před 6 měsíci +3

    I appreciate the explanation and your presentation style, it was informative and to the point, thank you. If I could make a request? I would love to see other implementations of using SnowState in an intermediate and advanced example, I think this would bring a lot of value to your subscribers :)

  • @andycarr3711
    @andycarr3711 Před 8 měsíci

    Elegant.

  • @fierorecensione5828
    @fierorecensione5828 Před 9 měsíci

    top!

  • @Project_Paranormal_
    @Project_Paranormal_ Před měsícem

    One problem I encountered is that i can't draw sprites in the create event, so what do i need to do?

    • @GameMakerCasts
      @GameMakerCasts  Před měsícem +1

      You can override the draw event using event_set_default_function. Its in their wiki on the "event" page

  • @DiceDrivenGameDev
    @DiceDrivenGameDev Před 5 měsíci

    Hi Im checking on this but the project was giving me an error (issue opened in github)
    Object: oPlayerT Event: User Event 15 at line 53 : "move_and_collide" is read-only function
    Object: oPlayerD Event: User Event 15 at line 47 : "move_and_collide" is read-only function
    Object: oPlayerT Event: User Event 15 at line 53 : malformed assignment statement
    Object: oPlayerD Event: User Event 15 at line 47 : malformed assignment statement
    No quite sure if is because the function was later implemented by GameMaker devs, as a temporary workaround I did a search and replace all and got the project to run
    Temporary fix (at least I was able to run it) search and replace all
    serach:move_and_collide
    replace:_move_and_collide

    • @GameMakerCasts
      @GameMakerCasts  Před 5 měsíci +1

      Glad you got it working. Move and collide is a newer function, but yes awesome you got it all working

  • @ruinaimperii476
    @ruinaimperii476 Před 9 měsíci

    it helped a lot thanks fam

  • @thousandtales8786
    @thousandtales8786 Před 9 měsíci