Fangames > Programming Questions
game maker help
lemonxreaper:
you are using gamemaker studio, as far as I know the engine is not compatible with that. you need the other kind of gamemaker.
Olivebates:
Alright, here's what is wrong: In the object called "damageblock", there is a collision event, where you have executed a code. In that code, you have used the wrong syntax, and for that, game maker can't run the code. In the script, please count the amount of open brackets "(", and the amount of closed brackets ")". If there is not the same amount of each, they should, for the syntax to be correct. Do the same with the squigly brackets "{" and "}", if there is not the same amount of each, then you should also fix that.
That fixed the first and the third error you mentioned. Now, for the second and the fourth error, we will need to see the code, that is in the collision event in the object called "damageblock". Can you take a snapshot of the executed code, in that specific location, and post it.
Rpup:
Thanks for the help, I managed to get an older version of game maker and it seems to work.
However I get this fatal error everytime i try to run the game https://imgur.com/T6uzVYE
sorry that im such a noob at this =/
edit: I deleted the stage select room, not sure if that causes it though.
lemonxreaper:
why would you do that?!!!??!
of course that's going to cause issues
its an integral part of the saving and loading system.
basically the menu is trying to go to a room that doesn't exist anymore.
Olivebates:
The image you just posted, means that in the step event of the object(not the room) called menuSelect, it is trying to send the player to a non-existant room.
To fix your other problems, we just need you to post the code, and we can help you.
We will need to see the code, that is in the collision event in the object called damageblock.
Navigation
[0] Message Index
[#] Next page
[*] Previous page
Go to full version