Macromedia Flash - Customize cursor
Using flash, you can hide the browser default cursor and instead create a custom cursor of your choice. In this article, I will show you how to do that on any flash file you want.
Step 1
Open a new flash file. Go to Document Properties ( Ctrl + J ) and set the Width and Height of the file. Set the Frame rate set to 22fps .
Step 2
Double click on layer 1 and rename its name to background .
Step 3
Press Ctrl + R ( Import to Stage ) to put the background image into the file.
Step 4
Name a new layer and name it cursor .
Step 5
Select the cursor layer and draw any shape on that layer to replace the default cursor. May be the picture as below.
Step 6
Select the pointer and press F8 key (or go to Modify -> Convert to Symbol ) to convert it into a Movie Clip. See the picture below
Step 7
Open the Properties Panel ( Ctrl + F3 ), in the Color section choose Alpha and the value is 45% .
Step 8
Still in the Properties Panel, under the Movie Clip section, enter the cursor name (as shown below).
Step 9
Add a new layer and name it action
Step 10
Select the new layer just now, click on the first frame and open the Action Script Panel (F9), then enter the following script:
_root.cursor.swapDepths (1000);
_root.onEnterFrame = function () {
Mouse.hide ();
cursor._x = _root._xmouse;
cursor._y = _root._ymouse;
};
You should read it
- How to copy a layer from one PSD file to another PSD file in Photoshop
- Activate 2-layer verification to secure your Apple ID account
- How to Create and Apply a Custom Mouse Cursor Using a Photo in Windows
- Instructions for creating 2-layer security for GoDaddy accounts
- How to Change Your Cursor
- Macromedia Flash - Dynamic cursor object
- The most beautiful female layer hairstyles 2020
- Instructions for enabling 2-layer authentication for iCloud on Apple devices
May be interested
- How to Change Your Cursorthis wikihow teaches you how to adjust your computer's cursor properties, and customize your pointer for your personal needs. if you're a pc user, windows allows you to choose from a selection of stock cursor sizes, colors, and schemes. on...
- Macromedia Flash - Effect of 'oil spill'through this tutorial you can make an effect for small ads that are quite simple but no less strange ...
- Macromedia Flash - The spotlightjust a few simple steps in flash 8.0 you can create a nice effect: the spotlight effect.
- Macromedia Flash - Product image advertising effectsin this article, we will show you how to create a product advertising effect in flash. you can use this effect when you need to introduce a new product launch or in banner ads. this effect does not need to use any action script code but only created with mask in flash.
- Macromedia Flash - Create menu effectsthis lesson will show you how to create a flash menu with the effect when moving the mouse. to create this post, you will have to use the action script code.
- Macromedia Flash - Vivid photo effectsthrough this tutorial, you will learn how to create a vivid photo effect with some basic flash tips. this article does not need to use action script code.
- Macromedia Flash - Create flash menu with soundin this flash tutorial, we will guide you to create a dynamic flash menu with sound. you can use this menu on any website.
- Macromedia Flash - Create analog clock in Flashthis tutorial will show you how to create a real working clock using flash effects.
- Macromedia Flash - Self-designed animated menuthis tutorial is quite complicated but we will try to explain it in the easiest way. make sure you follow the instructions step by step.
- Macromedia Flash - Text presentation in Flashin this article, we will learn how to create a text presentation in flash using some special flash tips.