-
It is a new game made by gamesalad. <Dron Friends>
by Changsuk Oh ·(Quote) -
Mac Stable Release 0.13.27
by gingagaming ·Then I hope the Image import bug is top of that list as this is currently the most common reason for creator crashing! -
It is a new game made by gamesalad. <Dron Friends>
by UtopianGames ·I like the look of this, top job (Image) -
Collide problem
by AngryBoi ·Check the layering. Inhad the same problem once, and instead of overlapping, it was going under it and wouldn't destroy. That may not be it, but you could check -
spawning different objects at the same X-position without overlapping
by mattias.l.andersson ·I'm creating a game where different objects are spawn at the top of scene at different time-intervalls(but its random so i could be at the same time and thats why i dont want them to overlap but 1 sec -
Windows Creator 0.13.26 official release is available!
by GeorgeGS ·(Quote) -
Windows Creator 0.13.26 official release is available!
by limbozone ·Yeah it says Pro on top right its when i got to File - Publish -
How can I speed up a timer that spawns an actor?
by Triangularity Games ·(Quote) -
Collide problem
by Icebox ·interpolate its self color alpha to 0 in 0.5 seconds and add a rule when color alpha = 0 destroy , so no need for timer or anything. -
Collide problem
by http_gamesalad ·this? I made an attribute called "game.DestroyStar" setup like this. When Main actor collides with Star do change attribute game.DestoryStar to 1. Then in the star actor I put wheng -
How To Set Actor Touch Position
by Armelline ·, add a condition saying something like "When touch is pressed and touch.position.y > self.position.Y+100", that will mean only touches near the top are registered. -
How can I speed up a timer that spawns an actor?
by muoch10 ·I have a question tho, how would the Spawner actor spawn another one of itself after it's been destroyed? Would it work? -
How can I speed up a timer that spawns an actor?
by Socks ·--Destroy -
Review for Coins
by CaptFinn ·Im not giving them coins to give me a 5 star rating. Im asking them to take the time to give my game a rating based on their opinion of the game. If they go there and say its worthless. I havent helpe -
90DPI PNG files
by Socks ·sub-pixel dimension), look at the square in the top left of the image/actor (the one I've coloured red), it is sat between 4 screen (blue) pixels, so imagine it's value was 100% white, because it is -
State of GameSalad on 6/30/2015...
-
GameSalad going against the flow
by pHghost ·(Quote) -
GameSalad going against the flow
by dgackey ·feedback, improvement, versus the old way of top-down grandiose release planning that took months to get something out the door. -
State of GameSalad on 6/30/2015...
by viking ·I have to make the same kind of decisions based on what earning potential GameSalad can provide for me. If you look at the Top Grossing titles on the AppStore you will see that there is a common set o -
Collide problem
by dapion ·and the other rule in the star, if collides destroy.