Results 1 to 7 of 7

Thread: How to rotate ?

  1. #1
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default How to rotate ?

    How would you rotate camera (on runescape) a certain amount of degrees ?

    Is there a function for that or must I make my own ?

    Thanks for your help .

  2. #2
    Join Date
    Dec 2006
    Location
    Sweden
    Posts
    10,812
    Mentioned
    3 Post(s)
    Quoted
    16 Post(s)

    Default

    Just MakeCompass(degree number);, or anything with MakeCompass and simple math?


    Send SMS messages using Simba
    Please do not send me a PM asking for help; I will not be able to help you! Post in a relevant thread or make your own! And always remember to search first!

  3. #3
    Join Date
    Oct 2006
    Location
    ithurtsithurtsithurtsithurts
    Posts
    2,930
    Mentioned
    7 Post(s)
    Quoted
    135 Post(s)

    Default

    Yup. MakeCompass works with number strings. ie, MakeCompass('117');

  4. #4
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    So if i did :

    SCAR Code:
    SpinningDegrees := 0 + random(360);
      MakeCompass(IntToStr(SpinningDegrees));

    Would it work ?

  5. #5
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Dr D. Dervish View Post
    So if i did :

    SCAR Code:
    SpinningDegrees := 0 + random(360);
      MakeCompass(IntToStr(SpinningDegrees));

    Would it work ?
    It should man, MakeCompass and simple math as Hy stated.

    as long as MakeCompass has a parameter of a string or integer it should work.

  6. #6
    Join Date
    Dec 2007
    Posts
    2,766
    Mentioned
    2 Post(s)
    Quoted
    37 Post(s)

    Default

    Okay, thanks, Rep ++ (if you even care ^^).

  7. #7
    Join Date
    Oct 2006
    Location
    Texas
    Posts
    1,450
    Mentioned
    1 Post(s)
    Quoted
    1 Post(s)

    Default

    Quote Originally Posted by Dr D. Dervish View Post
    Okay, thanks, Rep ++ (if you even care ^^).
    haha thanks. I'm working my way up .

Thread Information

Users Browsing this Thread

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

Similar Threads

  1. how to rotate and search?and findmouse?
    By chitin in forum OSR Help
    Replies: 7
    Last Post: 12-23-2007, 04:00 AM
  2. How to rotate screen, can't find :S
    By PwNZoRNooB in forum OSR Help
    Replies: 7
    Last Post: 07-28-2007, 06:28 PM

Posting Permissions

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