Hello,
I have a list of 3 dates, each of which shoud be associated to a radio button, therefore only one radio button should ever be clicked.
How do you do this in director 8.5?
I've tried using the following code to determine if a checkbox was clicked and it returned "sprite 119" - the sprite number.
on mouseUp me
val = sprite(me.spritenum).value
alert string(val)
end
Thanks in advance for the help!!
I have a list of 3 dates, each of which shoud be associated to a radio button, therefore only one radio button should ever be clicked.
How do you do this in director 8.5?
I've tried using the following code to determine if a checkbox was clicked and it returned "sprite 119" - the sprite number.
on mouseUp me
val = sprite(me.spritenum).value
alert string(val)
end
Thanks in advance for the help!!