You can use two actors: an factory and your random actor.
In the factory actor, add a timer that will create the random actor.
You can put the factory outside the view or disable the visible state.
In the 'Create Actor' event of random actor, use a code like this:
- Code: Select all
xscreen = rand(view.width);
yscreen = rand(view.height);