-
Image wont show up
by Flamingo_Studios ·I have an actor which (of course) has an image, but when i try to put it in the game, it shows up invicible. My first thoughts were that i had clicked the "visible attribute" but it -
See the previous or best lap?
by KevinCross ·If that's the case then you just need to store the best time for the lap in an attribute and at the end of each lap check the current lap time against that attribute and if the time is better overwrit -
Game works in GameSalad, but not online
by dylangiling ·I made many rules with attribute. This I have done with the card behind the pack. When the attribute 'Icon Change' (Which I made) was for example 42, it would change the card to image 42. I did this t -
Best Universal Build technique?
by MentalDonkeyGames ·It´s only one change attribute behaviour, and there´s no need to unlock any actors. Very simple. -
How to make collect medal ?
by Weiyu ·(Quote) -
Rearranging table in game
by tatiang ·If self.num=0 then change attribute self.num to 20. -
How to make collect medal ?
by KevinCross ·That's the basics of it. Have rules to check your attributes or table data and if the values match the criteria then give them a medal, which itself is just another attribute or table cell. -
parrallax scrolling background
by raciukas22 ·(Quote) -
parrallax scrolling background
by RThurman ·Instead of using an actor (and a control camera behavior inside of that actor), you can directly control the camera's origin with a change attribute behavior (or a constrain attribute behavior). -
How can I select Scene.Camera in Attribute?
by Socks ·(Quote) -
How can I select Scene.Camera in Attribute?
by jamie_c ·Sounds like you second question is about a custom attribute that someone created. Are you following a tutorial or something? -
How can I select Scene.Camera in Attribute?
by Weiyu ·How can I find "Scene.drager.drager.Motion.Linear Velocity.X" in Constrain Attribute? -
How can I select Scene.Camera in Attribute?
by Weiyu ·I have a problem that is "I can't find Scene.Camera in Attribute" -
spawn new ball
by The_Gamesalad_Guru ·Okay so a counter for each ball should be done with a self attribute. -
I am now an Official Gamesalad Guru..lmao
by The_Gamesalad_Guru ·(Quote) -
I am now an Official Gamesalad Guru..lmao
by glifanim ·Hello helpers, please how do i check the value of an attribute to the content within a particular column of a row with so many columns ranging from 1 to 160. It's supposed to be a word game, such that -
Actor behvaior
by Icebox ·change attribute color alpha to 1 (or interpolate color alpha to 1) -
help with game concept
by tatiang ·Sure, as long as you import all of the animation frames for the ship. There's no 3D rendering in GameSalad but you can fake it. You'll have to devise a method for registering collisions since everyt -
Problem with Point & Click
by The_Gamesalad_Guru ·with a specific tag. The only drawback is custom collisions are not recognized by the overlap and collide condition, this is still defined by the overall rigidbody of an actor. The custom collision s -
Bigger *is* better... in space!
by mhedges ·Thanks! I used custom collisions to shave the corners on the quartz and the ships; it does make for more realistic gameplay if you are in a tight spot.