04-05-space-tour.js 375 B

1234567
  1. /**
  2. More moveToObject() function uses. This time, it’s not a new object that will be moving but the original object itself. Additionally, ninjas will have to use the pointToObject() function to keep the activity visually consistent.
  3. */
  4. //******************Meteor Object [1-3] - Mouse Click Event****************//
  5. rocket.pointToObject($this);
  6. rocket.moveToObject($this);