-
MarkOnTheIron
by MarkOnTheIron ·I corrected some rules and attributes in some actors on your game. More details are on the mail. -
game difficulty saving problems...
by diegocs ·i have a hard (difficulty) button that when pressed it changes the difficulty attribute to 2 -
how to save an attribute?
by BarkBarkCo ·Use this to store the new attribute in memory any time you change in it the game. http://gamesalad.com/wiki/behaviors_reference:save_attribute -
how to save an attribute?
by diegocs ·i have an attribute which is the difficulty attribute, that when i select hard thiss attribute changes to 2, medium=1 and easy=0, but how do i save it for the next time i play? -
Jumping
by UtopianGamesLtd ·Change attribute: -
how can i constrain one actor to another that moves
by gazjm ·Or if you edit the instance of the actor, and not the prototype, you can browse through the scene layers and constrain it directly to the platform x.position -
how can i constrain one actor to another that moves
by BackUpAndDown ·Make two new attributes "PlatformX" and "PlatformY" -
how can i constrain one actor to another that moves
by chicop ·i have a platform moving left to right back and forth.. i am trying to constrain another actor to it so it moves with the platform... -
Determine image based on angle
by daverenner ·Where you touch it launches a bullet and all that works, it will shoot correctly but i need another actor to face the way the bullet is going. I tried saving the value to an attribute and constraining -
Tutorial how to's with WHY?
-
Tutorial how to's with WHY?
by vegasmike1 ·Newbies and some less than newbies need to know why something does what it does so that they can expand on the code set. I did a pinball game as my first game, and it worked, but there are simple thi -
Actor is spawning in platform
by TouchTiltGames ·On the first flying actor I've got a self.positionX and self.positionY on the spawn actor attribute relative to the scene. Even when I say self.position.Y +2 (to bring him up a bit so he'll be above t -
A save game behavior
by whity7 ·I know about the save attribute command but I think if somebody wants to make a large RPG game there should be a game that saves every attribute including scene, location, money(created attribute), et -
Question probably aimed at TSB about level "ranking"
by Player_E ·how to do this, but it involves creating an game attribute for each level (i have over 100) and using the save and load feature on each of those. I have a feeling this will weigh my game down quite a -
Reseting scene, but not the music?
by gyroscope ·Game attribute (boolean) called pauser for instance. -
Hi All! I Need Some Help On "Metronome"
by Valan ·Attribute Metronome Arm Self.Rotation = 60 -
How do you accomplish a rotation of 360"?
by FatalCrest ·Okay I noticed why it rotated like crazy, I had fixed rotation on(Using Interpolating), but now two things left, when I interpolate my self.Rotation attribute to self.Rotation+360, I need it to be abl -
How do you accomplish a rotation of 360"?
by FatalCrest ·I didn't know theres a rotation attribute @_@, I'll try these, thanks guys! (Image) -
Promo vid for Thumbs 2.0 done in GameSalad (JackBQuick)
by JackBQuick ·scenes, all I would have to do is change a game attribute. In theory, anyways, this is possible (Image) -
Spawning Actors Issue
by OldAccountPlzIgnore ·Hey guys I'm kinda new to Gamesalad so this is probably a really simple question. I've been following this helpful tutorial on youtube with no problem until now. My Life attribute is working fine