Help me about when all actors are gone change to next scene and to the next
sky_ssr
Member Posts: 58
When all of my actors are destroyed, it changed to next scene but when the actors in the new scene were destroyed, the scene doesnt change. HELPPPP
THANKS
THANKS
Comments
When game.actorcount = 0 changescene
It works only one time, when i can go from scene 1 to 2 but not to 2 to 3
so say u have 20 enemys on level 1, 10, on level 2, and 5 on level 5.
Have enemy count set to 20 for level one. Then have you a rule when actor count = 0 change scene to level 2 and change attribute actor count to 10 (since thats how many are on level 2)
Then in level 2 have ur rule when enemy count=0 change scene and change attribute actor count to 5(since thats how many actors are on level 3)
then just keep going like that changing actor count to the ammount of enemys on the next scene when u change scenes
Sorry about that
calvin
When game.stars = 0 changescene(next scene), now even scene 1 doesnt change,,
Thanks