.FLA hover captions
.FLA hover captions
- Started
- Last post
- 6 Responses
- hiatus
How do i seperate the A.Scripts for the stock and appoitnments.(top to
layers)
I have 2 startDrag AScript for both boxes.link below for the file.
www.fertilizethoughts.com/SUS.fl…...
- hiatus0
:-(::::...
- nuggler0
You don't need the frame scripts or the enterFrame scripts on the hover mcs. Just put it on the two invisible buttons, like
on(rollOver){
startDrag("appttoday", true);
appttoday._alpha = 90;
}
on(rollOut, dragOut){
stopDrag();
appttoday._alpha = 0;
}
- hiatus0
I owe you a pepsi/coke if this works!
:-D
- AndyRoss0
Monkeys are terrible pests...