Thread: Changing State
View Single Post
  #4  
Old 01-28-2002, 09:43 AM
Python523 Python523 is offline
Banned
Join Date: Aug 2001
Location: Illinois
Posts: 3,498
Python523 is on a distinguished road
You would have to make completely custom grafics for the hearts, like:
if (created) {timeout=.05;}
if (timeout&&playerhearts=1)
{showimg 201,heartimage.png,screenlength-300,30;
changeimgvis 201,4;
timeout=.05;}
You would have to script each ammount
Reply With Quote