Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

i made a little video to show what happen

https://drive.google.com/file/d/1KFYg3QhPMVdabZHaG8O31-gkSkDl1HSY/view?usp=shari...

If you are live-coding a Create event, the new version will only take effect the next time the instance is created - otherwise GMLive would have to figure out which variables were added/renamed/removed, which is a whole different can of worms, moreso if you have conditions/loops inside the event. You can force-execute create event from Step via event_perform(ev_create, 0)

hmmm soooo, i cannot mapping and playing in same time for trying jumps in 2D platformer for exemple ?

(thanks for the event_perform trick, can be usefull :))