-
Make inventory and sort items
by adamhwilk ·So then your logic becomes: constrain actors to InventoryDisplay table and have them display stats based on their ID. -
Make inventory and sort items
by adent42 ·The last bit is to make a rule and a game attribute that destroys / clears all of the inventory actors. -
Make inventory and sort items
by adent42 ·* Actor attribute: DisplayIndex -
Did I break the physics engine or is it my code? :(
by 8x8n8 ·Thanks but I got it working just fine. The linearvelocity.X attribute goes negative in the actor's intended function because it goes back and forth. I put a timer on the 0 value detection so if it goe -
Did I break the physics engine or is it my code? :(
by Armelline ·https://forums.gamesalad.com/discussion/comment/620512#Comment_620512 -
Did I break the physics engine or is it my code? :(
by 8x8n8 ·Better collisions helps, but I just ended up making an unstucking band aid piece of code that detects when the linearvelocity.X attribute goes to 0, then it gives it a velocity behavior bump -
Did I break the physics engine or is it my code? :(
by adent42 ·3) try turning on better collisions (it's more processor intensive, but avoid issues where the items pass through one another). -
Player 2 gamepad not recognised
by adent42 ·Okay, I figured it out. First off you need to set the game Multiplayer Type attribute to Multiplayer (this was to handle the case where a game was only meant to be single controller and would save on -
Is Anyone Else Having Trouble with the Random Function?
by geoascencio ·@adent42 Thank you for taking the time to reply to my post. The Random Seed attribute was at 0, and changing it to -1 fixed the issue! Thanks so much! -
Is Anyone Else Having Trouble with the Random Function?
by adent42 ·Look at the value of the Game attribute "Random Seed" for both of those projects. -1 means that we handle the work of making everything as random as possible. Any number other than - -
Is Anyone Else Having Trouble with the Random Function?
by adent42 ·* You can change the sequence by setting the randomSeed attribute. -
Is Anyone Else Having Trouble with the Random Function?
by geoascencio ·I'm encountering an issue with the Random function when using the Change Attribute behavior to set a real number. Instead of producing a random result, it always lands on the same number. For example, -
RC 2024-09-22 - iOS & Android Ad network updates. Z-Index. Android Chrome Custom Tab support
by nir3112 ·I have issues with changing attributes on iOS.. -
Following actor in a scene
by Armelline ·Constrain to Mouse with Collision.gameproj.zip -
Gazing for Advice on Improving GameSalad Performance
by uptimistik ·Frame Rate decreases and Memory spikes: Reduce spawning, remove physics (self.moveable) and use interpolate increase particle use. I've done some special effects at high speed without slowdown using t -
Game close on inactivity?
by adent42 ·Have an actor to detect a lack of activity. Set up a game attribute for "lastInteraction" and record the game.time whenever someone interacts with the game. -
Animation Update and Trick
by adent42 ·So we finally got around to implementing Store Animation Frame To Attribute in the HTML5 engine. That's probably handy for someone out there. -
Script for examining GS projects, finding where attributes are used, finding unused attributes
by Armelline ·One frustrating thing for stick-in-the-muds like me who insist on still using the Mac version of GS is that, a few years ago, it stopped telling you the actors specific attributes are used in. There' -
It's Time @adent42 It's TIME
by adent42 ·To communicate back to the engine, there are the 'externalWriteGameAttribute' and 'loadExternalImage' events which let you update an attribute value or to replace / add images to the asset manifest by -
Music Not Changing Pitch in Arcade
by Caleb Burns Games ·I made a game where the music speeds up and down based on an attribute. It works in the preview, but in the arcade, the music sounds completely normal with no pitch or speed changes whatsoever.