-
Reset game failure??
by LeonardDeveloper ·-Change attribute>> -
Reset game failure??
by GuaveMedia ·Can you maybe say it more specific using my attribute "remember me" -
Reset game failure??
by LeonardDeveloper ·, Its an example replace the name= "players health with your attribute name" -
Reset game failure??
by GuaveMedia ·// On the start scene I have load attribute "remember level". And in the game, when passing each level remember me is set to a value. So lv1 to 2, lv2 to 3 and so on.. -
Reset game failure??
by Braydon_SFX ·So if you had an attribute that was set to 0 at the beginning of the game, you have to change it back to 0 for a reset. -
Reset game failure??
by JohnPapiomitis ·you have to change all attributes back to whatever you want upon reset yourself with change attribute behaviors -
Reset game failure??
by GuaveMedia ·I have 10 levels and always when finishing one a save attribute rule. So when I finish level2, and go back in main menu and then again go back to play I get moved to level3. -
Moving an actor in a semi-circular motion while facing outwards
by RThurman ·---- Constrain Attribute: self.Position.X To: self.Position.X + (self.Position.X - mouse.Position.X)*.1 -
Rule for Number sequence
by SlickZero ·One way is to create a 'real' attribute, and every time the button is clicked, add one to the attribute. "When 'touch' is pressed.change attribute'Howtopage' to 'Howtopage'+1 Then have a rule -
Rule for Number sequence
by POM ·Make a game attribute , integer, call it "how to page number" -
Moving an actor in a semi-circular motion while facing outwards
by RThurman ·I meant that you should modify the existing constrain behavior's equation. You need to add all the other stuff into the existing equation. Also, you should use self.targetAngle. (In a previous exam -
How complex can you make the Music system?
by Clouds ·The timed sound effects are possible - GS is polyphonic as are the platforms it runs on - and it has a timer built in (to several decimal places) so if you know your BPM you can have an attribute that -
Making Platform Controls
by deej011 ·is there an easy way to move left, right and jump without accelerate? cause when i use the move attribute for left and right the actor doesn't fall properly? -
If overlapping...
by battleduck ·Oh, I forgot to add that in the level complete detection actor, the otherwise section should be global attribute level complete to false. -
Attention Gamesalad Management: What Features Do You Want? Round 2
by mu-kowAPPS ·4. Pixel collisions -
How can I reset a saved attribute
by mu-kowAPPS ·U would have to change each attribut to 0 then save each attribute. Soo 100+ behaviors to make it happen. -
How can I reset a saved attribute
by Doguz ·I have a bunch of saved attributes (50+) that I'd like be able to set to 0 with a button click. Can somebody please explain the best way to go about this? Will the 'game reset' work with this? -
need tips for recycling bullets instead of spawning
by mu-kowAPPS ·Are u using constrain for the startx an y? -
Tap to move (with gravity)?
by JohnPapiomitis ·When key right is down, change attribute self motion linear velocity x to 250 -
attaching an actor to follow the main actor with cos and sin
by mu-kowAPPS ·Constrain the main actors rotation to a game attribute