Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

vplayerfreeze(title) - A function that freezes turns off a layer named "title" in the current view port.
vplayerfreeze(title) :=

  • one<--concat("vplayer",so,"f",so,title)
  • two<--concat("c",sp)
  • tot<--stack(one,two)
  • return tot

vplayerthaw(title) - A function that turns on a layer named "title" in the current view port.
vplayerthaw(title) :=

  • one<--concat("vplayer",so,"t",so,title)
  • two<--concat("c",sp)
  • tot<--stack(one,two)
  • return tot