home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global ghandle, levnum, godir, killtime, priorcursor, arrowgraph
- set curry to -1
- if rollOver(46) then
- set curry to 0
- end if
- if curry <> priorcursor then
- set priorcursor to curry
- if curry = -1 then
- cursor(-1)
- else
- cursor([arrowgraph, arrowgraph + 1])
- end if
- end if
- set why to mInitLevel(levnum)
- repeat with xxx = 2 to 40
- puppetSprite(xxx, 1)
- end repeat
- set godir to 0
- set killtime to the timer
- end
-