Thread: Tree Chopping?
View Single Post
  #5  
Old 08-15-2006, 01:12 AM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
In the gani you will need to add the different tree graphics so that you see them on the left side (for Kujis example use sprite numbers 20 to 25), make the gani single-direction, and add a sprite in the middle. Use PARAM1 for the sprite index, and modify the default param 1 to a value to 20 so that you actually see the sprite.

Alternatively you could also do many different tree ganis, and at the second comment you see the animation depending on this.life, like
if (this.life==5) this.ani = "mytree5"; else this.ani = "mytree4";
Reply With Quote