Uploaded videos
1-10 of 13-
Crush Gameplay ~ Full Walkthrough
Krisgames
202 views
Still in beta stage. Play here: http://gamejolt.com/freeware/games/platformer/crush/3769/
-
NDS Homebrew ~ Mii Maker
Krisgames
321 views
I thought this was pretty cool. Its not done, but you can have some fun with it.
Download - http://gbatemp.net/downloads/%5B6521%5DNdsMiiMaker_1_.0.1.zip
-
If Sonic Were Green
Krisgames
138 views
Yeah. Its a simple recolor. Anyway, what do you think? Any requests for a recolor? I can also mix in sprites like If Mario Was A Goomba.
-
Circle Warfare Gameplay 01
Krisgames
69 views
Not complete so no link available.
-
GameMaker Tutorial: Platform Game D&D
Krisgames
119 views
How to do it in drag and drop.
-
Game Maker Tutorial: Custom Message Boxes
Krisgames
665 views
A easy custom message box sprite. Quick Little Tutorial.
-
Game Maker Tutorial: How to Make Cheats
Krisgames
200 views
How to make cheats in Game Maker. Very Easy.
Code:
cheat=get_string("Enter your cheat","Here")
if cheat="score"//Checks if you entered the code 'score'
{
score+=100
}
else...
-
GameMaker Tutorial: How To Make A Portal
Krisgames
890 views
How to make a portal in D&D. Pretty easy, and basic tutorial.
-
Game Maker Tutorial: XP And Level Up
Krisgames
1,728 views
How to gain XP and Level Up. This is much easier to do it in code than D&D, so I did it in code.
Example: http://solidfiles.com/d/955f8/
Gamemaker: http://yoyogames.com/gam...
-
Game maker Tutorial: Top Down Shooter Game
Krisgames
2,686 views
Requires Pro. I show you how to make a TDS Game. I made a mistake at the end, so for the shooting code, put this instead: if mouse_check_button(mb_left) and canshoot=true
{...
Advertisement










Play all(13)