GM@TIS2015:Week 6

From MakeICT Wiki
Revision as of 12:38, 17 February 2015 by John Harrison (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search

GameMaker at TIS Week 6: Scrolling Shooter

The examples on this page retain all functionality and artwork of the official Gamemaker 8.1 scrolling shooter demos. Only the game information screen has been changed to explain the examples.

Tuesday Examples

File:ScrollingShooter1.gm81 This demo shows how to scrolling window, how to generate stuff that moves with the window, and how to handle motion limits for the main character
File:ScrollingShooter2.gm81 This demo builds on the shooter demo above: add an enemy controller, shooting and bullets, and explosions