External Exam Download Resources Web Applications Games Recycle Bin

Basic Platformer

SpriteImages
sprPlayer
sprBlock

ObjectSpriteProperties
objPlayersprPlayerVisible
objBlocksprBlockVisible, and mark as Solid

room layout:

objPlayerCreate event

objPlayerCollision → objBlock event

objPlayerKey Down → Left event

objPlayerKey Down → Right event

objPlayerKey Down → Up event

objPlayerStep → Step event

extension activities:

  1. Add a timer to objPlayer. To do this, first add to the objPlayer Create event:


    Secondly, add a Draw → Draw GUI event to objPlayer:


  2. Add enemies
  3. Add collectibles, such as coins, that can accumulate score