~xalioth/stellarium/fix-fonts-gltex-fab

« back to all changes in this revision

Viewing changes to scripts/lunar_partial.ssc

  • Committer: matthewg42
  • Date: 2008-11-27 14:36:21 UTC
  • Revision ID: vcs-imports@canonical.com-20081127143621-fbasu1vl30kq2edv
refactor: MovementMgr -> StelMovementMgr

Show diffs side-by-side

added added

removed removed

Lines of Context:
26
26
 
27
27
// OLD: select planet Moon pointer off
28
28
core.selectObjectByName("Moon", false);
29
 
MovementMgr.setFlagTracking(true);
 
29
StelMovementMgr.setFlagTracking(true);
30
30
 
31
31
// OLD: wait duration 2
32
32
core.wait(2);
33
33
 
34
34
// OLD: zoom auto in
35
 
MovementMgr.autoZoomIn(2);
 
35
StelMovementMgr.autoZoomIn(2);
36
36
 
37
37
// OLD: wait duration 2
38
38
core.wait(2);