Jan 10, 2002 #1 jeffhomer Programmer Joined Jan 10, 2002 Messages 4 Location US I have 2 separate buttons in a scene. When you mouse over button "B", I need button "A" to go to its rollover state. Is this possible? Thanks!
I have 2 separate buttons in a scene. When you mouse over button "B", I need button "A" to go to its rollover state. Is this possible? Thanks!
Jan 10, 2002 #2 BigBadDave Programmer Joined May 31, 2001 Messages 1,069 Location EU Yup : Code: on (rollOver) { but2.gotoAndStop(2); } on (rollOut) { but2.gotoAndStop(1); } Regards Big Bad Dave davidbyng@hotmail.com Upvote 0 Downvote
Yup : Code: on (rollOver) { but2.gotoAndStop(2); } on (rollOut) { but2.gotoAndStop(1); } Regards Big Bad Dave davidbyng@hotmail.com
Jan 10, 2002 Thread starter #3 jeffhomer Programmer Joined Jan 10, 2002 Messages 4 Location US Thanks!! Upvote 0 Downvote
Jan 10, 2002 Thread starter #4 jeffhomer Programmer Joined Jan 10, 2002 Messages 4 Location US Can you explain in further detail how I can implement this script into the instance properties? I'm a little confused. Upvote 0 Downvote
Can you explain in further detail how I can implement this script into the instance properties? I'm a little confused.
Jan 10, 2002 #5 BigBadDave Programmer Joined May 31, 2001 Messages 1,069 Location EU Check this : http://www.byngdesigns.co.uk/tek-tips/rollout.swfhttp://www.byngdesigns.co.uk/tek-tips/rollout.fla Regards Big Bad Dave davidbyng@hotmail.com Upvote 0 Downvote
Check this : http://www.byngdesigns.co.uk/tek-tips/rollout.swfhttp://www.byngdesigns.co.uk/tek-tips/rollout.fla Regards Big Bad Dave davidbyng@hotmail.com
Jan 10, 2002 Thread starter #6 jeffhomer Programmer Joined Jan 10, 2002 Messages 4 Location US I can't open the .fla file. Is it a Flash 5.0 file? I have Flash 4.0 Sorry to be such a pain. Thanks again! Upvote 0 Downvote
I can't open the .fla file. Is it a Flash 5.0 file? I have Flash 4.0 Sorry to be such a pain. Thanks again!
Jan 10, 2002 #7 oldnewbie Technical User Joined Dec 6, 2000 Messages 9,142 Location CA No "onClipEvent" in Flash 4... Sorry! What's your buttonA's rollover state exactly? Is it an animation or just adifferent display? Regards, ldnewbie Upvote 0 Downvote
No "onClipEvent" in Flash 4... Sorry! What's your buttonA's rollover state exactly? Is it an animation or just adifferent display? Regards, ldnewbie