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
You can do it with attributes
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:
How do you can create an attribute, thanks, and srry, I'm starter
You click the "+" on the inspector game section then you click on boolean and rename it to whatever you want
Windows
Mac
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.
@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.
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!
http://jamie-cross.net/posts/ ✮ Udemy: Introduction to Mobile Games Development ✮ Learn Mobile Game Development in One Day Using Gamesalad ✮ My Patreon Page
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