set the member of sprite SLIForwardArrowNumber to member "Ro_arrowright"
updateStage()
set thismenutitle to string(getPropAt(SLIdatabaselist, getAt(SLIactiveprogramlist, 2)))
set chooseprogcommand to "set SLIchosenprogramdetails = the prog" & getAt(SLIactiveprogramlist, 1) & " of the " & thismenutitle & " of SLIdatabaselist"
do(chooseprogcommand)
refreshprogramdetails()
end if
end if
else
set the member of sprite SLIForwardArrowNumber to member "bo_arrowright"
updateStage()
end if
if rollOver(SLIBackArrowNumber) then
if SLIactiveprogramlist = list(1, 1) then
nothing()
else
set the member of sprite SLIBackArrowNumber to member "Ro_arrowleft"
updateStage()
if the mouseDown then
set the member of sprite SLIBackArrowNumber to member "Ri_arrowleft"
updateStage()
set numberofsections to count(SLIdatabaselist)
set numberofprogramsinsection to count(getAt(SLIdatabaselist, getAt(SLIactiveprogramlist, 2)))
set the member of sprite SLIBackArrowNumber to member "Ro_arrowleft"
updateStage()
set thismenutitle to string(getPropAt(SLIdatabaselist, getAt(SLIactiveprogramlist, 2)))
set chooseprogcommand to "set SLIchosenprogramdetails = the prog" & getAt(SLIactiveprogramlist, 1) & " of the " & thismenutitle & " of SLIdatabaselist"
do(chooseprogcommand)
refreshprogramdetails()
end if
end if
else
set the member of sprite SLIBackArrowNumber to member "Bo_arrowleft"
updateStage()
end if
if rollOver(SLIActionButton) then
set the member of sprite SLIActionButton to member getAt(SLIActionList, 2)
updateStage()
if rollOver(SLIActionButton) and the mouseDown then
set the member of sprite SLIActionButton to member getAt(SLIActionList, 3)
updateStage()
repeat while the mouseDown
end repeat
executeprogram()
else
set the member of sprite SLIActionButton to member getAt(SLIActionList, 2)
updateStage()
end if
else
set the member of sprite SLIActionButton to member getAt(SLIActionList, 1)
end if
if rollOver(SLICopyButton) then
set the member of sprite SLICopyButton to member "Ro_copy"
updateStage()
if rollOver(SLICopyButton) and the mouseDown then
set the member of sprite SLICopyButton to member "Ri_copy"
updateStage()
repeat while the mouseDown
end repeat
copyfiles()
else
set the member of sprite SLICopyButton to member "Ro_copy"
updateStage()
end if
else
set the member of sprite SLICopyButton to member "Bo_copy"