| 1234567 |
- /** This lesson is an extension of the previous activities - instead of a simple moveTo function,
- * ninjas will now be using a moveToObject() function. But be careful, with a more complex function
- * comes more complex ways for it to be used!
- **/
- //***********Target Object - Mouse Click Event************//
- star.moveToObject($this);
|