Good afternoon c2 experts. I would like to know how to make multiple objects move automatically in a particular direction towards a destination without click or touch . I.e from right to left and upward to its destination. I would be glad for any help.Thanks
If it's a straight line it's really simple. With the bullet behavior you will just need to set the angle of the objects towards it's destination.
But if it's not a straight line you may want to read about the custom movement behavior: https://www.scirra.com/manual/92/custom-movement
Develop games in your browser. Powerful, performant & highly capable.
As for the "without click or touch" aspect, the clicking or touching is simply an event that prompts an action (in this case, moving). You can change that event to anything you want that will make the objects move.