How to make radom actors go to the next scene once I set one actor to do so?

I'm trying to make a game where you must find a hidden object. So far one item per scene is able to be pressed and will go to the next scene(so you can win) but I'm trying to figure out if they win I want the game to select another actor in every scene to be the new object that needs to be pressed. How do I do that; is this possible?

Answers

  • MalkovichMalkovich Member, PRO Posts: 116

    Hi @ijpojOP, just make all the scenes you need, then modify the on scene actor rules (instance actor, not the prototype) that needs to be pressed in every scene to win. Hope that was useful to you

  • ijpojOPijpojOP Member Posts: 8

    @Malkovich said:
    Hi ijpojOP, just make all the scenes you need, then modify the on scene actor rules (instance actor, not the prototype) that needs to be pressed in every scene to win. Hope that was useful to you

    That sounds like it'll take a long time. Thanks though :smile:

Sign In or Register to comment.