• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.
  • Create a faction for Warcraft 3 and enter Hive's 19th Techtree Contest: Co-Op Commanders! Click here to enter!
  • Create a void inspired texture for Warcraft 3 and enter Hive's 34th Texturing Contest: Void! Click here to enter!
  • The Hive's 21st Texturing Contest: Upgrade is now concluded, time to vote for your favourite set of icons! Click here to vote!

Points with offsets ?!

Status
Not open for further replies.
Level 8
Joined
Feb 12, 2005
Messages
200
Allright I'm having always problems in my editor by that points.
100.00,00.00
-100.00,00.00
00.00,100.00
00.00,-100.00
Its all possible, but I always need to experiment where the special effect, unit, blalba... is coming.
Now I'm also searching the points in the North east, North west, .. All of those.
And I really can't get out of that points :(
Can someone give me some info about those?
 
Level 6
Joined
Sep 17, 2005
Messages
276
hm...

offset is build like offset(x,y)

there are +x -x +y and -y u can set.

Code:
-x is left  (west)
x  is right (east)
-y is down  (south)
y  is up    (north)

for example northeast is offset (100,100)

everything clear? :wink:
 
Status
Not open for further replies.
Top