6 lines
88 B
Text
6 lines
88 B
Text
|
|
on mouseUp
|
||
|
|
put field "Field1" into x
|
||
|
|
add 1 to x
|
||
|
|
enableButtons x
|
||
|
|
end mouseUp
|