home *** CD-ROM | disk | FTP | other *** search
- on DontMindDoYou
- global username
- set the puppet of sprite 20 to 1
- set the visible of sprite 20 to 1
- if username = "BadBoy" then
- set the castNum of sprite 20 to the number of cast "Q1BBOY.MOV"
- set curMovie to "Q1BBOY.MOV"
- else
- if username = "GoodLookin" then
- set the castNum of sprite 20 to the number of cast "Q1GOOD.MOV"
- set curMovie to "Q1GOOD.MOV"
- else
- if username = "Sweetheart" then
- set the castNum of sprite 20 to the number of cast "Q1SWEET.MOV"
- set curMovie to "Q1SWEET.MOV"
- else
- if username = "Stud" then
- set the castNum of sprite 20 to the number of cast "Q1STUD.MOV"
- set curMovie to "Q1STUD.MOV"
- else
- set username to "Sweetheart"
- set the castNum of sprite 20 to the number of cast "Q1SWEET.MOV"
- set curMovie to "Q1SWEET.MOV"
- end if
- end if
- end if
- end if
- LoadMovie(curMovie)
- spriteBox(20, 160, 130, 480, 370)
- updateStage()
- set the movieRate of sprite 20 to 0
- updateStage()
- getQTLen(20)
- end
-