Hundreds of features to explore
Games made in Construct
Your questions answered
Trusted by schools and universities worldwide
Free education resources to use in the classroom
Students do not need accounts with us
What we believe
We are in this together
World class complete documentation
Official and community submitted guides
Learn and share with other game developers
Upload and play games from the Construct community
Game development stories & opinions
Hi
With this I random pick an instance for 20
BUT who can I set how many to be spawned
[attachment=0:g6kpxuhw][/attachment:g6kpxuhw]
I may only want 2 spawned
Develop games in your browser. Powerful, performant & highly capable.
you can use a FOR loop.. (FOR 1 TO 2) pick random instance and spawn... the problem is that the Is On Screen will trigger it again (I don't know what is above that event)
I see... its triggered all by the On Screen
Ive come up with this instead
But when want to destroy it - it goes for all
What am I missing cheers
[attachment=0:1iavvjio][/attachment:1iavvjio]
I see... its triggered all by the On Screen Ive come up with this instead But when want to destroy it - it goes for all What am I missing cheers Don't understand what you're trying to do
Don't understand what you're trying to do