# Problem with on (release) {getURL (... file attached

**URL:** https://forum.kirupa.com/t/problem-with-on-release-geturl-file-attached/14009
**Category:** Uncategorized
**Created:** [February 20, 2003, 9:45pm UTC](https://forum.kirupa.com/t/problem-with-on-release-geturl-file-attached/14009 "2003-02-20T21:45:31Z")
**Posts on this page:** 3
**Page:** 1

<div class="post-metadata">

### Author: ![Eyeball](https://avatars.discourse-cdn.com/v4/letter/e/5daacb/32.png) [@Eyeball](https://forum.kirupa.com/u/Eyeball)
#### Post date: [February 20, 2003, 9:45pm UTC](https://forum.kirupa.com/t/problem-with-on-release-geturl-file-attached/14009/1 "2003-02-20T21:45:31Z")

</div>

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 😱

any suggestions will be so much appreciated

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 20, 2003, 11:18pm UTC](https://forum.kirupa.com/t/problem-with-on-release-geturl-file-attached/14009/2 "2003-02-20T23:18:08Z")

</div>

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.

---

<div class="post-metadata">

### Author: ![system](https://canada1.discourse-cdn.com/flex011/uploads/kirupa/original/3X/6/2/621e5c11736f46532526e61be85940af4230f3e5.png) [@system](https://forum.kirupa.com/u/system)
#### Post date: [February 21, 2003, 12:47am UTC](https://forum.kirupa.com/t/problem-with-on-release-geturl-file-attached/14009/3 "2003-02-21T00:47:22Z")

</div>

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?
