Jump to content


BWebster890

Member Since 06 Jun 2010
Offline Last Active Jan 31 2013 08:56 PM

Posts I've Made

In Topic: How to Pause a Game

26 March 2011 - 04:12 PM

Here is an inventive way of doing a pause menu.

Say you make the space-bar the pause button.

every time you press space it saves the game and goes to a separate room.

when you press space again it returns to the saved game and deletes the temporary save file.

you can then add options in the pause room.

In Topic: Image walls

16 February 2011 - 01:43 AM

I have one object in the room. It draws everything you see in the room with the draw function. I am drawing a wall, but it only works for one side. I was wondering if one of you guys could help explain how to make a drawn image act as a wall.