Attributes and behaviors where can i learn them?
![nihatozmerd](http://forums.gamesalad.com/applications/dashboard/design/images/defaulticon.png)
Hello,
Im pretty new to the whole Gamesalad scene.
I want to learn more about the attributes when en how to use them. I followed the cookbook, but the cookbook teaches me till a point. Now i wanna learn more about attributes what they do, when en how to use them.
Where can i find a good website or whatever about attributes???
Im pretty new to the whole Gamesalad scene.
I want to learn more about the attributes when en how to use them. I followed the cookbook, but the cookbook teaches me till a point. Now i wanna learn more about attributes what they do, when en how to use them.
Where can i find a good website or whatever about attributes???
Comments
http://gamesalad.com/wiki/how_tos:gsc_create_attribute#what_is_an_attribute
That should hold you over until the video is ready
Send and Receive Data using your own Server Tutorial! | Vote for A Long Way Home on Steam Greenlight! | Ten Years Left
Change attribute Checkpoint reached? To true, because you have reached the checkpoint. Same thing with index's or Integr's, except you use numbers to keep track of things, which makes them much more flexible than Booleans, so instead of changing attribute checkpoint reached to true, you would say change attribute checkpoint reached to 2. I mainly use indexes for that because they take less memory than integrs. Unfortunately I haven't learnt how to use Real, Angle or Text attributes yet.
P.S Integrs must be used if you want to have negative and positive numbers.