14 year olds… 14 year olds everywhere… I mean not just here but literally all over the pace. Gamesalad and Xcode too! Whats going on here… When I was 14 I was trying skateboard and didn’t care about much of anything unless it was GTA III. Maybe this is some type of marketing ploy? No offense bubble ball dude it just seems a little fishy. But thinking about it, it really is a good idea to get your app going… So if you were to lie about your age and say you were 14/ however young, would there be any legality issues there?
Oh yeah, and heres my question about the code, I have a ton of odd shapes that need to be removed when touched. The problem is when I touch the shape it removes from the image and not the actually physics body coordinates. So you basically can touch an few mm out and the shape will delete. I really need this fixed.
Heres the current event im running for this,
[code] local removeBody = function( event )
local t = event.target
local phase = event.phase
if(event.phase==“began”) then
event.target:removeSelf()
end
return true
end
[/code]
Surely this isnt too big of a problem to solve? [import]uid: 10355 topic_id: 6430 reply_id: 306430[/import]