Staredit Network

Staredit Network -> UMS Assistance -> Sliding unit?
Report, edit, etc...Posted by Dementor458 on 2006-09-13 at 20:55:13
How do you make a unit slide on terrain? is there a program? if there was another topic answered please link it here and forgive me?
Report, edit, etc...Posted by Kenoli on 2006-09-13 at 21:59:40
You could make a line of locations, like this:
user posted image

Then make the unit move along them:
QUOTE(Trigger)
Player1 brings Exactly 1 Marine to '1'.
----------
Move All Marine for Player1 at '1' to '2'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '2' to '3'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '3' to '4'.
Wait for 100 milliseconds.
Move All Marine for Player1 at '4' to '5'.
Report, edit, etc...Posted by O)Matt_Burch on 2006-09-13 at 22:38:15
er.. are you talking about when two hydras come toward eachother, and go really fast straight up for a while, then back down?? or other way around? or left and right?? or are you talking about the old Command Center Slide??
Report, edit, etc...Posted by Zeratul_101 on 2006-09-14 at 01:38:19
hes talking about sliding ... like on ice.
Report, edit, etc...Posted by Kupo on 2006-09-14 at 01:39:14
starcraft gave us a unit =p

a templar!
Report, edit, etc...Posted by fritfrat(U) on 2006-09-14 at 16:51:19
If it was only 1 unit at a time that you can control, I can suggest giving it to a neutral or computer player with the same player color, and receiving the unit back again once the unit gets accross the sliding terrain, since orders aren't eliminated once you click. This would only work for one unit though since if you stop moving you'd have to move the unit back to the non-slippery area using a trigger, and you really can't detect if multiple of the same units are moving or not.
Next Page (1)