Actors in order

I need help! I will have 5 actors on the screen. How do I make it so that the user must click the actor in a certain order (set by myself) and If they do not click them in the right order, they lose? Anyway im a newbie so can you guys help me. Thanks in advance

Comments

  • ToqueToque Member Posts: 1,187

    https://www.dropbox.com/s/32xom8r76jyaiwj/CLick in order.zip?dl=0

    Demo. Five buttons. Must be clicked from 1 to 5.

    Hope that helps

  • SanabyongSanabyong Member Posts: 4

    Thanks @Toque it was helpful!

    Anyway, i also have 2 button actors. I want to make my button placed in an area. If i already have my first button placed in the area and if user happen to click the second button, the second button also placed in the area and both button are overlapping. How can i prevent the second button from overlapping in the area?

    the second button only can be placed after i destroy the first button. Please help me!!

  • ToqueToque Member Posts: 1,187

    A bit confusing question. Are you saying a top button and a button under it? So you want to press the top button without the bottom button being triggered?

    When top button is pressed spawn the second button under it. You might need a timer in the second button so it isn't triggered right away.

    Second button. Timer after 1 second

    Then make the second button functional......

    Here is a couple options if I understand question......

    https://www.dropbox.com/s/26yhlu75y8jz92c/overlapping buttons.zip?dl=0

Sign In or Register to comment.