-
Is there way we can make the Alpha a part of the condition of contact?
by Dell7730 ·(Quote) -
Is there way we can make the Alpha a part of the condition of contact?
by Socks ·Collisions in GameSalad are with the actor and not with the image, hope that makes sense. -
Is there way we can make the Alpha a part of the condition of contact?
by Socks ·Attribute: Actor 1's alpha = 1 -
size of my file... saving my game from a laggy piece of crap
by Socks ·But because your camera is rotating or spinning (or whatever) all throughout your game, you need to constrain the position of each digit of the score to some trigonometry to keep it in one place relat -
Dress Up Game for Girls
by gingagaming ·Put all the images in the project and then make an interger called game.hat & 1 single actor with a constraint rule constraining the image to an (game.hat).."hat.png" -
Dress Up Game for Girls
by motorcycle boy ·So far I'm thinking if I used one actor for the shirts for example, if I have icons for every other shirt so that when the game player picks one, then the actor would need to change it's image, size/w -
How can i interpolate my actor with the platform? please help!!
by tatiang ·Create a boolean game attribute called game.shiftLeft. In each actor that will move, create a real attribute called self.newX. -
Plotting location on a mini map
by wayback_gamer ·in an integer attribute. Currently when I use a constrain on the Triangle actor Rotation, and constrain it to the heading of the controller attribute, it rotates but does not keep the tip of the tri -
HELP! What would I to make and this game?
by Socks ·How did you upload this to the attribute ? -
Tutorials and Free Stuff from Jamie_C
by jamie_c ·@Braydon_SFX, thanks. I thought it was kind of cool to use the 'limited' collisions shapes that Gamesalad offers to make it work. In this case the circular collision shape that fits the actor (not the -
High score question.
by tatiang ·I don't understand why you're using tables. The typical custom font method is to constrain the self.Image attribute of each digit actor to a mathematical expression that determines the correct value -
HELP! What would I to make and this game?
by Armelline ·Have you used the Save Attribute behaviour? Perhaps take a look at this video to help you better understand how they work: http://bit.ly/IqT6zt -
HELP! What would I to make and this game?
by tatiang ·@jamie_c I can't find a 0 attribute. Is that a boolean scene? What I want is when the igloo touches the up button then just move at 40 speed to the side but not right or left just to the side. Thx -
How to put K instead of 1000
by tatiang ·Also make sure that game.money is in fact a table (in the Tables tab of the Home screen) and that you're selecting game.money from the drop-down Attribute Browser and not just typing it in. -
Sound based on rotation speed
by Socks ·Constrain pitch to angular velocity. -
either/or statement?
by Yonpiece ·i hv found one way by using attribute as to solve my problem there. -
How can I specify the area of target for collision?
by Socks ·Yes, a real attribute can be any numerical value. -
How can I specify the area of target for collision?
by Dell7730 ·(Quote) -
How can I specify the area of target for collision?
by Socks ·A boolean variable/attribute is binary, by that I mean it can exist in only two states, off and on, or 0 and 1, true or false . . . (etc). -
How can I specify the area of target for collision?
by Socks ·Two game attributes game.X and game.Y.