Thanks a lot for your kind attention.
I have problems making "clickable" bottons.
With Director 6 I tried using the button wizard (button editor) included with that edition, and since I´m
using alphamania and photocaster, the wizard will not work properly.
Then I tried using the "long way" for making buttons (gif-images) with the respective scripts:
On mouseenter
set the visible of sprite 3 to¬
false
set the visible of sprite 2 to¬
true
end
then...
On mouseleave
set the visible of sprite 2 to¬
false
set the visible of sprite 3 to¬
true
end
then...
On mousedown
set the visible of sprite 1 to¬
true
set the visible of sprite 2 to¬
false
Updatestage
end
Problems thet I had:
When the pointer of the mouse got into the "rollover", the image changed blinking constantly,
and then it stayed that way and did not turn back into the normal state, when I got to see
the pushed state, it changed rapidly, turning back into the normal state, without the mouse
being "clicked up".
Can anyone give me a hand with this little trouble?
Is there a more secure and "neater way to make these "state buttons"?
Thanks a lot, once more for your kind attention and appreciated help,
a friend:
Nikita Borova
I have problems making "clickable" bottons.
With Director 6 I tried using the button wizard (button editor) included with that edition, and since I´m
using alphamania and photocaster, the wizard will not work properly.
Then I tried using the "long way" for making buttons (gif-images) with the respective scripts:
On mouseenter
set the visible of sprite 3 to¬
false
set the visible of sprite 2 to¬
true
end
then...
On mouseleave
set the visible of sprite 2 to¬
false
set the visible of sprite 3 to¬
true
end
then...
On mousedown
set the visible of sprite 1 to¬
true
set the visible of sprite 2 to¬
false
Updatestage
end
Problems thet I had:
When the pointer of the mouse got into the "rollover", the image changed blinking constantly,
and then it stayed that way and did not turn back into the normal state, when I got to see
the pushed state, it changed rapidly, turning back into the normal state, without the mouse
being "clicked up".
Can anyone give me a hand with this little trouble?
Is there a more secure and "neater way to make these "state buttons"?
Thanks a lot, once more for your kind attention and appreciated help,
a friend:
Nikita Borova