-
State of GameSalad on 6/30/2015...
by pHghost ·If you have a nearly-finished project, you don't need to pay around $200. If you finish it within the first month after your trial, you'll pay only $30, if in the second, then $50. Add +$20 for every -
Or?
by KevinCross ·You could put your 3 random X positions in a table and then randomly pick one of the 3 rows i.e.: -
State of GameSalad on 6/30/2015...
-
Best platform to begin a new game..????
by pHghost ·If you want sharp, not blurry graphics, just make sure the resolution of the images is high enough. Whether things will look sharp doesn't depend at all on the project setting you chose, but the quali -
State of GameSalad on 6/30/2015...
by Firion Musashi ·OMG, I never expected this. Well any way does this mean the GS on my lap will freeze. I downloaded it on around March & I'm still in Data Collection of my project. I'm just a beginner aiming t -
[iOS & Android] Pixel World - Super Mario style platformer!
by papaductions ·Thank you for the comment. In the current version, external gamepad controllers are not supported but we will consider to add this feature on a future release. -
The publishing flow got a botox injection!
by ThoPel ·(Quote) -
Runner falls through platform near the end (Windows users please vote for reported bug)
by Socks ·Just tested the Mac version, like you say, it works just fine with the Mac version. -
Why cant we access the physics attribute of an actor ?
by CaptFinn ·Im not sure what youre needing it for. But... is it possible to use interpolate as a way to make a object not movable or seem like its not movable? -
New Developer Interview - Prisma_comunicazione
by 68kStudios ·thank you again (Image) -
Runner falls through platform near the end (Windows users please vote for reported bug)
by Socks ·Hard to say, but I have seen this exact kind of thing before . . . usually when constrained actors collide with other actors . . . but like you say it could just be a Windows preview bug, I'll try out -
How to save progress (collected coins, gems, etc.) and be able to transfer it to any device?
by xwrbnx ·@The_Gamesalad_Guru : It is actually not IAP. But since I don't know other method how to keep the costumes, weapon, etc forever (not gone when the user change device/ reinstall), I am thinking of usin -
Best platform to begin a new game..????
by Socks ·Can you be a little more specific, what is 'it' in this context ? -
Image size of actor and background?
by Socks ·If the actor is 50 x 50 pixels then make the image 100 x 100 pixels. -
Free art on the GameSalad Academy!
by Socks ·(Quote) -
Jam when creating endless runner.
by tintran ·I tried this, and what i noticed is the the max speed also restricts my jumps since my jump is changing velocity.y to 500... it makes my jumps really low. so this solution might not work for me. To ba -
Jam when creating endless runner.
by BBEnk ·Instead of using constrain to move actor use Accelerate but set it's speed high like 1500 or ETC, and then limit your actors top speed to 300 in it's properties, That way PHghost rule will work, and y -
State of GameSalad on 6/30/2015...
by Agent Argyle ·Personally I am glad to hear there are some changes afoot because for me using GS has been a painful experience and I have not wanted to complain, but I have also have been wondering how GS stays aflo -
Shooting
by skipnice ·you're using solution 2 to calculate the angle of he bullet based on your position and the position of the bad guy/or where you tap. so the formula "vectortoangle(tapX-selfX, tapY-selfY) give -
Runner falls through platform near the end (Windows users please vote for reported bug)
by skipnice ·thats weird, how are you moving it?