# On (rollOver)

**URL:** https://forum.kirupa.com/t/on-rollover/50426
**Category:** Uncategorized
**Created:** [May 3, 2004, 12:24am UTC](https://forum.kirupa.com/t/on-rollover/50426 "2004-05-03T00:24:01Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![chunk](https://avatars.discourse-cdn.com/v4/letter/c/ee59a6/32.png) [@chunk](https://forum.kirupa.com/u/chunk)
#### Post date: [May 3, 2004, 12:24am UTC](https://forum.kirupa.com/t/on-rollover/50426/1 "2004-05-03T00:24:01Z")

</div>

on (rollOver) {  
\_root.x = 1;  
\_root.caption.words = “what ever”;  
}  
on (rollOut) {  
\_root.x = 0;  
\_root.caption.words = " ";  
}

^ this is what i have from one of kirupas fine tuts

but i want the little box to apear when the mouse 2 butten.  
do i assign mouse2 to F6 and use F6 insted of rollover or somthing,

oe even better how do i get it to stay there once clicked and if mouse 1 is clicked it goes away ?

thanks again and again for all your time and effort people!
