Try to understand what to do using the python code. I'm not very good at python but here's an overview of the code(I'm still updating this so the code has changed but I'm too lazy to editing this vvvvvvv): x = 0 y = 0 while True: weird_spin() def go_to_mouse_pointer(): x = mouse_x y = mouse_y def weird_spin(): rotate 2 move 2 stamp def go_to_random_position(): #Scratch has wall limit x = randint(-1000, 1000) y = randint(-1000, 1000) while True: while control == 1: go_to_mouse_pointer() wait(1) while control == 0: go_to_random_position() wait(1)
looks pretty cool if control = 1 and mouse just stays in one position and waitTillTeleport is short ish