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
sorry guys, still have the same problem...I need to avoid spwning multiple objects... so from what I understand it's System->Compare two values->Sprite.Count = 0 to count them...but now how do I proceed ? how shall I say do NOT spawn another object ??? shall I also do the same thing to the spawner object that appers randomly and after spawning a missile it disappers ? thanks guys
Develop games in your browser. Powerful, performant & highly capable.
Hello, you could put the spawn "code" into a group and when u want to deactivate the spawning u disable the group?
ehhhmm..
If you only want to spawn a sprite when this condition:
System->Compare two values->Sprite.Count = 0
is true...
.. you should add this condition to the event which triggers the spawning action.
thanks guys, I will try your kind suggestions