Thread: Screen Fading
View Single Post
  #13  
Old 04-22-2013, 12:49 AM
DustyPorViva DustyPorViva is offline
Will work for food. Maybe
DustyPorViva's Avatar
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
DustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond reputeDustyPorViva has a reputation beyond repute
Send a message via AIM to DustyPorViva Send a message via MSN to DustyPorViva
You can just create a gani that creates a trail effect of the player and set it to an attr.

I think I actually have mine from Testbed. Basically you run a loop(however long you want the trail to be) and have an array that keeps track of the last 20 or so(again, the length of the trail) positions of the player. My version goes a bit further and also stores the animation frame to maintain accuracy and effect.
Attached Files
File Type: gani dusty_trail.gani (907 Bytes, 132 views)
Reply With Quote