Thread: Rotate?
View Single Post
  #18  
Old 02-28-2002, 11:17 PM
Saga2001 Saga2001 is offline
Wishing he had 3 feet
Join Date: Aug 2001
Location: Basement
Posts: 1,565
Saga2001 is on a distinguished road
Send a message via ICQ to Saga2001 Send a message via AIM to Saga2001 Send a message via Yahoo to Saga2001
Quote:
Originally posted by Kaimetsu


How would you know? :confused:
lol, we have many psychics on graal. like me...i know what it is also, but i will keep it quite (not i wish i knew). I am pretty sure he means it will be in the new engine. That one guy, RogueShadow, he said he wanted that so he could make an analog clock, like a circle clock... but u can do that with angles and showimg index,@.,cos(i)*radius,sin(i)*radius; and slowly increase i and do for loops like this:
NPC Code:

for (radius=0;radius<2;radius+=.05;) {
showimg index*(radius*100),@.,cos(time)*radius,sin(time)*r adius;
// That would display a line that could be rotated...
}



so you don't need the drawline feature, or the rotateline
feature...however rotateimg would be kinda nice...
__________________

!Wan ( 11:27:55 AM):
can i c ur scripts please?
Zorg (RC): If I hear NPC Server call Ne0, Past Austin or Brent sexy one more time im disconnecting it
Reply With Quote