# Rollover buttons. I miss the old way... AS2

**URL:** https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way-as2/292913
**Category:** Uncategorized
**Created:** [July 20, 2009, 8:57pm UTC](https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way-as2/292913 "2009-07-20T20:57:06Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![JayHunt](https://avatars.discourse-cdn.com/v4/letter/j/22d042/32.png) [@JayHunt](https://forum.kirupa.com/u/JayHunt)
#### Post date: [July 20, 2009, 8:57pm UTC](https://forum.kirupa.com/t/rollover-buttons-i-miss-the-old-way-as2/292913/1 "2009-07-20T20:57:06Z")

</div>

I am useing thikbox code to open iframes out of flash.

import flash.external.ExternalInterface;  
button\_mc.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};  
button\_mc2.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};  
button\_mc3.onRelease = function() {  
ExternalInterface.call(“tb\_show”,null,“[http://www.google.com/?KeepThis=true&TB\_iframe=true&height=365&width=640](http://www.google.com/?KeepThis=true&TB_iframe=true&height=365&width=640)”,false);  
};

Now i need to make some button rollovers for my button.

I know i need to set up my timeline in the button movie clips, but how do i tell flash when i rollover button\_mc3 move on the time line.

thanks,
