Scratch Tutorial – L1 Movement
L1 Movement
Scratch Tutorial – L1 Movement Read More »
Games Programming in Scratch from PG Online Contents: Each of the lessons contain slides from a PowerPoint for the topic and include links to the tutorial files.
Basic Skills 2 Interactions You have created the basic structure of a game. Now to create interactions Events and Actions. // CREATE CODE//—–set player speed n_spd = 2; //—–normal speedr_spd = 3; //—–run speedspd = n_spd; //—–set start speed hspd = 0;vspd = 0;runspd = 0; // COLLISION WITH OBJ_PLAYER CODEgame_restart(); //COLLISION WITH OBJ_PLAYER CODEscore +=
L1 GM2 Basic Skills 2 Read More »
Basic Skills 1 Getting Started Place instances of objects on the instances layer: ** Next -> Basic Skills 2 – Interactions ** Back to Game Design – GameMaker 2
L1 GM2 Basic Skills 1 Read More »
5 Boss Challenge Game – 60/70XP Choose either of the following Boss Challenges: Boss Challenge 1 – 60XPCreate a multi-level, single-format game with a basic narrative.Choose one of the game formats – Maze, Platform, RPG, TDS – into one multi-level game.Put your planned design in your book. Boss Challenge 2 – 70XPCreate a multi-level, multi-format
L1 GM2 Challenges – 5 Boss Game Read More »
4 Top-down Shooter – 30XP Create a basic Top-down Shooter Game following the instructions given in videos by by Peyton Burnham(https://www.youtube.com/@peytonburnham4316).w.youtube.com/@newporthighict. Check the skills section for the example basic videos.
L1 GM2 Challenges – 4 Top-down Shooter Read More »
3 Platformer – 30XP Create a basic Platform Game following the instructions given in videos by by Peyton Burnham(https://www.youtube.com/@peytonburnham4316).w.youtube.com/@newporthighict. Check the skills section for the example basic videos.
L1 GM2 Challenges – 3 Platformer Read More »
2 Maze – 30XP Create a basic Maze following the instructions given in videos by Maze Code Check the skills section for the basic videos.
L1 GM2 Challenges – 2 Maze Read More »
1 RPG – 30XP Create a basic RPG following the instructions given in videos by Peyton Burnham(https://www.youtube.com/@peytonburnham4316). Check the skills section for the basic videos.
L1 GM2 Challenges – 1 RPG Read More »
L1 GM2 RPG Skills Depth and Decor The following video will guide you through creating a simple game in GameMaker 2.This video shows how to get started with GameMaker 2 and introduces ROOMS, OBJECTS and SPRITES.To make things happen, you are shown how to enter an elementary code (GameMaker Language (GML), very similar to Javascript
L1 GM2 RPG Skills 4 Read More »