home *** CD-ROM | disk | FTP | other *** search
/ Asobe! Fotoshock 5.0 ERO / Asobe! Fotoshock 5.0 ERO.iso / pc / main.dxr / ì‡ë†_1.ls < prev    next >
Encoding:
Text File  |  1999-03-23  |  358 b   |  13 lines

  1. on mouseUp
  2.   set stagerect to the rect of the stage
  3.   set the rect of window "about" to inflate(stagerect, -200, -128)
  4.   set the windowType of window "about" to 1
  5.   set the fileName of window "about" to "@/start"
  6.   open(window "about")
  7.   tell window "about"
  8.     go("about")
  9.   end tell
  10.   moveToFront(window "about")
  11.   set the modal of window "about" to 1
  12. end
  13.