Results 1 to 3 of 3

Thread: can i make this bigger?

  1. #1
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default can i make this bigger?

    this is a javascript snoweffect without images.

    http://www.dynamicdrive.com/dynamici...ownoimages.htm


    How can i make the snow more bigger ?

  2. #2
    Join Date
    Mar 2006
    Location
    Illinois, USA
    Posts
    12,164
    Thanks
    265
    Thanked 690 Times in 678 Posts

    Default

    Looks like this line in the .js file controls the size:
    sfs[i] = Math.round(1 + Math.random() * 1);

    Change the * 1 to * 2, for example.
    Daniel - Freelance Web Design | <?php?> | <html>| español | Deutsch | italiano | português | català | un peu de français | some knowledge of several other languages: I can sometimes help translate here on DD | Linguistics Forum

  3. #3
    Join Date
    Dec 2007
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Talking

    thank you

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
  •