home *** CD-ROM | disk | FTP | other *** search
/ CD-ROM Magazin 1995 May / TYPEMANIA.ISO / systhema.dir / 00117_Script_117 < prev    next >
Text File  |  1995-02-27  |  507b  |  19 lines

  1. on exitFrame
  2. --  global myEnd, myStart
  3. --  --set the puppet of sprite 28 to 1
  4. --  set myEnd=2000
  5. --  set myStart=myEnd
  6. --  if the editabletext of sprite 24 =1 then
  7. --    set myEnd to the selEnd
  8. --    set myStart to the selStart
  9. --  end if
  10. --  if the mouseup and the editabletext of sprite 24=1 then
  11. --    set the editabletext of sprite 24 to false
  12. --    updatestage
  13. --    hilite char myStart to myEnd of field 109
  14. --    go to the frame
  15. --  else
  16. --    pause
  17. --  end if
  18.   go to the frame
  19. end