helo,
anyone know if their is a way to set an imageicon frame to zero (or frame one) after it has animated and is not set to loop?
i know my clip file i can do this with
if (wolfobject.wolfatack.getFramePosition() == wolfobject.wolfatack.getFrameLength()) { wolfobject.wolfatack.setFramePosition(0); }
for example if my wolf in my wolf list has an atacking sound i can reset it after it has played to be played again
thank you,
nathan