(Controls Down) Welcome to Rad Skater, the minigame found in "The Big Con" game that I recreated in scratch for you and your projects! Wait, wait...FOR YOUR PROJECT!?!?! Exactly, the entire game I made it in a single not-disturbing project to copy and put into your game. Inside the game in a note I explain how you can config the game to make playable into your game (Spoiler: is the most easy thing posibbly) Controls: W/S or Up/Down arrow key or clicking the screen in the middle-left side to move depending if you are clicking up or down E or Space or click in the middle-right side of the screen to jump (PD: Your hitbox is your shadow, not the ghost himself so be careful) Game Log 17/05/2025 Game Launched 19/05/2025 More Probably of coins, less of clocks, the speed up is +2 m/s every 100 poins instead of every 40 points and now the menu is more mobile flendly (touch in the right to move the option, touch in the right to click)
Inside Note Rewrited if you don't find it: Hey, You want to modify this minigame or put it into your game? Okay, I will tell you how. First you need to know that to run the game you need to send the message "PlayRadSkate", this project run automatically the game when the flag is clicked so when you put the minigame into your game you need to delete that message. (PD: In the costumes of the game there's a arcade sprite if you want to run the game when you interact with that arcade) This game run automatically thanks to the "RAD SKATER MINIGAME STUFF" Variable list (is very important to don't delete it) but there's a few things that you can change about it but first let's tell you what variable in the list is supposed to do. 1: This variable is 1 if the game (including the menu) is running, remember to hide your project when this variable is 1! (When is 0, the game is off) 2:The clone settup, is not very important for you 3: The Music setup, set it to 0 to turn off the music or turn it to 1 to listen it, there's another textbox where you need to change it 4: The minigame (not including the menu) is running? 0=No / 1=Yes 5: The velocity of the ghost that it will increase with the time (The initial is 10m/s) 6: The Ghost Lives, if you lose all of your lives you lose and you will be back to the menu (the initial is 3) 7: Is your score in your game, the max is 99999 like in the old times 8: Is your time left, the game ends when the time down to 0! (The initial is 60) 9: Is the Y position of the ghost, the max is -25 and the minimun is -115 (the initial is -75) 10: This tells when the ghost is invencible or jumping (0=No / 1=Jumping / 2=Invencible) 11: Your Personal Highscore, get the highest score! 12: It tells the clones when they need to be eliminated