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
I want to activate a powerup when the score is between 100 and 200
I have tried allot but im not succesfull.
Any clues?
Kind Regards
Savvy
Maybe a Capx to explain a bit more? Or elaborate how you want to go about activating it?
I cant explain it any simpler then this.
Object hits Enemy/Ad 30 to Score "variable".
Score variable = between 100/200 then take action.
Score variable = between 400/500 then take action.
Found it!
Event: Variable "score" is greater then 100
Sub event: Variable "score" is less then 200 Then take Action.
Develop games in your browser. Powerful, performant & highly capable.
Savvy001: Just to be clear - they both need to be sub-events of your 'Object hits enemy' event.
Otherwise, your sub-event will never get called!
Thanx! Velojet <img src="smileys/smiley17.gif" border="0" align="middle" />