home *** CD-ROM | disk | FTP | other *** search
/ The Princeton Review - Algebra Smart / ALGEBRA.iso / pc / lessons / algm1.dir / 00265_Script_265 < prev    next >
Text File  |  1996-10-02  |  308b  |  16 lines

  1. on exitFrame
  2.   global noTransition
  3.   set noTransition = 0
  4.   if field 261 = " 51" then
  5.     SwapComment 39
  6.     Starfield 13
  7.     enableNext(41)
  8.     go to the frame
  9.   else
  10.     SwapComment 266
  11.     global charcount
  12.     set charcount = 1
  13.     put " " into field 261
  14.     go to the frame -1
  15.   end if
  16. end