Wintermute Engine Forum
Wintermute Engine => Technical forum => Topic started by: Krosad on October 22, 2012, 12:45:14 PM
-
In my game i have a moving platform with region on it that has script:
while(true){
this.SkipTo(platform.X, platform.Y);
Sleep(1);}
This region has a complex shape and it needs waypoints.
How to move waypoints with a platform and region?
-
There's no way of moving waypoints currently. You'll need to create multiple waypoint groups and enable/disable them using the .Active property.
-
region has a complex shape and platform will take any position. So i can't use the .Active property.
Whether there is a procedure to create and move one waypoint? And how to move region?