Quote:
Originally Posted by Stefan
I have not had such problems yet. The onPlayerEnters() event is invoked when the animation is starting to play. Eventually you need to make your gani non-CONTINUOUS ?
|
Or use the solution i gave napo, give the image a definition, and recreate it when the reference breaks.
Zokemon, the solution napo linked to you will work in your situation. Use a timeout. reference the image (thiso.whatever = showimg(yada))
Check to see if an arbitrary property or an assigned one exists in a timeout, i used font for napo's. if the font became undefined for thiso.whatever, its because the image wasnt showing anymore, and if thats the case, reshow it!