-
Randomizing Levels
by NMansell ·maybe there is a workaround such as creating a game attribute which is set per level and then changing the what scene am i attribute based on this game - a bit of extra coding but only needs to be don -
Randomizing Levels
by NMansell ·can i set this within the code, so change attribute, would that work? -
sound question
by artfish ·attribute:self motion linear velocity Y does not equal 0 and another condition, attribute:self motion linear velocity x does not equal 0 -
sound question
by artfish ·when attribute-?- is greater than ? - play sound. -
How can i set a rule to make a bonus icon appear at a certain time?
by reginald.bernardin ·Do i make a real attribute or boolean? -
Really sorry save and load issue
by tatiang ·it. GameSalad doesn't know what to do with that attribute because it just thinks of it as a regular old integer. It could just as well be game.coins or game.score. Naming it "scene&qu -
How can i set a rule to make a bonus icon appear at a certain time?
by Braydon_SFX ·--change attribute game.showbonus to true -
Resizing to iPad Technique
by Braydon_SFX ·Just create a Real attribute and set it to 0.9 (game.iPad/iPhone) -
Can you code?
by MotherHoose ·and have user input that data (via keyboard or buttons) into an attribute -
constrain dragging area?
by happyhat ·thanks - I actually used this tutorial to make the actors...just need to constrain now (think by adding the constrain to mouse as well is my problem.. -
Limiting the distance from centre
by simo103 ·@mdtajghori if you open GS and click the +NEW button in the window ... search constrain to circle and when the demo shows double click to open. I believe it will contain the rules you need to set the -
constrain dragging area?
by simo103 ·@happyhat ... tshirtbooth has a tremendous website with videos and free templates on almost everything you can do with GS. Here is the link to one that will allow you to download a constrain to touch -
constrain dragging area?
by happyhat ·Hi many thanks -I'm still a newbie - could you tell me what to put in the boxes to constrain to touch? -
constrain dragging area?
by simo103 ·@happyhat ... I'm guessing you are constraining the actor to your touch to drag it around and I believe that can override some collisions. -
constrain dragging area?
by happyhat ·Hi - I have an actor that needs to be able to be dragged into a box (it's not as bad as it sounds!!) - is there a simple way to do this? I tried setting boundaries but this didn't really work. Thanks -
Spawning particles in X,Y (moving actor) direction.
by DanielDoe ·I have a player that is moving around some object that is emitting particles. I want the particles to be emitting in player's direction. I have external constrain of X and Y player position but can't -
So...is 0.9.93 on its way this week?
by sebmacfly ·@sebmacfly if i understood it right joints are there to connect different actors together. As example you make an actor called "car" and an actor called "wheel" and -
So...is 0.9.93 on its way this week?
by Benjamin_m5 ·@sebmacfly if i understood it right joints are there to connect different actors together. As example you make an actor called "car" and an actor called "wheel" and -
random actors shuffle help please.
by FaisalGames ·i think you should put a 5 second timer and then inside it put a every 0.5 seconds timer inside it change a self attribute call it color so the rule is change color to random(1,3) and make 3 rules rul -
Joystick driven actor animation issues
by tatiang ·2. Depending on how you are moving the flying man actor, you can do change attribute self.motion.linear velocity.x/y to 0 for a number of seconds using a timer.