-- card: 4121 from stack: in.オートデモ -- bmap block id: 0 -- flags: 0000 -- background id: 2814 -- name: Pres0 -- part 1 (button) -- low flags: 80 -- high flags: A004 -- rect: left=418 top=303 right=332 bottom=502 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 16384 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Show Demo ----- HyperTalk script ----- on mouseUp hide button "Quit" hide button "Show Demo" repeat with i=1 to 12 play "sound one" go card "Pres1" --wait 1 seconds go card "Pres2" --wait 1 seconds go card "Pres3" wait 1 seconds go card "Pres4" play "sound twe" wait 2 seconds go card "vol1" wait 3 seconds go card "vol2" wait 3 seconds go card "Samp1" wait 3 seconds go card "Samp2" play "sound twe" wait 3 seconds go card "Samp3" wait 3 seconds go card "NowOnSale" wait 2 seconds go card "End" wait 2 seconds go card "Pres0" wait 1 seconds end repeat show button "Quit" show button "Show Demo" end mouseUp -- part 5 (button) -- low flags: 80 -- high flags: A004 -- rect: left=348 top=303 right=332 bottom=408 -- title width / last selected line: 0 -- icon id / first selected line: 0 / 0 -- text alignment: 1 -- font id: 16384 -- text size: 12 -- style flags: 0 -- line height: 16 -- part name: Quit ----- HyperTalk script ----- on mouseUp show menubar domenu menuitem 14 of menu 2 end mouseUp