Code: Select all
on mouseUp
   put random(99)into fld 1 --"(99)into"
   wait 30
   set the textSize of fld 1to random(99) --"1to"
end mouseUpCraig Newman
Moderators: FourthWorld, heatherlaine, Klaus, kevinmiller, robinmiller
Code: Select all
on mouseUp
   put random(99)into fld 1 --"(99)into"
   wait 30
   set the textSize of fld 1to random(99) --"1to"
end mouseUp