Click on button, delay for 5 seconds, then change scene

appybankappybank Member Posts: 22
edited November -1 in Working with GS (Mac)
Hi guys

I am so sorry if this is very basic, but I am a complete newbie. I have learnt quite a few basic things and I am really enjoying working out different things. It's quite an experience, and one that can be frustrating but very rewarding when you accomplish something. I love game salad think its awesome.

I have a scene where the user presses a button, and upon pressing the button, I want the scene to change after 5 or however many seconds. I don't want the scene to change straight away I want a delay before it changes if you know what I mean.

Apologies if this question has been posed. I have tried using the search facility but I have had no joy

I love the support people give each other on here, it's great, and any responses to this will be appreciated

Comments

  • olster1olster1 Member Posts: 396
    Create a rule in the button actor, when touch is released.
    Drag a timer in there and say AFTER 5 seconds
    Drag the change scene behaviour inside the timer.

    That should work for ya :D
  • LoadingZeroLoadingZero Member Posts: 75
    Create a rule and set it to touch is pressed / release
    put a timer and configure it after 5 second
    in the timer put a change scene behav

    edit: sorry, i've see late the other reply:D
  • arkonllfarkonllf Member Posts: 118
    this is very easy.
    all you need to do is put a rule-
    when mouse button is pressed
    and then put a timer behavior-choose after and 5 seconds.
    and then in the timer behavior put a change scene behavior.
    if you do it right it will work but if you still dont manage tell me and ill send you a template with it.
  • appybankappybank Member Posts: 22
    Sorry guys I will get my coat!! that was such a dumbass question on my part. I am still learning and I never ever realised the timer behaviour. I am kind of excited by this behaviour and will start experimenting different things with it. Thanks so much guys for the swift responses
Sign In or Register to comment.