-
save lifes for the actor
by doug_smuppet ·@Utveckla_Games worked for me, and tried to use the same logic to make a Counter Coins, when I pick up 100 coins, I win + 1 live. I created the attribute "Coins" for this. when I pic -
Problem with animation, unable to remove artwork from templates
by Donaldouk ·changed the actor on scene and off scene. also all in the hero attribute. -
Changing Scene & Stopping a Sound
by KatApps ·Yep, you're right, I had it as a game attribute. Seems to be working for now, I'll keep my fingers crossed.. -
Shoot to mouse (vectorToAngle) issue
by gyroscope ·Hi @h.rashid13 if you're updating an attribute with the results of your vectorToAngle, make sure this attribute is set to Angle and it'll work fine for you. -
Changing Scene & Stopping a Sound
by gyroscope ·Change Attribute SndA1play to true -
Button Trigger Problem
by contrasthall ·try just making it a simple counter with a rule like : if touch is pressed - then counter = counter +1.........then add the other stuff completely outside that rule so a rule that says if attribute co -
Button Trigger Problem
by Fal01 ·There is an index attribute that counts the times you press the button. -
Spare Code ? Dump It here.
by beefy_clyro ·How to constrain to a moving platform, the demo sits to the bottom of this, ideal for hanging but can easily be adapted to have the character on top. -
How do I track the position of an actor properly?
by beefy_clyro ·I would probably go with what Thomas has said. So constrain the mask to game attributes and then constrain the actual character to the game attributes ... -
How do I track the position of an actor properly?
by SnapFireStudios ·@h.rashid13 - Hey, this should answer your question. Instead of having a timer that changes the variable every 0 seconds, use the 'Constrain attribute' behavior. So, constrain game.xpos to self.positi -
How do I track the position of an actor properly?
by h.rashid13 ·Currently, I have a timer that, every 0 seconds, sets a Game variable to the current position of my actor (both x and y). Then I have a mask that is supposed to track the actor with the constrain attr -
How to make actor stay on moving platform?
by VGX ·@Socks your one is precisely what I was after. because when I tried it the platform would just slide under the actors feet. and when I tried constrain, the actor would get stuck and wouldn't jump off. -
How to make actor stay on moving platform?
by SlickZero ·Use a boolean set to false. When the actor touches the platform, change the boolean to true. And when that boolean is true, have a rule that constrains the actor to the platform. Then in otherwise, wh -
After update no music, Is this apples thought?
by Dazza006 ·Its really strange I thought I might of changed the music attribute to off or something without realising, but thats not it. -
attributes
by tatiang ·Okay. Here are the attributes you have to work with: -
attributes
by DepressedPanda ·"if Attribute < 0.00" Set To 0.00 -
attributes
by ds1239 ·i need an attribute that doesn't go into negatives but does go into decimals. -
Reseting a Scene
by wollty ·when attribute game.correct = 4 -
Do you find your GS games crash on some devices
by Dazza006 ·For example on my tutorial screen I have a display txt attribute and on my iPhone & iPad it displays fine. On the iPod there is a black bar across the bottom with no txt. -
Reseting a Scene
by wollty ·when attribute game.correct is true