Problem with retry button

MitchMan97MitchMan97 Member Posts: 51
edited November -1 in Working with GS (Mac)
So on my game when you die it gives you the option to retry and i have an actor that moves at a certain speed but when i hit retry that actor doesn't go the right speed. Does anyone know how to fix this?

Comments

  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    Can you please explain a bit more as to what your issue is? How are you setting up your retry button? etc…..what behaviors are you using etc…… What do you expect to happen as to what is happening, etc……..

    You have to give us some detail to work with we are not mind readers

    Thanks
    Aaron
  • BlackbirdStudiosBlackbirdStudios Member Posts: 493
    It could be something that you accidentally added in with the commands for the reset button. I would check there first.
  • MitchMan97MitchMan97 Member Posts: 51
    http://www.screencast.com/t/4WQzNPb8Ofo

    In my game there is an actor that moves back and forth at a certain speed but my problem is when I die and hit retry that same actor moves much slower.
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    I would try just using a reset scene instead of changing the scene back to the same scene. Unless your retry button is actually in a pause scene. Then you have to use the change like you have. Also try adding to the top of your moving actor a change attribute to the speed you want it to be. That way every time the scene loads it runs that change attribute and the speed is set.
  • MitchMan97MitchMan97 Member Posts: 51
    It didn't work now the retry button moves to the right.
  • tenrdrmertenrdrmer Member, Sous Chef, Senior Sous-Chef Posts: 9,934
    No you need to put the change attribute in your moving actor not the reset button.
  • MitchMan97MitchMan97 Member Posts: 51
    it worked thanks
Sign In or Register to comment.