-
Mac Release 0.13.44 is available (OS X 10.11 El Capitan Fixes)
by neoman ·Did you run Xcode 7.0.1 after you updated it? When you run Xcode 7.0.1 for the first time it will start installing components ... -
game logic test
by EldonRouge ·@LucasJG1994 thank you! i was considering doing a leaderboard, but haven't looked into that yet... -
Want to buy unreleased Full games
by carloz ·We are looking at purchasing 5 full games which have not yet been released on the app stores. If you have a game you have been working on , and wish to make upfront money by selling it..drop a mail to -
How to maintain a condition
by Gnarly ·So when actor moved on door it changed attribute to 1 but when you moved off it remains 1? -
I need help with basic game elements.
by Thunder_Child ·Holy smokes @Socks that is an excellent answer I really appreciate that. I will always now make that apart of my "tidy up" procedures. Before I was just doing what @Lost_Oasis_Game -
Windows Creator 1.0.0 ??
by CodeWizard ·We're moving to a new version scheme for Windows and have pushed 1.0 out for folks. This includes a new installer and auto-updater that keeps your Windows version of Creator up-to-date every time you -
How to maintain a condition
by Socks ·When door collides with 'something' -
How to maintain a condition
by IsaacPhoenix ·is pushing a block onto the marked position. How do I make the open door attribute turn to one when something is on it, but switch back to 0 when nothing is? I looked at constrain attribute but tha -
Tables Question
by Jeffm2 ·Hey I am slowly but surely understanding and getting through this. Wanted to share some screens with you. Thank you so much for all your help and patience. (Image) -
I need help with basic game elements.
by Socks ·You have 12 layers, going from 1 at the bottom to 12 at the top. -
Very weird problem with pause and reset game
by vafurlogi ·You seem to be working in an instance of the button actor and not the prototype. Do all the scenes have an instance of that actor with the same logic? Also you're using a game level attribute to reset -
I need help with basic game elements.
by Thunder_Child ·I had remembered you soecifically saying actor code top to bottom. Had no idea about the layers in which the code id executed. Not that at the moment I can say how that helps me...but at least now I -
advice for displaying table row values in game
by gooner ·If at the end of a level, I would like to display rows of stats (for the just completed level) that come from a table. Right now I'm thinking I might need to spawn an actor for each row i would like t -
Mac Release 0.13.44 is available (OS X 10.11 El Capitan Fixes)
by NimbleBug ·i dont know even if you directly download we are getting 3.1 https://itunespartner.apple.com/en/apps/tools -
Mac Release 0.13.44 is available (OS X 10.11 El Capitan Fixes)
by PhilipCC ·I updated Xcode to 7.0.1 and it didn't install Application Loader 3.2. So I went to iTunes Connect > Resources > Tools and downloaded Application Loader and I ended up with 3.1 -
Tricky iOS Universal App Ad Question
by pHghost ·Just tested it in Ad-Hoc, and unfortunately it doesn't work. If you select all orientations in the publishing system, it overwrites the scene attributes. -
Blurry Image !
by Socks ·Ah ! Your issue was with the resolution of the image, you should make all your images 72ppi. -
Flying Bird - different view of the flappy bird game.
by Zerosama ·I decided to make a flappy bird game, but in the process of making decided to make the things different and instead of controlling the bird, you are controlling the obstacles. The game is uploaded on -
Blurry Image !
by Bellow ·Changing my camera size for seeing my character better. When i make it 8 pixel at the full camera size i cant even see it (Image) -
Need Help With Accelerometer!
by The_Gamesalad_Guru ·There is not much on the forums about the accelerometer. I am doing a game using it controlling gravity. The accelerometer quantifies the velocity and direction of rotation into one number value. This