if (theKey = "x") and (the movie contains "start") then
puppetSound 1, 0
puppetSound 2, 0
updateStage
global gReturnMovie
goMovie(gReturnMovie)
else if keyString contains "teamdh2" then
set keyString = ""
if not (the movie contains "start") then
puppetSound 0
killEverything
updateStage
global gReturnMovie, cdPath1, cdPath2, movieObject
set gReturnMovie = the movie
set movieObject = 0
if the pathname contains cdPath1 then
go to movie cdPath1 & "start"
else
go to movie cdPath2 & "start"
end if
end if
else if keyString contains "reverse" then
set keyString = ""
global movieCheat, movieObject
set movieCheat = not movieCheat
if objectP(movieObject) then
if the frame <= 5 then
-- if the type of cast (the castNum of sprite the movieSprite of movieObject) = #digitalVideo then
set the movieRate of sprite the movieSprite of movieObject = - the movieRate of sprite the movieSprite of movieObject
-- end if
end if
end if
else if keyString contains "anus " then
set keyString = ""
puppetSound 0
puppetSound "extraSound"
else if keyString contains "jason " then
set keyString = ""
set prevH = the locH of sprite 48
set prevV = the locV of sprite 48
set the castNum of sprite 48 = the number of member "extraPic"
set the locH of sprite 48 = 75
set the locV of sprite 48 = 75
set the visible of sprite 48 = TRUE
updateStage
wait 60
set the castNum of sprite 48 = the number of member "null"
set the locH of sprite 48 = prevH
set the locV of sprite 48 = prevV
else if (keyString contains "pete ") then
set keyString = ""
if not (the movie contains "10_01_03") then return
set the visible of sprite 48 = TRUE
set prevH = the locH of sprite 48
set prevV = the locV of sprite 48
set the locH of sprite 48 = 320
set the locV of sprite 48 = 240
repeat with k = 1 to 3
set the castNum of sprite 48 = the number of member "extraPic2"
updateStage
wait 15
set the castNum of sprite 48 = the number of member "extraPic3"
updateStage
wait 15
end repeat
set the castNum of sprite 48 = the number of member "null"
set the locH of sprite 48 = prevH
set the locV of sprite 48 = prevV
else if (keyString contains "acequiz") then
set keyString = ""
if not (the movie contains "05_00") then return
global gQuizResults, gQuizQuestion, quizObject
setAt(gQuizResults, integer(char 1 to 2 of the movie), [[1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20], [1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,16,17,18,19,20]])
set gQuizQuestion = the currentQuestion of quizObject
go to frame 1
end if
if length(keyString) >= 10 then delete char 1 of keyString