Give 3 Star ratings and display star ratings
I want to give 3 stars on timing after level complete. And what to show that stars on levels selection screen.
And it saved best stars for each levels. How it works. Please help me out.
And it saved best stars for each levels. How it works. Please help me out.
Comments
Matt
(=> means equal to and greater than)
make an attribute (integer) called 'Level1'
And then on your level 1 level do this..
Say it was the amount of shots you took that decided your star's, you would make an attribute called 'shots'
And then track the shots.
Then make an rule saying 'When attribute game.shots => 1'
then change attribute 'game.level1' to 1
Then make an rule saying 'When attribute game.shots => 2'
then change attribute 'game.level1' to 2
Then make an rule saying 'When attribute game.shots => 3' (change number at the end to choose shots)
then change attribute 'game.level1' to 3
then put stars on your level select and make them invisible.
And put a rule on your first star saying 'When game.level1 => 1' then
change self.color to 100.
nd put a rule on your second star saying 'When game.level1 => 2' then
change self.color to 100.
nd put a rule on your third star saying 'When game.level1 => 3' then
change self.color to 100.'
if you need any more help just ask.
EDIT : Watch this as-well
JamieOneil
Tshirt just to check, all the code is correct right?
Matt
Anyway, please stop trying to direct me on the forums. You may contact me by email, as you do; at least 3 times a day. I can assure you as soon as I get home I will be able to finish and send you this project. TSB is a great GS coder & figured out my method within a matter of minutes. I really recommend if you read through it, you will understand the concept; at least temporarily.
Please comment me by email if you have any more to say,
Matt
@ drahc thanks do you have my email address?