Skip to content

Instantly share code, notes, and snippets.

@dimmduh
Created June 14, 2012 13:14
Show Gist options
  • Save dimmduh/2930236 to your computer and use it in GitHub Desktop.
Save dimmduh/2930236 to your computer and use it in GitHub Desktop.
function bullet:enterFrame(e)
if ( self:isOut() ) then
self:destroy();
return true;
end
...
self:checkCollision()
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment