Daily Archives: September 11, 2006
Problem Seven
Problem: Make a timer which counts up or down how much time is letf to play Solution: Make an object called obj_timer (no sprite is needed) Create Event: set variable mytime to 10, set Alarm 0 to room_speed Alarm Event for alarm … Continue reading
Filed under GameMaker
Problem Three
Problem: A character can move left and right with arrow keys and fires a single bullet forward when you press space bar. You have to release and press space bar again for more bullets. Solution: Keyboard Event for <Left> Key: … Continue reading
Filed under GameMaker