-Skip to about :30 secs in the video-
I'm wondering how you can show the amount of points earned by killing an enemy. Basically right after you stomp on the enemy, their point value appears and fades away. The point values change too so i need to be able to display the changing point values.
Thanks a ton!
Develop games in your browser. Powerful, performant & highly capable.
Your video links me to "my videos" in youtube. <img src="smileys/smiley17.gif" border="0" align="middle">
Anyway, you mean something like this? The enemies have instance variables keeping track of how many points they are worth. The text has the fade behaviour.
ScoreDisplay.capx (r92)
Thank you. I changed the video and I will also check out the example you've posted. I'll let you know if it's what i was talking about. Thanks again!
*UPDATE*
yes! that's exactly what I wanted! Thanks a ton!