Jan 10, 2002 #1 jeffhomer Programmer Jan 10, 2002 4 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 May 31, 2001 1,069 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 #4 jeffhomer Programmer Jan 10, 2002 4 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 May 31, 2001 1,069 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 Jan 10, 2002 4 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 Dec 6, 2000 9,142 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