-
iPhone X build
by adent42 ·So in my sample, I only made the sample for iPhone 5 -> iPad because it was easier to test, but you can do the same for iPhone X with some adjustments to the logic. -
State of the Salad 03/2018
by adent42 ·Just to help with some worries, @Hymloe is looking for positional sound. The HTML5 engine can play sound. The collision issue is related to the collision shapes of resized actors. We may have a lead o -
Anyone out there????
by tatiang ·I'm not sure how you've tried to contact GameSalad but forums posts are largely ignored by the company. If you haven't yet, use the blue chat icon at the bottom-right of the forums page. -
App name localization?
by Binny ·After the build, copy attached file(en.lproj, de.lproj) to inside of your app file. -
iPhone X build
by tvapps ·As many of you are aware, starting April we will be required to support iPhone X screen aspect ratio, I am planning on updating an app however with this app I need to use the stretch screen aspect rat -
Adding Text Block
by RowdyPants ·@bkhoward2001 Using an image of text as @tatiang suggested gives you good visual control across multiple screens. If you'd prefer to keep your app size slightly smaller you can do a display text beha -
Correct non-centered stage
by RowdyPants ·@bkhoward2001 A few things to check: -
State of the Salad 03/2018
by pHghost ·works. If you are really the only one, it's doubtful it is a GameSalad issue. -
need help with custom font on endless score
by RowdyPants ·@Mr.Soares88 Here's an old thread to help with kerning (spacing between letters) as you make your score display. It shows how to display a single digit at a time and customize each number. There's a -
what numbers are included in random(1,10)
by smurfted ·if you want decimals do random(1,100)/10 -
Respawn Instance of Actor
by tatiang ·You can. It's a little complicated but there is a magnitude function that determines the distance between two points (e.g. game.heroX, game.heroY and self.Position.X, self.Position.Y of the enemy). -
Correct non-centered stage
by Armelline ·Do you have a control camera behaviour in any actor? -
Destroy all Instances of Actor
by jamie_c ·it's true run the destroy behavior. Of course make sure and set the value back to False after all balls have been destroyed. -
Interpolate behavior can't destroy?
by Weiyu ·Thank you for your advice. -
Custom collisions question using PhysicsEditor
by sinbot ·I'm using PhysicsEditor to make custom collisions. It seems like the program allows me to assign collisions to multiple areas of an actor that are not directly connected but when I try to assign it in -
An Illustrated Guide to the Display Text Behaviour
by Armelline ·(Quote) -
need help with custom font on endless score
by Mr.Soares88 ·wow thank you very much for this , you all are so very helpful -
Respawn Instance of Actor
by bkhoward2001 ·Also, how do you wait to spawn until the 'coast is clear' so to speak.... Alot of times it will use up extra lives as the object passes through it or two objects are hitting it at same time.? -
An Illustrated Guide to the Display Text Behaviour
by bkhoward2001 ·If you assign the display text to the square actor, how do you make the square invisible... I turned invisibility off but then the text disappears too!? -
Adding Text Block
by tatiang ·Make an image using whatever design software you prefer (e.g. Illustrator, Photoshop, etc.) and import it into GameSalad.