scene reset problem ???

i have a shooting game
when i die in a level and I'm shooting at the time of dieing
when i restart the level I'm still shooting for about a sec before the level resets

can anyone please shed any light on this problem please

thanks in advance

Comments

  • SummationSummation Member, PRO Posts: 476

    @Sas-dj Are you using interpolate to shoot? Once interpolate starts, it doesn't tend to stop until it's completed its task.

  • Sas-djSas-dj Member Posts: 46

    no ... when you restart level its not the bullet you see ....its the sound & the animation

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    If you are using a Game Level Attribute to trigger the shooting, you'll need to manually resent that during the Scene Reset. Game Level Attributes are not reset during the Scene Reset Behavior.

  • Sas-djSas-dj Member Posts: 46

    im not using game level attribute

  • The_Gamesalad_GuruThe_Gamesalad_Guru Member Posts: 9,922

    Something isn't getting reset. Check what you have going on at the game level as to attributes.

  • Sas-djSas-dj Member Posts: 46

    i know what you mean .....ive looked & checked ... cant see it .... it doesn't do it if i don't use reset scene... its like theres a little delay on reseting the scene

  • Sas-djSas-dj Member Posts: 46

    and it only does it if i destroy actor at game over

  • Sas-djSas-dj Member Posts: 46

    is there anyway to stop actor at game over without destroying it???

  • jamie_cjamie_c ImagineLabs.rocks Member, PRO Posts: 5,772

    You could change the actors X and Y locations to a location off-screen. You also mention it lasts for a second, what about adding a timer behavior to wait for that 1 second before resetting the scene?

  • Sas-djSas-dj Member Posts: 46

    ok ill try that .......no i need scene to reset quicker not slower

Sign In or Register to comment.