blob: 0218a1f6c0c527b9dbdaefbc75bbfafea5269e23 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%
% NEXT BUTTON: MOVES FROM QUESTION PAGE OF ONE EXERCISE
% TO QUESTION PAGE OF NEXT EXERCISE
%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%!PS-Adobe-3.0 EPSF-3.0
%%BoundingBox: 0 0 90 30
%%EndProlog
[
/T (Next_Button) % title: Next_Button
/Rect [0 0 90 30]
/Subtype /Widget
/F 4 % printable field
/FT /Btn % button
/Ff 65540 % push button
/H /P % highlight button
/AP << /N {Next_Up} /D {Next_Down} >> % word "Next" appears in button
/A {next_def} % pdfmark OBJ with next exercise location [1] included
/ANN pdfmark
%%EOF
|