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?
Develop games in your browser. Powerful, performant & highly capable.
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.
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" />