home *** CD-ROM | disk | FTP | other *** search
/ MacAddict 10 / MacAddict_010_1997_06.iso / media / main.Dxr / Internal_17.ls < prev    next >
Encoding:
Text File  |  1997-03-26  |  730 b   |  22 lines

  1. on exitFrame
  2.   set the visible of sprite 25 to rollOver(17)
  3.   set the visible of sprite 26 to rollOver(18)
  4.   set the visible of sprite 27 to rollOver(19)
  5.   pointCursor(17)
  6.   pointCursor(18)
  7.   pointCursor(19)
  8.   handCursor(10)
  9.   set the memberNum of sprite 2 to the number of member "editHolder"
  10.   banner2()
  11. end
  12.  
  13. on banner2
  14.   global editbanner
  15.   set editbanner to (editbanner mod 4) + 1
  16.   set the memberNum of sprite 2 to the number of member ("edit" & string(editbanner))
  17.   set mylist to ["A strategy/action game of world dominance.", "Professional Sound Tools", "A classic PI mystery with a new twist.", "Network play for MechWarrior 2."]
  18.   put getAt(mylist, editbanner) into field "editTxt1"
  19.   updateStage()
  20.   put editbanner
  21. end
  22.