On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

I don't actually know anything about GameMaker but right in the first level i have that error that won't let me go futher (i tried reloading the game, but it happens every time). If i'm doing something wrong, tell me

############################################################################################

ERROR in

action number 1

of  Step Event0

for object player:

Moving to previous room before the first room.

at gml_Object_player_Step_0

############################################################################################

gml_Object_player_Step_0 (line -1)

Try not to hit the gray blocks, if even ONE red cube hits them the game will send you to the previous level. I didnt add code for dying on level one, sorry.  The error says it al.

Ooohh, i was loosing because my cubes were out of screen, it wasn't really clear with this message, but now i get it