Made a very very small game, had to modify the generated code to move the player1 sprite around randomly on hit. Not sure if that is possible in vcs game maker yet?
https://themitchnz.itch.io/mini2600
I couldn't figure it out, as I need the x position to be within 20-100ish otherwise it was going outside the playfield, and getting stuck by the collision. Tried using some while / if statements to get the number in the range but it wouldn't work. By hey, a perfect reason for displaying the generated code!
Having a random number return between [num] and [num] would be perfect.
Okay, opened an issue for future implementation: https://github.com/haroldo-ok/vcs-game-maker/issues/95
Partially implemented; please see https://haroldo-ok.itch.io/vcs-game-maker/devlog/801540/version-0250-more-flexib...