DevelopPHP
home Forum gear home

Libraries book

HTML Library CSS Library JavaScript Library PHP Library

Videosbook

PHP and MySQL JavaScript HTML and CSS Vector and 3D Flash Actionscript Android Dev Miscellaneous

Resourcesbook

Website Hosting

Download Source Files

<iframe width="560" height="315" src="http://www.youtube.com/embed/MXK7zI2taic" frameborder="0" allowfullscreen></iframe>
You can embed this video on your blog or web page by copying the video embed code above and pasting it into the source code of your page. Adjust the width and height to specify the size you would like it to display.
Thumb Custom Mouse Cursor Tutorial in Flash ActionScript 3.0: CS3 + CS4
Embed Source - http://www.youtube.com/watch?v=MXK7zI2taic
Publish Date - Aug 01, 2009     Author - Adam Khoury
Custom Mouse Cursor Tutorial in Flash ActionScript 3.0: CS3 + CS4
In this free Flash ActionScrpt 3.0 tutorial you can learn how to easily create custom mouse pointers and cool animated cursors for your Flash CS3 + CS4 projects coded with ActionScript 3.0. Simply create any movieclip, give it an instance name, and apply the code shown. You can get to the free source file above, but I recommend you code it out yourself. Just follow along witht the video to gain a full understanding about what each line of code is doing.
Lesson Code
[php] stage.addEventListener(MouseEvent.MOUSE_MOVE, redrawCursor); stage.addEventListener(Event.MOUSE_LEAVE, hideCursor); Mouse.hide(); function redrawCursor (event:MouseEvent):void { myCursor_mc.visible = true; myCursor_mc.x = event.stageX; myCursor_mc.y = event.stageY; } function hideCursor (event:Event):void { myCursor_mc.visible = false; } [/php]

Home   •   Terms of Use   •   Developer Forums   •   T-Shirts   •   RSS   •   Classroom Chalkboard   •   Donate   •   Top ↑
Popular In PHP / MySQL E-Commerce Store Production
Social Network Website Building
Image Upload / Photo Processing
CMS Software Programming
Mass Email Systems
Magic XML Data
Search Programming
Popular In JavaScript JSON Programming
Ajax Programming
Animating Elements
WYSIWYG Programming
Date/Time Programming
DOM Scripting
Object Reference
Popular In HTML Canvas Element
New Form Elements
Audio Element
Video Element
Drag and Drop
Event Handling
Element Grouping
Popular In CSS Custom Font Embedding
Dynamic Fit Backgrounds
Theatre Mode
Box Overlays
CSS Level 1 Properties
CSS Level 2 Properties
CSS Level 3 Properties
©2013 DevelopPHP   |   Navigate to related domains HTML5