Results 1 to 3 of 3

Thread: Question about using Keyboard in Simba

  1. #1
    Join Date
    Nov 2011
    Posts
    68
    Mentioned
    0 Post(s)
    Quoted
    3 Post(s)

    Default Question about using Keyboard in Simba

    Code:
    procedure Spin;
    begin
        KeyDown(39);
    end;
    When the procedure Spin is called, it spins the camera right.

    KeyDown(39); = spin right


    how can I make it stop spinning? thanks

  2. #2
    Join Date
    May 2007
    Location
    UK
    Posts
    4,007
    Mentioned
    1 Post(s)
    Quoted
    12 Post(s)

    Default

    KeyUp(39);

    -Boom

  3. #3
    Join Date
    Dec 2011
    Location
    Lubbock, Tx
    Posts
    115
    Mentioned
    0 Post(s)
    Quoted
    0 Post(s)

    Default

    Ooo. That is useful.
    My Scripts:
    [HardRockin] Iron Miner (Best mining exp/hr on this site, that I have found)

Thread Information

Users Browsing this Thread

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

Posting Permissions

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