ScratchData LogoScratchData
Back to hex2013's profile

Text based scratch game thingy

HEhex2013•Created June 1, 2024
Text based scratch game thingy
0
0
2 views
View on Scratch

Instructions

I made a game in text based scratch, here's the code and make sure to make the X and Y and Limit variable: when flag clicked set Limit to 0 show variable Limit set Y to 0 show variable Y set X to 0 show variable X set x to 0 set y to 0 forever if key space pressed? or key up arrow pressed? then if not Limit = 1 then set Y to 12 set Limit to 1 end end if key left arrow pressed? then change X by -1.5 end if key right arrow pressed? then change X by 1.5 end change x by X change y by Y change Y by -1 set X to X * 0.85 if touching edge? then repeat until not touching edge? change y by 1 end set Y to 0 set Limit to 0 end end

Project Details

Project ID1030487180
CreatedJune 1, 2024
Last ModifiedJune 8, 2024
SharedJune 2, 2024
Visibilityvisible
CommentsDisabled