put this script on a button,
setup the destination member field's member number
setup the amount you want t
o display

------------------------------------------------
property theField, amount

on beginSprite me
   theField = member(1) -- set the destination field member
   theField.text = "0"
   amount = "$100"      -- set the amount you want loaded
end

on mouseUp me
   if theField.text = "0" then theField.text = amount
   else theField.text = "0"
end

hth

-Buzz

At 8:05 PM -0400 8/9/02, you wrote:
>Greetings,
>
>A week or so ago I got some major help from this list and last week I had a
>major disaster. I lost virtually every director movie I had after a hard
>drive crash. I am now starting all over again and I am trying to find the
>script that allows me to click on a button and place a dollar amount into a
>field and click on it again and place 0 in that same field. I hope I
>explained this correctly.
>
>Thanks in advance,
>
>George Carlile
>[EMAIL PROTECTED]
>
>PS. Backup is now my key word of the day.
>
>[To remove yourself from this list, or to change to digest mode, go 
>to http://www.penworks.com/lingo-l.cgi  To post messages to the 
>list, email [EMAIL PROTECTED]  (Problems, email 
>[EMAIL PROTECTED]). Lingo-L is for learning and helping with 
>programming Lingo.  Thanks!]

[To remove yourself from this list, or to change to digest mode, go to 
http://www.penworks.com/lingo-l.cgi  To post messages to the list, email 
[EMAIL PROTECTED]  (Problems, email [EMAIL PROTECTED]). Lingo-L is for 
learning and helping with programming Lingo.  Thanks!]

Reply via email to