home *** CD-ROM | disk | FTP | other *** search
/ The Net: Ultimate Internet Guide / WWLCD1.ISO / mac / SiteBldr / NATURE / GET / IMAGES / INTRO.DCR / 00002.ls < prev    next >
Encoding:
Text File  |  1996-07-01  |  249 b   |  14 lines

  1. on exitFrame
  2.   global gFlag, gTimer, gButton
  3.   if gFlag = 0 then
  4.     gotoNetMovie("game.dcr")
  5.     set gFlag to 1
  6.   end if
  7.   if gTimer = 0 then
  8.     set the castNum of sprite gButton to 7
  9.   else
  10.     set gTimer to gTimer - 1
  11.   end if
  12.   go("begin")
  13. end
  14.