home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1997 March / Image.iso / wd.dxr / Internal_7_MainScript.ls < prev    next >
Encoding:
Text File  |  1996-10-28  |  793 b   |  28 lines

  1. global gPostitSprite, gPlayers, gWetten, gHighScores, gNoPlayers, gPlayerNumber, gAuswahlAnzahlSprech
  2.  
  3. on startMovie
  4.   InitTools()
  5.   UnPuppetSprites()
  6.   VisibleSprites()
  7.   set gAuswahlAnzahlSprech to 0
  8. end
  9.  
  10. on stopMovie
  11.   put "stopmovie"
  12.   put "stopMovie" into field "NameField"
  13.   put "stopMovie" into field "NameField1"
  14.   put "stopMovie" into field "NameField2"
  15.   put "stopMovie" into field "NameField3"
  16.   put "stopMovie" into field "NameField4"
  17.   set the fileName of cast "WettVideo" to "QuickVid\dummy.avi"
  18.   set the fileName of cast "IntroVideo" to "QuickVid\dummy2.avi"
  19.   unLoad()
  20. end
  21.  
  22. on ResetTextField name
  23.   set the textHeight of member name to 32
  24.   set the foreColor of member name to 4
  25.   set the textSize of member name to 18
  26.   set the textFont of member name to "MS Sans Serif"
  27. end
  28.