[Solved] Problem I can't figure out at all

FastlaneSuccessFastlaneSuccess Member Posts: 46
edited May 2015 in Working with GS (Mac)

Actors

  • New Button
  • Score
  • Highscore
  • Replay
  • Home Button
  • Score Screen
  • Game Over Title

All of these actors follow the rule: If Game.Game Over is true = position to a spot ON the screen. If Game. Game Over is false = position to a spot OFF the screen. Its so simple, I don't get why my score screen and game over title aren't moving. Every other actor works. I have been looking back and forth for hours and the "code" is identical.

Comments

  • SummationSummation Member, PRO Posts: 476

    @FastlaneSuccess said:
    Actors

    • New Button
    • Score
    • Highscore
    • Replay
    • Home Button
    • Score Screen
    • Game Over Title

    All of these actors follow the rule: If Game.Game Over is true = position to a spot ON the screen. If Game. Game Over is false = position to a spot OFF the screen. Its so simple, I don't get why my score screen and game over title aren't moving. Every other actor works. I have been looking back and forth for hours and the "code" is identical.

    If moving them on and off screen isn't working for you, you could always try turning alpha to zero to make them invisible when you don't need them, and then back to one when you do.

  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,880

    By any chance, did the actors on the scene get unlocked? If yes, then they won't follow their respective prototype.

  • BalvamarBalvamar Member, PRO Posts: 117

    might sound simple, but did you check how the screens are layered. Sometimes I overlook this, and it causes all kinds of problems.

  • FastlaneSuccessFastlaneSuccess Member Posts: 46

    @RThurman said:
    By any chance, did the actors on the scene get unlocked? If yes, then they won't follow their respective prototype.

    I checked it, and it was unlocked. This is the first time it happened to me. I clicked revert to prototype and everything works. Saved me a lot of time and headache.

  • RThurmanRThurman Member, Sous Chef, PRO Posts: 2,880

    Great! Glad that got sorted out.

Sign In or Register to comment.