Thread: Help me
View Single Post
  #2  
Old 12-16-2001, 08:30 AM
entravial entravial is offline
Registered User
entravial's Avatar
Join Date: Mar 2001
Posts: 825
entravial is on a distinguished road
Send a message via ICQ to entravial Send a message via AIM to entravial Send a message via Yahoo to entravial
~AlphaFlame~

For the arrows... use an array to store the direction/x/y of the arrows, use your own images, and use a hitobjects... to detect tiles, use tiles[x,y]=....

For the armor... probably triggeraction looping..

if(actioncheckarmor){
if (this.armor=1){triggeraction armor1,x,y,;}
}

Or whatever the format for triggeraction is... too lazy to check on it right now.
__________________


If the post says ~AlphaFlame~, that's who's posting. If not, it's Entravial (owner)
Reply With Quote