-
[Solved] High score won't save
by Luke20w ·I am making a new high score based game and it is finished so I am now testing it on devices but I have a problems. When I refresh the app (double tap home button then swipe out the app on iPad) the h -
Game Over question. Resetting to a certain scene and not entire game.
by tatiang ·On the Level 1 scene of each area, increment the value of an integer game attribute (e.g. game.currentArea) by 1. So on the Area 3 Level 1 scene, game.currentArea would be changed to 3, for example. -
Custom score font on windows creator
by CodeMonster ·The reason your getting a blank image, is because your not constraining the self image to the right image. -
Spawning actors, mega jump style
by joelloyd ·I'll have a try making everything under 500 pixels in size and just work around it. I can't make the scene size bigger because it is already 3 times the size and I tried once to constrain the camera o -
How to constrain my HUD to follow the camera.
by gulleyryan7 ·My scenes are larger than the camera so when my main actor(Playable) moves around, the camera follows him. How can I make my HUD follow above him but stay within the camera and not go out of screen w… -
Showing IAP prices at the app
by brockparks ·of 1 and an end index of -1, and the Callback attribute is a game-level attribute... But still nothing populates. In iTunes Connect, though, although I have created appropriate in-app purchase items, -
Spawning actors, mega jump style
by RThurman ·I would create a boolean attribute called something like "trigger-S". Then whenever I wanted to create an "S" pattern. I would just change "trigger-S& -
Wave movement right to left - please help
by Armelline ·(Quote) -
Wave movement right to left - please help
by Socks ·Yes, GS is being told to constrain the attribute in the first box to the value in the second box. -
Wave movement right to left - please help
by Village Idiot ·Is GS being told what to do in this particular Constrain Attribute? See attached grab: -
How to make 2 character stay in one screen?
by Lovejoy ·(Quote) -
How to make 2 character stay in one screen?
by Socks ·You'd just need to constrain the camera size to 2* the magnitude between A and B -
How to make 2 character stay in one screen?
by tatiang ·Since you can only control the camera with one actor, you'll need to constrain the actor that falls behind to a minimum distance from the lead actor (that is controlling the camera). -
Mac Creator Release 0.13.35 is available
by QASalad ·Looks like it works for the 1st attribute but after that you have to exit and re-enter it. I don't see a bug for it either. I'll just make a new one. Thanks! -
Mac Creator Release 0.13.35 is available
by Armelline ·The "I added attributes to an actor but can't see them in the attribute browser until I exit and re-enter the actor" bug is still in this version unfortunately. I'm afraid I haven't -
Actor collision shape
by Socks ·http://forums.gamesalad.com/discussion/75220/fast-constrain-linkmachine-v2 -
Actor collision shape
by Chunkypixels ·@GeorgeGS ...cheers for putting me correct on the issue... I just researched Box2d circle collisions and yup, it seems I've been working under a wrong assumption for the past 5 years with regards to G -
Images Dissappearing.
by RabidParrot ·(Quote) -
Images Dissappearing.
by stefdelec ·Just to be sure=> there is no rule that change image of your actor? Change image name attribute...? -
Actor collision shape
by jamie_c ·@I. B., I often design my actors around the basic collisions shapes. It's a work around a bit of a struggle sometimes, but since I know it's how Gamesalad works it makes sense to fit what is offered.