Results 1 to 5 of 5

Thread: procedure Mouse not working?

  1. #1
    Join Date
    Feb 2007
    Location
    estonia\tartu mk\vedu
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default procedure Mouse not working?

    Hmm it seems to real nooby, but it seems that in srl4 mouse procedure isnt working correctly? At least for me.
    SCAR Code:
    procedure click;
    begin
    mouse(444,333,1,1,true);
    writeln('ok');
    end;
    Here is my testscript part, it doesnt reach to the part where it has to write "ok"? Dont know whats wrong

  2. #2
    Join Date
    May 2007
    Location
    NSW, Australia
    Posts
    2,823
    Mentioned
    3 Post(s)
    Quoted
    25 Post(s)

    Default

    Quote Originally Posted by alartt View Post
    Hmm it seems to real nooby, but it seems that in srl4 mouse procedure isnt working correctly? At least for me.
    SCAR Code:
    procedure click;
    begin
    mouse(444,333,1,1,true);
    writeln('ok');
    end;
    Here is my testscript part, it doesnt reach to the part where it has to write "ok"? Dont know whats wrong
    Umm.. lol do you have SetupSRL; in your mainloop?

  3. #3
    Join Date
    Oct 2006
    Location
    finland, helsinki
    Posts
    2,501
    Mentioned
    3 Post(s)
    Quoted
    2 Post(s)

    Default

    make sure Mousespeed is more than 10

    Code:
    • Narcle: I recall Jukka releasing a bunch of scripts like this before... Its how he rolls I think. rofl
    • Solarwind: Dude, you are like... t3h s3x.
    • Hy71194: JuKKa you're a machine! You released 3 scripts in 10 minutes! :O
    • benjaa: woah.... Jukka is the man Guildminer pwns all
    • NaumanAkhlaQ: And JuKKa Is my Her0!

  4. #4
    Join Date
    Mar 2007
    Posts
    4,810
    Mentioned
    3 Post(s)
    Quoted
    3 Post(s)

    Default

    Have you installed srl 4 properly? Try to do what BobboHobbo said.

    ->{Nauman}<-

  5. #5
    Join Date
    Feb 2007
    Location
    estonia\tartu mk\vedu
    Posts
    9
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Yeah BobbaHobba, thanks, it worked!

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. Game freezes on procedure Mouse
    By Bad Processor in forum OSR Help
    Replies: 7
    Last Post: 10-29-2008, 08:59 PM
  2. Random mouse procedure
    By HairyDuncan2 in forum OSR Help
    Replies: 4
    Last Post: 08-18-2007, 04:17 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
  •