Results 1 to 5 of 5

Thread: Flying Bats script doesn't work in Firefox 1.5

  1. #1
    Join Date
    Oct 2006
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Flying Bats script doesn't work in Firefox 1.5

    1) Script Title: Flying Bats

    2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex4/bats.htm

    3) Describe problem: The bats don't "fly". The script works fine in IE.

    The Flying Bats page lists Firefox as a supported browser so I'm not sure why it's not working. I'm using Firefox 1.5.0.7 on Linux.

    Any ideas?

    Thanks!

    Peace...

  2. #2
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    All fine here Firefox 2 lastest test release Win XP

  3. #3
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Tom,

    It *does* work, it just doesn't work in vBulletin. The script was made for standalone and I integrated it into vB. Looks great in IE and Opera, just no go for FF.

    Brady,

    How did you get that new release? All I see on their site is 1.5.0.7

    Roan

  4. #4
    Join Date
    Sep 2005
    Posts
    882
    Thanks
    0
    Thanked 3 Times in 3 Posts

    Default

    Quote Originally Posted by Roan
    Brady,

    How did you get that new release? All I see on their site is 1.5.0.7
    http://www.mozilla.org/projects/bonecho/all-rc.html

  5. #5
    Join Date
    Oct 2006
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I found a similar problem when trying to integrate it with e107 CMS. I think it is now resolved by adding "px" to two lines in the script

    if (ns6){

    for (i=0; i < amount; i++){
    document.getElementById(\"ns6Bats\"+i).style.top = Ypos+yBase*Math.sin(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/10)+\"px\"
    document.getElementById(\"ns6Bats\"+i).style.left =Xpos+xBase*Math.cos(((currStep)+i*3.7)/4)*Math.cos((currStep+i*35)/62)+\"px\"
    }

    Hope this helps you too.

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •