how do I change scenes based on actor behaviors

cilieyaccilieyac Member Posts: 8
edited April 2012 in Working with GS (Mac)
you know how games have levels, like when the main character has to complete a task in order to get to the next level. I know how to add the change scene behavior in the menu, but I don't know how to create the conditions that have to be met before the scene changes. Any help would be great. I read the tutorial book and did the online cookbook too. I'm a student who loves playing games and this is my first experience with development. Please help out.

Best Answer

  • mynameisacemynameisace Hull, UKPosts: 2,484
    Accepted Answer
    It depends what you're trying to get the actor to do. If it was based on points and you wanted him to get to 500 points, then create a rule - if game.points is equal to or greater than 500 then change scene.

    Ace

Answers

Sign In or Register to comment.