witch tip to use, change game levels
Posted: Thu Jun 28, 2007 10:08 pm
was thinking about how to change levels wile playing. have read a lot on the forum.
In my shooting game you kill enemys. i have created a score so you get 1 point each enemy you kill.
in global code i wrote.
and i got the following error message:
"error line 1: expected (
error line 2: undefined type for relational operation"
any ideas how to load the next level after i have killed 2 enemies (2 points)??
Thank you for all help![/list]
In my shooting game you kill enemys. i have created a score so you get 1 point each enemy you kill.
in global code i wrote.
- Code: Select all
if score.textNumber = 2
LoadGame(isometic test.gpe);
and i got the following error message:
"error line 1: expected (
error line 2: undefined type for relational operation"
any ideas how to load the next level after i have killed 2 enemies (2 points)??
Thank you for all help![/list]