-
About width of HP bar.
by gawakamy ·@calvin9403 Sorry, but I can not make sense what you mean exactly. How do I know if attribute is global or self? -
To change the "Cannon Physics" Template.
by Rob2 ·in the first constrain in the cannon actor -
About width of HP bar.
by calvin9403 ·I set up the hp is 15 and set up to decrease by 1 whenever it is hit. But the monster is dead when it is attacked only 3 times. that is weird, do you set the attribute to an global one or a self -
About width of HP bar.
by gawakamy ·Attribute game.MonsterHP=0 -> Destroy -
Ball bouncing and coming to rest
by BrynjeBamsen ·in extreme cases you could constrain self.motion.y to 0 if self.motion.y less then 1 -
How to Make a Puzzle Bubble? :/
by MotherHoose ·-Attribute: self.hits = 1 -
About music volume
by cmz ·THANK you!can work !I've not watched the video and trying to feed my daughter whilst posting lol, but you can access the sound/music volume with a change attribute/rule/interpolate/etc by selecting de -
About music volume
by mynameisace ·I've not watched the video and trying to feed my daughter whilst posting lol, but you can access the sound/music volume with a change attribute/rule/interpolate/etc by selecting devices then audio. Th -
How do I fix the actor? And about pairing the actors.
by tatiang ·and then in the actor's rules, have Change Attribute self.position.x, self.position.y, self.size.height, and self.size.width to whatever they should be. Put those behaviors at the top and the actor -
Can i flip an actor?
by tatiang ·You can either import two graphics and have your actor Change Image to the right or left facing images whenever its direction changes, or you can use Change Attribute self.Graphics.Flip Horizontally t -
How to make a shop
by JohnPapiomitis ·To sum it up when you buy something in the shop youll want to change the currency attribute to currency-however much the item costs. Also youll only want to be able to do that if currency is equal to -
How can I change to a particular scene according to a given attribute?.
by rmvz3 ·if attribute game.nextScene=1 —> Go to Scene1 -
Change Attribute Based on Successful Game Center Login
by ellfire ·Does anyone out there have a method to change an attribute based on a successful Game Center log in? Ex. I have a GameCenter button that, currently, when pressed logs you into GC and shows leader bo -
Some self, real attributes keep changing to 0 after I edit them for an instant reset...
by jckmcgraw ·I also have it for the Y's. Then, when attribute game.reset is true, I have the actor change attribute: self.pos.x to self.startX. -
Searching Text is it possible.
by TWEAmazingApps ·of words). The problem is if i do a "attribute contains (a certain word)" rule it would show up false if another word has those same letters in their own word. for example, if i se -
device clock math-please help me understand
by benkhun21 ·I understand that to set the clock u need to create 4 attributes ( sec, min, hr, yr) and constrain them to device.sec, etc. x their factors to make them all into sec. My objective is to make time base -
False "invalid expression" error message?
by zapposh ·If you copy/paste the achievement ID from itunes connect straight into the attribute textbox of the upadate achievement behaviour in gamesalad it works. -
how to change a level
by djdee ·thanks 4 the reply. yes its the 2nd one that u mentioned. this change attribute should b in my spawner.. right??.. -
how to prevent the platforms rising actor slides?
by stackpoole ·Zoyt Hello, thanks for the reply but as I turn off the physical attribute? -
how to change a level
by tatiang ·Or are you wanting to have game.level set to the number of columns in your table? If so, use change attribute game.level to tableColCount(TABLENAME).