top of page

 

PlatTAG

Action Platformer

(Stencyl - December 2022)

  • Player must explore 3 levels and find an exit portal to progress

  • They have to find levers and activate them to open the way to the exit

  • Player has to reach the exit portal of the 3rd level to win the game

  • There is a Timer that records the time taken to win and records the best time

  • Each round of any level will spawn props and enemies randomly around the map

 

Behind the Tech

plattag 1.PNG

Aim at Mouse

If mouse is left of player, flip player and arms horizontally, and vice versa.

If Aim at mouse is true, point arms at the mouse using atan. If facing left, add 180 degrees offset. Otherwise if Aim at mouse is false, then point arms towards 0 degree.

aim.gif
move.gif

Moving

If right button is down, add positive x speed. If facing right, play run forward animation. If facing left, play run backward animation. The opposite for moving left. If no buttons are pressed, set x speed to 0 and play idle animation.

move.PNG
jump.PNG

Jumping

Set jump count to 2 when on the floor. If jump button was pressed, Jump count must be more than 0. Minus 1 jump count. Set y speed to 0 first to counter gravity, to make jump height consistent. Push player up with jump force and play jump animation. If jump button was pressed again, Double jump on the last jump count, minus 1 jump count.

Do motion blur effect on double jump by spawning fading actors that look like the player.

If player is falling but didn’t jump before, set jump count to 1.

jump.gif
switch.gif

Switch Equipments

If a number from 1 to 5 was pressed and that equipment was not already equipped, the player would switch to that equipment. If it is an item that requires ammo, then ammo must be above 0 before allowing to be selected.

The last selected item will also be recorded for later.

switch.PNG
bg2.png

Credits

Stencyl

Adobe Photoshop – Art

Adobe After Effects – Animations & VFX

Various video games – Sound Effects

Audacity – Audio Converting/Editing

MP3 tag

The Night Comes For Us – Night Club Fight OST

CryNN – Hyperior

Hotline Miami OST

Irving Force – Sewer Wars

Megadrive – Video Stalker

header
in.png
be.png
itch.png
bottom of page