# Change mouse cursor onPress

**URL:** https://forum.kirupa.com/t/change-mouse-cursor-onpress/246016
**Category:** Uncategorized
**Created:** [December 6, 2007, 11:02am UTC](https://forum.kirupa.com/t/change-mouse-cursor-onpress/246016 "2007-12-06T11:02:47Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![le\_shal](https://avatars.discourse-cdn.com/v4/letter/l/bb73d2/32.png) [@le\_shal](https://forum.kirupa.com/u/le_shal)
#### Post date: [December 6, 2007, 11:02am UTC](https://forum.kirupa.com/t/change-mouse-cursor-onpress/246016/1 "2007-12-06T11:02:47Z")

</div>

Hi Again,

I want the mouse cursor to change to a certain icon when i click on a movieclip.

here is the code i have so far…ive looked all over the forum and i cant find out how

Mouse.hide();  
function onEnterFrame(){  
scalpel\_curs.\_x = \_xmouse;  
scalpel\_curs.\_y = \_ymouse;  
};

thanks,

Shal
