Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 03-02-2001, 01:44 PM   #1
ronster7
Registered User
 
Join Date: Mar 2001
Location: Bangalore
Posts: 2
Question

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
ronster7 is offline   Reply With Quote
Old 03-02-2001, 06:58 PM   #2
Marx
New Member
 
Join Date: Feb 2001
Posts: 378
Default

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]
Marx is offline   Reply With Quote
Old 03-03-2001, 03:03 AM   #3
Jesse
Administrator
 
Jesse's Avatar
 
Join Date: Nov 2000
Location: Australia
Posts: 8,612
Default

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.
Jesse is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

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


All times are GMT. The time now is 06:17 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.