Graal Forums

Graal Forums (https://forums.graalonline.com/forums/index.php)
-   Gani Construction (https://forums.graalonline.com/forums/forumdisplay.php?f=50)
-   -   gani on gmaps (https://forums.graalonline.com/forums/showthread.php?t=71822)

Chompy 01-30-2007 08:20 PM

gani on gmaps
 
Well, this is the problem:

When displaying a gani with an animated gif image in a level that is not on a gmap, the animation will show the last frame (the finished animation, the end of it).

But, when displaying the gani on a gmap, you actually see the animation..

Is this a known bug or something?
(player.ani is changing, not tested on npcs, but on the player)

Chompy 02-01-2007 07:25 PM

bump

Chandler 02-01-2007 10:30 PM

HTML Code:

function onCreated()
{
  this.showCharacter();
  this.setcharani("vs_animationCheck", "");
  setTimer(10);
}
function onTimeout()
{
  this.destroy();
}

The gani works fine for me. vs_animationCheck contains the animated image 'ion.gif' and it loops both inside and outside of the gmap.


All times are GMT +2. The time now is 08:19 PM.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2026, vBulletin Solutions Inc.
Copyright (C) 1998-2019 Toonslab All Rights Reserved.