home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Garbo
/
Garbo.cdr
/
mac
/
hypercrd
/
hc1_2_x
/
studymth.sit
/
StudyMath
/
card_2270.txt
< prev
next >
Wrap
Text File
|
1990-05-07
|
2KB
|
86 lines
-- card: 2270 from stack: in
-- bmap block id: 2326
-- flags: 0000
-- background id: 2805
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 0007
-- rect: left=69 top=79 right=289 bottom=428
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 4
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: study history
-- part 2 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=179 top=295 right=323 bottom=312
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Back to Exercises
----- HyperTalk script -----
on mouseUp
go to card id 2817
end mouseUp
-- part 4 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=103 top=294 right=324 bottom=179
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Undo Clear
----- HyperTalk script -----
on mouseUp
global history
if the short name of me is "Clear All" then
put cd fld "study history" into history
put empty into cd fld "study history"
set the name of me to "Undo Clear"
else
put history into cd fld "study history"
set the name of me to "Clear All"
end if
end mouseUp
-- part 5 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=307 top=288 right=327 bottom=358
-- title width / last selected line: 0
-- icon id / first selected line: 23078 / 23078
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: ?
----- HyperTalk script -----
on mouseUp
go to cd id 4237
set the scroll of fld "study history" to 430
end mouseUp