ID:270735
 
Is there a way to do collision detection with missile()?
Not with missile() alone, it's only a visual effect. You're best off making your own projectiles that are actually objects and not simply visual effects.
In response to Nadrew
That's what I thought. I just wanted to know if there was a way, since I like the way missile() looks better than step and walk.