home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC-Online 1996 June
/
PCOnline_06_1996.iso
/
mrmore
/
mrmore.dir
/
00071_Script_71
< prev
next >
Wrap
Text File
|
1996-04-11
|
292b
|
15 lines
-- Zurⁿck-Script
on mouseDown
global glThisLevel, gnThisFrame
if CheckForPopup() then exit
ClickButton(the clickOn)
if gnThisFrame = 1 then
GoFrame(GetAt(glThisLevel, count(glThisLevel)))
else
GoFrame(GetAt(glThisLevel, gnThisFrame - 1))
end if
end