Im starter with gamesalad, I have a question for a problem that I can't result, please help me

So, this is my question: How do you can link the actions of two different actors together? An example: when an actor move, how do an other actor can move as result from this moving, I have not found a condition that says:
" when (condition) (actor1) does (move) --> (behaviour) (move) or when you want change from size when another actor changed from size there is no conditions that says: "when (condition) (actor1) does (change from size) --> (behaviour) (change from size) I have also program with scratch, for who know it, and there was a system of broadcast, that you can use as behaviour, and that every one receive as condition, I don't know gamesalad very well so I can't say certently that there is not also a system of broadcast, but I ask that to you. Please, I know my English is not really good, but can you answer me? I work on a project since days and without that I can't carry on, thanks before ;)

Comments

  • IceboxIcebox Member Posts: 1,485
    edited November 2016

    You can do it with attributes

    @warloparthur@gmail.com said:
    An example: when an actor move, how do an other actor can move as result from this moving

    You can create a game attribute it can be boolean or integer , but lets go for boolean name it game.moveBoth

    if actor 1 moves
    change attribute game.moveBoth to true

    in actor 2
    if game.moveBoth is true
    move

  • Thank you very mutch, but > @Icebox said:

    You can create a game attribute

    How do you can create an attribute, thanks, and srry, I'm starter

  • IceboxIcebox Member Posts: 1,485

    You click the "+" on the inspector game section then you click on boolean and rename it to whatever you want

    Windows

    Mac

  • ToqueToque Member Posts: 1,188

    I think it would help to watch some gamesalad tutorial videos. Just to get the basics. It will make everything easier. Either YouTube or videos on Gamesalad itself.

  • RowdyPantsRowdyPants Member Posts: 465

    @warloparthur@gmail.com Hey, I'm sending you an email with a link to some starter projects and templates I've gathered. Many of them have notes included within.

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

    Welcome. I have a bunch of started tutorials on the sites listed in my signature below if you want to check them out. Have fun learning!

  • johnnymagnejohnnymagne NorwayMember Posts: 112

    Welcome!
    To @ForumNinja : There shoud be a fixed thread on the forum with links to the most basic video tutorials / cookbook. Like, doing off with things like "how to make an attribute" etc...

  • Ok, thanks every one, I will do it ;)

Sign In or Register to comment.