Thread: gani on gmaps
View Single Post
  #3  
Old 02-01-2007, 10:30 PM
Chandler Chandler is offline
Banned
Join Date: Jan 2007
Posts: 656
Chandler will become famous soon enough
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.
Reply With Quote