Thread: How do i make objects turn around?

Results 1 to 3 of 3
  1. #1 How do i make objects turn around? 
    Metal Up Your Ass!!!

    Join Date
    Aug 2008
    Posts
    336
    Thanks given
    1
    Thanks received
    0
    Rep Power
    114
    Ok, so I am building a bar for my friend, because he asked. I am done with it, but, I want to know how to make the Bar Pumps turn around, because the nozzles would be facing the bartender, but the handle is facing the customers. I need that reversed. Here is the line for one of the bar pumps:
    Code:
    makeGlobalObject(3313, 2802, 4273,  0, 10);//Pumps
    I tried Changing the 0, to a -1 and -2, etc, and it wouldn't turn around. It was originally -1,but i had to make it 0 to at least make it turn around so it would block the path. So, I only know my self that -1, and 0, is a difference.
     

  2. #2  
    Banned
    Join Date
    Mar 2008
    Posts
    546
    Thanks given
    1
    Thanks received
    1
    Rep Power
    0
    Try 2 or -2. Because i know that 0 is the direction.
     

  3. #3  
    Metal Up Your Ass!!!

    Join Date
    Aug 2008
    Posts
    336
    Thanks given
    1
    Thanks received
    0
    Rep Power
    114
    Never mind, I got it. Apparently, its suppose to be like this:

    Code:
    makeGlobalObject(3313, 2801, 11762, 2,10);//Pumps
    I removed the space after the "2," and removed 1 space after "11762,"
     


Thread Information
Users Browsing this Thread

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


User Tag List

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