View Full Version : problem with on (release) {getURL (... file attached
Eyeball
February 20th, 2003, 04:45 PM
hi guys I need help with my file I created roll over effect for the butts but when i add this code
on (release) {
getURL("blah, blah");
}
my roll over effects don't work anymore, also i will be loading external swf with the same butts. Please :scream:
any suggestions will be so much appreciated
Jubba
February 20th, 2003, 06:18 PM
Post the entire code on the button. It makes it easier to help because some people here don't really like to download files and others can't.
Eyeball
February 20th, 2003, 07:47 PM
sorry about that
ok..
I created 4 layers:
layer (actions): with a 'stop' function in the first and 12th frames, and gotoAndStop(1); in the last 31st frame.
layer (labels): have no code, only frame titles "over" and 'out'
layer(layer2): its MC in motion tween
and layer (invisable butt)' which has this code below
on (rollOver) {
gotoAndPlay("over");
}
on (rollOut) {
gotoAndPlay("out");
}
and now when i convert this MC clip in a button and add get URL command then motion tween animation doesn't work.
any clues?
Powered by vBulletin® Version 4.1.10 Copyright © 2012 vBulletin Solutions, Inc. All rights reserved.