-
Best way to handle unlocking doors
by The_Gamesalad_Guru ·Okay so so that is easy. Use a self attribute to define which key level can open the door. This way you can make one prototype and just modify the self attribute. -
What language is the published app?
by 3absh ·Have you tried this? Because that's not my experience. -
how do i add lives like Candy Crush?
by StormCloudGames ·Thank you o much for the info! -
What language is the published app?
by Socks ·That doesn't really tell us anything, a smoother running more complex game might simply be the result of good coding. It's quite possible to have a well coded densely complex game flying along at 60fp -
Endless loop bug, I'm stuck please help!!
by 3absh ·(Quote) -
What language is the published app?
by 3absh ·I've seen much more complicated games than mine run smoothly on my Nexus 6 with no drop in frame rates, my game appears to be lower than 30fps, -
my new game "Roll Turtle" gamedev progress prototype art :)
by kirafu ·@gattoman @jdlcrater thank you (Image) -
Grab a ball and throw it.
by VallettaMichele ·What if you need to throw the ball off another actor (the player actor) meaning the ball is attached to the player (already did that, constraining each others X,Y positions) ? -
Grab a ball and throw it.
by Braydon_SFX ·This video may help you. -
Grab a ball and throw it.
by VallettaMichele ·Well ok.. i'm making this game based on basketball, you throw the ball (high) to score, bounces off the walls, constantly bouncing off the ground and you, to keep scoring you need to go grab it again, -
Spawning only one actor
by RabidParrot ·Make a "#ofkeys" integer attribute with the value of 1. -
Grab a ball and throw it.
-
Grab a ball and throw it.
by VallettaMichele ·I was going to write what i have tried so far, but i don't even know where to start. -
Publish and testing and ads ?
by Add some ·1/ I want test my game in gamesalad viewer do I need a pro subscriber and Paid apple developer ? -
Best way to handle unlocking doors
by RabidParrot ·Tables will work for sure. Just set up a Unlock table. Give the table as many rows as you have doors. Make the row an integer. For every locked door change the attribute to 0. For every unlocked door -
Best way to handle unlocking doors
by The_Gamesalad_Guru ·What are the conditions that allow the door to be opened? This would define the method. You could use either tables or self attributes. -
Images are sharp in creator, but blurry on iPhone
-
Images are sharp in creator, but blurry on iPhone
by Socks ·If you've made your images x2 @24bit then, like you say, any fix will probably not involve you redoing your images. But I doubt anyone can definitively answer your question as 'iPhone' could mean just -
Need help in photoshop!!
by AtomicVertex ·Create a new layer. Drag out a circle while holding down the shift key, this will keep the shape of the circle. Then turn on rulers, cmd + R, or ctrl + R and a set of numbers will appear top and left -
how do i add lives like Candy Crush?