Win-1.3.1Final-CEL - Chase, Follow, Synchronous broken
Posted: 01.01.2004, 09:32
Windows, ver. 1.3.1 Final, CEL Scripting
It appears that Chase, Follow, and Synchronous are all broken. They result in the display of the object immediately being placed 200+ au away, regardless of the current distance.
Would someone please verify this by running the following script, un-commenting each of the commented lines and testing, one at a time (re-commenting when done with the previous command)?
Interestingly enough, if either of the 3 commands are placed between the select and goto commands, they DO work properly. But, adding a select command before any of the 3 commands in their current location does NOT work. A cancel must be included <sigh>.
Thank you.
-Don G.
It appears that Chase, Follow, and Synchronous are all broken. They result in the display of the object immediately being placed 200+ au away, regardless of the current distance.
Would someone please verify this by running the following script, un-commenting each of the commented lines and testing, one at a time (re-commenting when done with the previous command)?
Interestingly enough, if either of the 3 commands are placed between the select and goto commands, they DO work properly. But, adding a select command before any of the 3 commands in their current location does NOT work. A cancel must be included <sigh>.
Thank you.
-Don G.
Code: Select all
{
cancel {}
select { object "Sol/Earth" }
goto { time 5 }
wait { duration 5 }
#chase {}
#follow {}
#synchronous {}
}