Commit 4eb9b0f6 by BellCodeEditor

auto save

parent 33cd1d1e
Showing with 21 additions and 0 deletions
start = 0
goto(0,40)
hide()
while True:
if start == 1:
show()
hook_x=getx()
hook_y=gety()
if iskeydown("left") and getx()>-175
changex(-3)
if iskeydown("right") and getx()<175
changex(3)
if iskeydown("空格"):
while getx()>-105 and not (istouching("砖块1") or istouching("砖块2")):
changey(-10)
setcostume(2)
while gety()<170:
changey(10)
setcostume(1)
slipto(0.2,getx(),140)
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment