home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00269_Script_LANCEMENT_SON_QUELCONQUE-SANS_ENREGISTREMENT_DE_LABEL < prev    next >
Text File  |  2003-01-30  |  334b  |  15 lines

  1. property pNom_son
  2. -----------------
  3. on getPropertyDescriptionList me
  4.   return [#pNom_son:[#comment: "nom du fichier son:",#format:  #string, #default: EMPTY ]]
  5. end getPropertyDescriptionList
  6. ---------------------
  7. on prepareFrame me
  8.   cursor -1
  9. end
  10. ----------------
  11. on exitFrame me
  12.   joueson(pNom_son)
  13. end
  14. --------------
  15.