-
Nothing is working - Need to submit test flight to Publisher tonight.
by RondoRocket ·With the new TestFlight that is part of iTunes Connect all you need to do is zip the file and upload it to Apple. Just make sure the Provisioning Profile is set for Distribution/App Store and not Ad- -
NYC Gamesalad Meetup
by WarpSpeed ·I have PM'd all who have shown interest in this topic with a new discussion thread. @tiger27 @ookami007 @FINNBOGG @Unknown User -
Nothing is working - Need to submit test flight to Publisher tonight.
by Tiny_Ideas ·I don't have a .app file and can't find any instructions to make one, because I need that to create the .IPA file, according to many youtube videos. -
Nothing is working - Need to submit test flight to Publisher tonight.
by Tiny_Ideas ·@Thunder_Child Thanks very much. I stumbled upon them on youtube earlier. -
Change Orbit Speed
by Socks ·cos/sin are really basic, draw a circle, draw a line from the centre to the edge at whatever angle you like, cos is the horizontal distance from the centre of the circle to where the tip of the line h -
Help with only tapping one actor at a time
by Socks ·Make a boolean game attribute - let's call it DEATH !!! -
Change Orbit Speed
by Socks ·You don't really need the %360 modulus part, I swear on my mother's life that regardless of how many times you move around a circle you will never run out of circle, no need to reset it every revoluti -
Looking for a developer for a few upcoming projects
by HailCaes3r ·I'm currently in the process of looking for a developer to work on a few projects. The graphics, animation, and business/marketing related aspect will be covered on my end, just need someone to help d -
ERROR: iPhone SDK Required
by Braydon_SFX ·I'm helping a client set up his developer account and prep for submitting to Apple. We've created provisioning profiles and done all of the steps prior to that. When we sign the app, we get this error -
Clicks Per Second
by AngryBoi ·@armelline it didn't work, the calculator got harder to move up the more you played -
Mac Stable Release 0.13.20
by Armelline ·only one getting that exact team ID quoted, it makes me wonder if it's not my end. Hopefully it is though so I can fix it nice and quick! -
Mac Stable Release 0.13.20
by NimbleBug ·@BlackCloakGS thanku so much for fast fixes and updates... -
NYC Gamesalad Meetup
-
Introducing Parkour Ninja for Fire TV!
by blue_elephant ·Also for those of you who downloaded I would love your feedback on which device you used etc so I can confirm it works on different screen sizes. -
How are Rotate speed and move speed measured?
by Socks ·Sounds like a rounding error, 1024/3 should be 341.33333333333333 [. . . . .] rather than 341.333 (as I'm sure you know), so 341.333 will be out by a little, accumulatively so after a while, and 341 a -
Alternating through game states.
by Socks ·You can do it in all sorts of ways, I'd personally use mod, but you could just set up a few rules depending on your needs. -
Help with only tapping one actor at a time
by krewic gaming ·so in the app im working on if the background is tapped then it will result in a gameover however if you tap the actors that are on top of the actor then you should be able to continue playing. instea -
How are Rotate speed and move speed measured?
by Chunkypixels ·Cheers... @Socks ... pretty much how I expected then... probably why I've never really needed to ask over the past 5 years (Image) -
How are Rotate speed and move speed measured?
by Chunkypixels ·How exactly are rotation speeds measured? Is it degrees per second...or some other measurement? -
Alternating through game states.
by Socks ·You can use modulus to cycle through a set of numbers.