View Single Post
  #1  
Old 06-26-2006, 04:08 AM
Yen Yen is offline
Banned
Yen's Avatar
Join Date: Oct 2005
Location: Nova Scotia, Canada
Posts: 1,085
Yen is an unknown quantity at this point
Send a message via AIM to Yen Send a message via MSN to Yen
onActionProjectile2() buggy

Two bugs with onActionProjectile2() on gmaps, so far.
I'm showing ganis where projectiles have struck. The gani uses an emitter.
These may only apply to emitters, but I don't know.

First, the function is being called multiply times for each projectile that hits.
If I shoot 5 projectiles, I don't only see 5 ganis; I see 10 (possibly 15) ganis. This only happens on a gmap.

Second, if a projectile strikes in another level on a gmap and you can't see where it struck, the gani is being shown at the 0x and the y it struck on.
Reply With Quote