6 lines
95 B
Text
6 lines
95 B
Text
|
|
on mouseUp
|
||
|
|
put field "Field1" into x
|
||
|
|
subtract 1 from x
|
||
|
|
enableButtons x
|
||
|
|
end mouseUp
|