home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 51 / Mobiclic51.iso / mac / DATA / COMMUNS / MOBICLIC_MENUS.CST / 00260_Script_ENTREE_VIDEO < prev    next >
Text File  |  2003-01-30  |  347b  |  14 lines

  1.  global gL_EtatBtons, gpiste_Go, gDuree, gpiste_VIdeo, gze_Label
  2. -----------------------------
  3. on prepareFrame me
  4.   cursor -1
  5.    gze_Label = the frameLabel
  6.   gDuree = sprite(gpiste_VIdeo).duration
  7.   gL_EtatBtons = [0,0,1,0]
  8.   sprite(gpiste_Go).member = "BTON_GO_R"
  9.   updateStage
  10. end
  11. ----------------------------
  12. on exitFrame me
  13.   
  14. end