-
Prevent diagonal swiping
by tatiang ·I have no idea if the same strategy will work for a larger grid! This is just off the top of my head... -
Random spawning of actors doesn't always work?
by hamzawesome ·I know it's not because I've included "Destroy this actor" with my two change attributes, because I removed that behavior from each triangle and the problem still persists. I also k -
iOS users spend 75% more than android users.
by The_Gamesalad_Guru ·(Quote) -
iOS users spend 75% more than android users.
by Hopscotch ·Using the Top Grossing list, means you are not comparing apples to apples. I think most indies are realistic enough not to try and compete or compare themselves with a Rovio, King or Supercell. Realis -
Topdown track edge collision
by ph33r_zerot ·I am looking at making a top down car racer. -
Hacked - Watch out!
by GeorgeGS ·(Quote) -
Hacked - Watch out!
by Dues ·(Quote) -
Hacked - Watch out!
by GeorgeGS ·On the hacking note, it's worth it to use two factor authentication whenever you can. No guarantees they can't hack around that too, but it's another layer of potential safety. -
"Custom" Collision Shapes??
by Armelline ·(Quote) -
"Custom" Collision Shapes??
by maurygrams ·I made it so the bullet only hits it if its Y is lower than the zombies Y+20. So no its not hitting but it is colliding. (the bullet is suppose to be going over the top) -
"Custom" Collision Shapes??
by maurygrams ·shape of the image. When a bullet skins the top of an actor image (by like half a pixel) and hits another actor image behind it, it switches they're health. I suggest you guys try it. Maybe a problem -
Chartboost Advertising my App via CPI
by adriangomez ·I advertised a native app. You can't advertise unless you integrate their API. Since Gamesalad doesn't have Tapjoy, you can't advertise with them. They charge 10cents incentivized installs and 20cents -
Does this look fun? :)
by illaciaerik ·(Quote) -
Does this look fun? :)
by tatiang ·Looks fun for a moment or two... I think you might want to add enemies/obstacles coming from the left side of the screen or even the top and bottom (I skipped through the 5 minute video so if you alre -
Does this look fun? :)
by illaciaerik ·The rules regarding the boss dragon is that you have to destroy one body part at the time, starting at the back. -
Drag & drop actor by touch? (rpg inventory solution)
by KIIVIIN ·(Quote) -
How to make an actor follow another actor
by imjustmike ·What this will do is tell the follower to move the the hero's location but only when it's more than 100px away, otherwise, the actors will always end up on top of each other. -
Drag & drop actor by touch? (rpg inventory solution)
by imjustmike ·(Quote) -
Drag & drop actor by touch? (rpg inventory solution)
by Armelline ·Spawning and destroying them is likely to be less resource intensive. It will reduce the number of actors permanently on the scene, it will reduce the logic that needs to be scanned each cycle, and if -
Drag & drop actor by touch? (rpg inventory solution)
by KIIVIIN ·So the function I use, Spawn inventory when inventroy is true and destroy inventroy when false takes a lot of data?