-
Someone please explain this to me
by Dylan84 ·This is only applicable for the iPhone6 Plus, every other project setting (iPad, iPad min, iPhone5 . . . etc) should, ideally, have image assets twice the resolution of your actor. -
Someone please explain this to me
by Dylan84 ·What process would you be using to resize the wall images ? -
Someone please explain this to me
by Socks ·You don't have to, it's just a recomendation for optimal image quality in certain situations, but there are as many (if not more) situations where it wouldn't really matter whether your image asset wa -
Someone please explain this to me
by Dylan84 ·Ok so I've heard that you need to make your image assets divisible by 4 and also size them 3 times your intended actor size (if your making in on the iPhone 6 screen in GS). So say I have an actor cal -
Bouncing Beachball inside 4 walls with other beachballs.
by Socks ·There is no attribute called (simply) self.velocity, you have velocity X and velocity Y, but constraining either (or both) of these to 150 won't make the overall speed 150 (unless one of the two value -
control actor with touch question.
by Socks ·You also might want to stick this into the Otherwise section: -
Is it possible to write inside of the rule's "when" statement?
by tatiang ·You're welcome! -
control actor with touch question.
by CaptFinn ·But my actor doesnt want to stop when i drag it over to the wall. it goes right thru the wall. Its almost as if its ignoring any other rule while its touched. -
Score Reset Issue
by Icebox ·change attribute game.score to 0 , game attributes dont reset when you reset the scene so you have to do it yourself. -
Score Reset Issue
by rcalvo924 ·Hey peeps! Well, I got my game made, but the only issue Im having is that my score does not reset back to 0 when the player starts a new game. -
How to fix my jumping in a platformer?
by Icebox ·if right key is down -
Would it be too soon to make a game where you're a baby trying to stay away from gorillas?
by smurfted ·You could do a sequel where you shoot the mother as she tries to look at Facebook on her phone.. -
Sending and Receiving data using your own SQL Server - PHP file and TestProject included
by jonmulcahy ·(Quote) -
How to fix my jumping in a platformer?
by Icebox ·Are you using the move behavior ? right and left ? -
iOS: Screen flickers/flashes black whenever new actor is created/spawned
by Hopscotch ·how many "grass" actors do you have in total? -
iOS: Screen flickers/flashes black whenever new actor is created/spawned
by fredsimma@gmail.com ·Right now, I'd be happy if the game played the same way on iOS as it does in the Creator. With constant flickering/flashing, it is basically unplayable. -
Users can share on Facebook, SMS, Email, Twitter and Google +. 1Tap2Share
by RabidParrot ·Facebook doesn't allow you to predetermine the message a user shares. Facebook only allows you to determine the link. You can share a photo by creating a html page on your website that has the photo y -
Is it possible to write inside of the rule's "when" statement?
by RedCubeGames ·works like a charm! Thank you very very much! (Image) -
Is there a REALLY simple IAP Tutorial floating around for Dummies.
by Armelline ·Post some screen shots of your logic and we can take a look. -
Is it possible to write inside of the rule's "when" statement?
by tatiang ·You could add the values to a table and do a tableSearch for game.attribut. Or...