summaryrefslogtreecommitdiff
path: root/macros/latex/contrib/interactiveworkbook/epsfiles/return.eps
blob: aa300c404a4e0fbe90c72b5a52055e9db68dcfbb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
%  RETURN BUTTON: RETURNS USER TO QUESTION (ZERO) PAGE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 90 30
%%EndProlog
[
    /Rect [0 0 90 30]
    /Subtype /Widget
    /F 4 % printable field (?)
    /FT /Btn % field choice type: button
    /Ff 65540 % special flag signals button
    /H /P % pushing return button displays down face momentarily
    /AP << /N {Return_Up} /D {Return_Down} >> % "Return" appears in button, whether up or down
    /Action << /Subtype /JavaScript /JS ( this.pageNum = 0; ) >> % returns to question (zero) page
    /T (Return_Button) % returns user to question (zero) page
/ANN pdfmark
%%EOF