| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2001
Location: Bangalore
Posts: 2
|
I want to create a banner in flash on the mouse over of which I want small animations to play but the mouse pointer should remain the same and not change into that hand.
For example, In Startv.com http://www.startv.com/eng/sales/index.html Could someone please tell me how to do this in flash4. Thanks in advance Rons |
|
|
|
|
|
#2 |
|
New Member
Join Date: Feb 2001
Posts: 378
|
Hi...
Place the following action on a MC: onClipEvent (enterFrame) { if (this.hitTest(_root._xmouse,_root._ymouse,true)) { _root.myAnimation.play(); } } Good luck. PS: Sorry I've just read your thread again, you want the Flash 4 version, this is for Flash 5. I don't know if it's possible in Flash 4. Many apologies! [Edited by Marx on 03-02-2001 at 01:00 PM] |
|
|
|
|
|
|
|
|
#3 |
|
Administrator
Join Date: Nov 2000
Location: Australia
Posts: 8,612
|
You can do it using Flash 4 if you have a loopin MC which checks the _x and _y of the mouse, and when they are within the confines of your button-like MC, you tell the MC to play...
If you can't code that yourself, reply me and I'll help out... It will use Get Property a lot. Cheers Jesse
__________________
Cheers Jesse Stratford ActionScript.org Cofounder Email: presented in this way to stop spam-bots: My email is composed of my first name (jesse) followed by my last name (stratford) followed by @ followed by actionscript.org Please don't email or PM me Flash questions, that's what the Forums are for! ![]() Please don't rely on me reading my PMs either. Email me about important stuff. |
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Custom Mouse Pointer Malfunction | smalls312 | ActionScript 2.0 | 6 | 02-22-2006 12:05 AM |
| Mouse Pointer Problem - Text Fields behind clips change mouse? | motorx | ActionScript 2.0 | 6 | 12-18-2004 11:20 PM |
| mouse pointer unresponsive to text links | Keeppunchinjoe | ActionScript 2.0 | 2 | 09-10-2004 09:29 AM |
| mouse pointer | bluegel | ActionScript 1.0 (and below) | 10 | 05-20-2003 03:46 PM |
| mouse pointer insted of mouse hand | Pluis | ActionScript 1.0 (and below) | 14 | 01-21-2003 06:42 PM |