How can you set the maximum Lives you can get in the game?
Printable View
How can you set the maximum Lives you can get in the game?
u can use a counter to represent the number of lives someone get
in the event editor u can always set the number of lives equal to that counter(global value if ur using it over frame)
this is what u used to have probably
+if player gets item
add one to life
but to this
+if player gets item
+ number of counter is less than x
add one to life
thanks Much
no problem
btw love the games on your site
Also in the the Application properties Runtime options you can set maximum lives for the application. Hope that also helps.
Marv