ksduded
07-31-2008, 04:18 PM
I have a 4 pictures that I need to appear one by one in a loop in a frame. Each picture is also a clickable link to a website and the swf also have four bars. Each bar is associated with one picture and on mouseover the associated picture appears in the panel.
Each should stay for 3 secs and then the next picture should appear.
help will be welcome
This is the code on one of the buttons for the mouseover
btn_treasure.onRollOver = function () {
treasure_slide._visible = 100;
rush_slide._visible = 0;
oasis_slide._visible = 0;
equator_slide._visible = 0;
}
btn_treasure.onRollOut = function () {
}
Each should stay for 3 secs and then the next picture should appear.
help will be welcome
This is the code on one of the buttons for the mouseover
btn_treasure.onRollOver = function () {
treasure_slide._visible = 100;
rush_slide._visible = 0;
oasis_slide._visible = 0;
equator_slide._visible = 0;
}
btn_treasure.onRollOut = function () {
}