30 likes | 147 Views
Make another sprite move randomly ( 1 / 3 ). Choose new sprite from file Select the mouse sprite. Continual movement ( 2 / 3 ). Start with this code and set the sprite to the left upper corner Use the function ‘Show’ for the mouse sprite to appear
E N D
Make another sprite move randomly (1/3) • Choose new sprite from file • Select the mouse sprite
Continual movement (2/3) • Start with this code and set the sprite to the left upper corner • Use the function ‘Show’ for the mouse sprite to appear • Click ‘glide’ into ‘forever’ so that the mouse always moves continuously
Random movement (3/3) • Use „pick random …” function to generate uncontrolled movement • Choose numbers from the 'range' for the x and y directions • Press on the green flag