-
Resetting memory
by zzap64 ·GS pre loads all my audio, no matter if I spawn the audio as actors then destroy them. -
How to lock an main actor to the most nearest actor
by Vyse ·Like for example: If A-Actor is colliding with B-Actor more than C-Actor, then how do I make A-Actor change its position to lay on top of B-Actor? The A-Actor is colliding with both B and C Actor, but -
designing for dynamic content based on screen height.
by MarkOnTheIron ·For example if your baseline is a distance from top of 50px on an iPhone you can change the actor Y position to (50/320)*screen.height (or maybe it should be better to use camera size since the screen -
designing for dynamic content based on screen height.
by MarkOnTheIron ·That way in my example regardless of the screen size the actor will always be 50px below the top edge of the screen. -
Advance question with actor rotation functions?
by Elfizm ·But I did have a solution for part of it and got some help from @socks which was really cool. Still working on it to have extra features that was explained to socks but it's not at the top of list rig -
How do these characters look?
by MoonMouse ·If you're concerned about people associating them with diamonds, all you gotta do is widen the hair line so that it doesn't come to such a point at the top. -
Accelerometer issue - phone sleeps
by sniffy176 ·I'm looking at creating a labyrinth style game game (top down ball rolling) so I got the basic mechanics working, published, and then tested on my Desire S. -
Paid Job For Basic Game Play Structure
by RP ·I'm imagining 2 guys on a street corner now. One holding a tattered top hat, while the other is sitting on a bucket working on a battle-worn mac powered by solar panels and citric acid. Any game folk -
Tree Defence
by SlickZero ·Can't tell what's going on really. From what I gather, you throw the ants/bugs in the air to destroy them, and use the block for defense until they eat it away? -
Can anyone reefer a good publisher company?
by RP ·"Very necessary" it really depends on the type and quality of the game. If it is top notch, sure, but in that case, you should look into marketing firms specializing in mobile apps. -
Appshopper Removed from the App Store
by RacetotheMoon ·I personally think this is policy by Apple is awful and yet another reason why relying on one ecosystem is a long term losing proposition. Especially with how bad discoverability has been with the red -
Health Bars
by SurfWAlien21 ·Ok so i figured it out. It was the order that things were being destroyed! I had to put the layer of the health bar above the layer of the monster within the scene in order to get the health bar to -
Random Function and Decimal values
by Socks ·Your new method loses the 'bottom' 10% of all colours as well as pure white at the 'top' (1,1,1). -
Random Function and Decimal values
by Socks ·This equation clips off the bottom 11.1% of available colours - and at the top - it clips off pure white (not that anyone would notice the difference between .999 and 1). -
Recycling vs Spawn/Destroy?
by DanielDoe ·Last time I was using recycling was about 3 months ago. Since last two versions of GS I'm using only spawn/destroy behavours and it works perfect. -
audio stutter in preview - does it matter for final build?
by beefy_clyro ·to the original (I think its just SDK off the top of my head) and publish. This will not stutter in the final build, its just the creator preview but as always, like recommended by FBS above, always -
Recycling vs Spawn/Destroy?
by UtopianGames ·Spawn and destroy is loads loads loads better than it used to be, i think i was one of the 1st to share the recycle methods ways back then in the older version of the engine because it needed to be do -
I want to get better at drawing!
-
NEW ENGINE INCREDIBLY POWER (Proff Inside)
by Socks ·The top (light blue) image is what interpolate does. -
Recycling vs Spawn/Destroy?
by Socks ·That's odd, I am using an iPad3 too and all my spawn destroy experiment have passed off without incident, I've thrown out tens of thousands of spawned actors - all getting destroyed - and I've never h