this is a thing where you script the little box to do different things. this is like flash actionscripting but it is still diffenent. here are some scripts (WARNING! you cannot edit the scripts!): on: press whenOn Sprite1 drag ~~~~~~~~~~~~~~~~~ on: start Sprite1 forever goTo cursor ~~~~~~~~~~~~~~~~~ on: keyPress "r" rotate clockwise degrees: (put in how many degrees you want it to turn) ~~~~~~~~~~~~~~ on: keyPress "s" and "a" stop target: all ~~~~~~~~~~~~~~ on: keyPress "b" turn target: backround color: blue ~~~~~~~~~~~~~~~~~ on: keyPress "w" turn target: backround color: white ~~~~~~~~~~~~~~~~~~~~ on: keyPress "d" delete target: Sprite1 ~~~~~~~~~~~~~~~~~~~ on: keyPress "g" Sprite1 goTo (put a number for the X axis) (put a number for the Y axis) ~~~~~~~~~~~~~~~~ on: keyPress "g" Sprite1 glideTo (put a number for the X axis) (put a number for the Y axis) (put a number of seconds for the time it takes to get to the destination) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~