-
Video: Hints of Gamesalads future? Joints, magnetism etc.. 2D Physics engine in after effects.
by StormyStudio ·Just started using a new physics engine plugin for Adobe after effects called 'Newton 2'. It kind of gives a look at what Gamesalad might be like in the future (2D joints, pixel collisions, magnetism) -
Universal camera origin and the camera control behavior!
by kinzua ·change attribute camera.origin.X to -48 or constrain if u got movable cam. -
Need help with an attribute determining the amount of bullets an actor can shoot.
by Sliced Bread Apps ·So in my game, i have an actor that when he overlaps with the bullets, the bullets get destroyed and the integer attribute game.Shots to game.Shots+1. I want to add in a feature that makes the actor s -
Wiggle function
by tenrdrmer ·You could always just constantly interpolate the rotation back and forth if you wanna eliminate the constrain. -
Am I able to use in app purchases to remove ads on my app?
by Buzido ·(Quote) -
Smooth Camera Offset
by ImpactBlueStudios ·For those who are doing things like camera offset without constraining scene.camera.origin via an instance main character, make sure you order your actors in your scene correctly. -
How would I move an actor to the position that the user touched?
by cousinjoshy ·(Quote) -
Please HELP With Loading and Saving !
by JarrenH ·Ooh, you are using load and save attribute... Huh... Well honestly I have never used load attribute.. Ignorance yay! -
In App Purchase Not Loading After Opening
by ajladue ·Yes i have. I have I.A.P item attribute inside of a button which takes the product key and then changes the attribute "No Ads" to true. I have read that the I.A.P attribute saves th -
In App Purchase Not Loading After Opening
by Dazza006 ·Have you added a save attribute? and make sure the keys are exactly the same. -
Wiggle function
by gyroscope ·forget you'll still have to remake all the attributes used though....) -
How would I move an actor to the position that the user touched?
by cousinjoshy ·Do u mean when I am not touching it the attribute game should be set to false? -
How would I move an actor to the position that the user touched?
by cousinjoshy ·(Quote) -
In App Purchase Not Loading After Opening
by ajladue ·the app and re enter it again. I have a load attribute in the initial scene which loads the product key "noads" in to the attribute "No Ads"(which is set to stop s -
How would I move an actor to the position that the user touched?
by Braydon_SFX ·When attribute game.Touched is False -
Help with screen res iPhone 5 and 4
by alarm656 ·Background image. Rule: if attribute device.screen.size.wight = 480. change attribue: self.image.size.wight to 480. When you choose crop you couldn't see the black side and not cut off))) -
Help with screen res iPhone 5 and 4
by alarm656 ·(Quote) -
Preventing touch in underneath layers?
by SingleSparq ·Create an attribute Boolean called popupactive or something. Put a rule on any button below the one you want to use to not work if that is active. Disable it when you use the popup you want to use whe -
Please HELP With Loading and Saving !
by Zenith_Gameworks ·if game.score is greater or equal to 100, change attribute cu1 to true (cu1 is just my code for character unlock and the numbers represent which character is unlocked i.e. cu3 is the third unlock). T -
Preventing touch in underneath layers?
by shortwave ·I have a layer that pops up on top of the screen with options and stuff on, and I need to prevent the lower layer from being touched while the top layer is on screen. I have made a boolean attribute c