-
More problems with my upcoming game.. Head is flying away.. (video included)
by LumpApps ·Hi there, you have used a constrain to the cars position X and Y. So what is happening now is correct. What you want to do is use a sin and cos to have the head rotate with the car. -
Destroy after Change Size
by pinkio75 ·3 Rule: when Attribute Size Height or Width is=0.5 -
Destroy after Change Size
by OskarDeveloper ·Do like this, Delete the timer and add this rule: When attribute self.size = what ever the size is then it is big -
Tip - How to have multiple music tracks that loop between scenes without starting and stopping again
by HoneyTribeStudios ·of the layers tab) include the following change attribute: -
iAP question...help appreciated
by gurechan ·Basically, if you have an attribute "bought" then this should only be triggered/set via the successful purchase through iAP. This would be the "success" screen you -
No Sound on Device?
by BoyGeniusStudios ·(Quote) -
No Sound on Device?
by gyroscope ·Change Attribute game.G_music to 1 -
Custom Font Numbers score
by tenrdrmer ·Constrain self.image to game.score..".png" -
2 in 1 score, help needed.
by The_Gamesalad_Guru ·Yep it should be a change attribute scorelevel to Rpoints +item points. -
Timer Decrement
by daramc ·i could follow it except for the first rule in the spawner. The Attribute "self.mod1 > self.Time%self.spawnTimer" part. -
No Sound on Device?
by BoyGeniusStudios ·(Quote) -
move an actor : add speed subtract speed
by Tokuhara ·Create a real attribute inside your actor and call it speed with value of 100 -
Thinking how to improve.
by 3itg ·I don't know if this would be resource heavy like a constrain or not. But if not, number 2 is great idea that would improve games made in gamesalad. -
No Sound on Device?
by gyroscope ·Change attribute game.G_music to 1 -
No Sound on Device?
by BoyGeniusStudios ·So I have a button that toggles music in my game and it works fine on my MBP, and I also have a change attribute game.music to 1. All the sounds and music and fine on my MBP, but on my iPhone they are -
2 in 1 score, help needed.
by feroman ·Because the behavior "change attribute" can not do (PtsScore + = ItemScore ScoreLevel), I did the opposite it is not correct, it makes sense. -
Custom Font Numbers score
by tenrdrmer ·You have to place a second digit actor and adjust the divisor attribute to reflect the correct digit you are calling for. -
iAP question...help appreciated
by gurechan ·Where are you sending the user if they cancel? Be sure to send them to a screen that doesn't contain the rule to set the attribute to true. Ideally you would send them to a specific "cancelle -
Can I infinitely toggle attribute without a timer?
by gyroscope ·Hi Eric, in my rush a week or so ago, I put a change attribute without saying which one in my example, although if you guessed that - which I'm sure you did - then I'm not certain why it's not working -
Timer Decrement
by daramc ·I just want to double check with you that - spawnTimer that you mention on every line is the actors attribute (self.spawnTimer) and not a game attribute at certain parts.