home *** CD-ROM | disk | FTP | other *** search
/ ftp.f-secure.com / 2014.06.ftp.f-secure.com.tar / ftp.f-secure.com / support / temp / psb / PSBWKS9.exe / configuration / fssg / BW_datapak.bis < prev    next >
Text File  |  2009-12-14  |  326b  |  15 lines

  1. Start {
  2.     set frameFile=default
  3.     set reference=center
  4.     prepareText rect (2,3,282,22) sequence=0
  5.       text="This InfoPak does not contain a flash" font="System" size=12 bold
  6.       center fgColor=yellow transparent
  7.     onClick {
  8.         rect (289,0,310,22) does {
  9.             end all
  10.         }
  11.     }
  12.     show sequence=0 at (500,500)
  13.     pause forever
  14. }
  15.