TehGamerz™ Super Mushroom 2 de... created by Chris Rosenfeldt
Category: Shooter
1 of 2
Added: 15 August 2009
Created by: Chris Rosenfeldt
Version: 3
(Incomplete)
Game description: Super mushroom 2 demo, W,A,D to move, left-click for buttons/shooting F5=Save F6=Restart room. Made by TehGamerz Games® http://tehgamerz.forumotion.com/forum.htm For more information, or any questions.
Reviews
-
Overall Score
-
Graphics
-
Sound
-
Gameplay
-
Story
-
Interface
nice demo
Added: 15 October 2009
Created by: skygar09
Pros: I like the idea of shooting the enemies, and the pose with the 'pea...
Cons: Shooting sorta defeats the purpose of jumping on them...
Comments
Jas0n said 88 days ago
add this code in supermushroom's step event:
if keyboard_check(vk_left)
{
image_speed=-1
if place_free(x-7,y)
x=x-7
}
if keyboard_check(vk_right)
{
image_speed=1
if place_free(x+7,y)
x=x+7
}
---
also remove the things that make him currently move left and right too.






mad maker said 55 days ago
Report to Staff
5/5