Results 1 to 3 of 3

Thread: My function randomizemousespeed

  1. #1
    Join Date
    May 2007
    Posts
    31
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default My function randomizemousespeed

    ok idk if this is any good or if anyone will use or even if i went little to far on randomizeation but whatever.

    SCAR Code:
    procedure RandomizeMouseSpeed;
    var R: integer;
    begin
     Status('Randomizeing Mouse Speed');
      begin
      for R:= 1 to 1 do
       begin
       case R of
       1: MouseSpeed:= 12 + random(10) - random(5) / 2 + random(10) - random(6) + random(8) / 2 + random(20) / 2
       - random(5) + random(8) / 2 - random(5) + random(2) + random(5) - random(2) / 2 + random(10) - random(5) / 2
       + random(15) / 2 - random(10) - random(2);
       end;
      end;
     end;
    end;
    ~~~~~I Am Who I Am~~~~~

    http://i149.photobucket.com/albums/s...6886/Oak-1.jpg <----- Ent From My Remmy Oak Cutter And Seller That I Made Fun Of


    http://www.srl-forums.com/forum/sl-p...rim-t6373.html <---- Best Willow Cutter And Banker In My Book Lol

  2. #2
    Join Date
    Dec 2006
    Location
    utah
    Posts
    1,427
    Mentioned
    2 Post(s)
    Quoted
    7 Post(s)

    Default

    lol Random() is rather random i would just stick with it

  3. #3
    Join Date
    May 2007
    Location
    Canada
    Posts
    261
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Lmao. Very nice randomizeation
    On vacation from July 2nd till middle of August


    Account Creator and Tutorial Island Runner (member | public) Errors fixed


    Check out my Complete forms tutorial. It will teach you everything you need to know about forms.

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Replies: 2
    Last Post: 02-27-2008, 05:20 PM
  2. Replies: 2
    Last Post: 02-26-2008, 08:26 PM
  3. Any function that does this?
    By shadowpwner in forum OSR Help
    Replies: 2
    Last Post: 08-14-2007, 03:15 AM
  4. [FUNCTION] FindDoorColour: integer; By ZephyrsFury [FUNCTION]
    By ZephyrsFury in forum Research & Development Lounge
    Replies: 10
    Last Post: 07-27-2007, 08:45 AM

Posting Permissions

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