1
Ask a Question / Re: Where can i find android 3.0 tutorials
« on: March 29, 2014, 01:48:16 pm »
Yeah thats what i ment cheers
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Hey buddy,Where do i get the + *points you get for killing that enemy
Have you tried searching for an older topic that discusses this subject? this has bin asked more then once before haha.
But here is a little something to think about.
A GAME attribute is a attribute that stays trough the game and not only the scene.
So you could create a game attribute called lets say "game score" and everytime you kill an enemy, in the same part where it says kill self (in the enemy behavior) you add the folowing:
Set (game score) to ((game score) + *points you get for killing that enemy*)