Give 3 Star ratings and display star ratings

creativeappscreativeapps Member Posts: 1,770
edited November -1 in Working with GS (Mac)
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.

Comments

  • RedlerTechRedlerTech Member Posts: 1,583
    John, I gave you ALL the code for this. Please use it & take it as an advantage. I know I did not visually drag the actors for you to see on the screen, trust me learn from the code I gave you. It took me several hours to get everything you wanted together.

    Matt
  • creativeappscreativeapps Member Posts: 1,770
    Hi Matt I tried my best last night I worked on that for 5-6 hours but its not going to work thats y I told you to please send me as per my image notes.
  • RedlerTechRedlerTech Member Posts: 1,583
    If you can't understand the actual code itself right in front of you, I really do not believe that you can learn this over forum.
  • JamieOneilJamieOneil Member Posts: 877
    A lot of attributes are involved.

    (=> 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
  • creativeappscreativeapps Member Posts: 1,770
    as per our dicussion in email. I send you those high resolution icons and you promised me to give that demo sample as per email and now you gave me template and said learn from that template its not right. Please send me as per my image note.
  • creativeappscreativeapps Member Posts: 1,770
    jamie thanks for the tutorial.
  • creativeappscreativeapps Member Posts: 1,770
    email sent to you. Please check
  • creativeappscreativeapps Member Posts: 1,770
    see nextgen plz send me as per my image notes.
  • RedlerTechRedlerTech Member Posts: 1,583
    John, I sent you an email yesterday about it, I will send you it visually when I am home.

    Tshirt just to check, all the code is correct right?

    Matt
  • creativeappscreativeapps Member Posts: 1,770
    As per our dicussion I want exactly like that images note. Please be honest and send me. First I send you icon with 175x175 size and after you agree I sent you 512x512 size icon. I redesign icon for you. I am doign 14 hours job still came to home and redesign all design. I never said that matt resize 175x175 icon to 512x512 size. Beacuse I know it will lost icon quality. Right now your code is not useful for me. So please I request you to send me as per image notes.
  • RedlerTechRedlerTech Member Posts: 1,583
    John, thank you; but we have discussed this several times & this is seriously the last time I will say it. I am not currently home & on vacation without my laptop. I will be home on Saturday. This is a priority to me but I cannot currently do anything about it, as I do not have my laptop. Also, when did you redo my icon? I never made you redo anything?

    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
  • AppsRacKAppsRacK Member Posts: 346
    creativeapps said:
    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.

    I've just read your msg to me (this forum really needs a message notification) and i didnt know that you want it so badly. Anyways ill try to package 1 demo for you later when i got home.

    :)
  • creativeappscreativeapps Member Posts: 1,770
    @nextgen thanks I understand your situtation and I am waiting till saturday for that demo as per image notes.

    @ drahc thanks do you have my email address?
  • creativeappscreativeapps Member Posts: 1,770
    @nextgen for your information I sent you 175x175 for your approval. And after you like it I have to redesign same icon with 512x512 size as per apple requirement. Thats what I want to say. Its ok now I am waiting for demo.
  • AppsRacKAppsRacK Member Posts: 346
    Yes i got your e-mail add :)
  • creativeappscreativeapps Member Posts: 1,770
    ok thanks I am waiting for that template
  • AppsRacKAppsRacK Member Posts: 346
    creativeapps said:
    ok thanks I am waiting for that template

    I just got back you could check your mail now.
    :)
  • creativeappscreativeapps Member Posts: 1,770
    Yes thanks I repied you also. please check
Sign In or Register to comment.