1.3.2 pre2 - CEL script startup broken
Posted: 19.02.2004, 10:19
1.3.2 pre2 WinXP
First, copy and save the script below.
1. Run Celestia
2. File / Open Script
3. Take 10 or 15 seconds in the Open dialog
4. Open the script
You will notice that the longer you spend in the Open dialog, the further along the script is when it is displayed on-screen.
Can anyone else confirm this in Windows or Linux?
-Don G.
First, copy and save the script below.
1. Run Celestia
2. File / Open Script
3. Take 10 or 15 seconds in the Open dialog
4. Open the script
You will notice that the longer you spend in the Open dialog, the further along the script is when it is displayed on-screen.
Can anyone else confirm this in Windows or Linux?
-Don G.
Code: Select all
{
print { text "Test line 1" row -3 duration 3 }
wait {duration 3 }
print { text "Test line 2" row -3 duration 3 }
wait {duration 3 }
print { text "Test line 3" row -3 duration 3 }
wait {duration 3 }
}