home *** CD-ROM | disk | FTP | other *** search
- on mouseUp
- global codelist
- sresp(41)
- set temp to line the frame - 843 of the text of cast 4138
- set c1 to value(item 1 of temp)
- set c2 to value(item 2 of temp)
- set c3 to value(item 3 of temp)
- set butnum to value(item 4 of temp)
- if butnum > 0 then
- set the visible of sprite 21 to 1
- set the visible of sprite 22 to 1
- puppetSprite(21, 0)
- puppetSprite(22, 0)
- updateStage()
- end if
- if (the puppet of sprite 21 = 1) or (the puppet of sprite 22 = 1) then
- go(the frame - 1)
- else
- set bpage to the frame - c3
- go(bpage)
- end if
- end
-