Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(+1)

It looks like there's a bug when using  a while block inside an if block... 

(1 edit) (+1)

I have opened the relevant issue to look at it later:
https://github.com/haroldo-ok/vcs-game-maker/issues/109

BTW, aside from the code generation bug, there's a chance that the `repeat` block won't work in a useful way with that arrangement:

The way the code above is arranged, it means that it would stop everything else and just keep moving the missile and nothing else, until it collides with something. No joystick input, no movement for the other sprites, just the missile.

There's a good chance that it would probably not be what was intended.





(+1)

Okay

Fixed the code generation bug: https://haroldo-ok.itch.io/vcs-game-maker/devlog/811947/version-0253-fix-nested-...