Advanced drag and drop using a button

In previous my tutorial Drag and Drop a button in flash you would have seen how to make a button draggable and droppable. In this tutorial you will make a movie clip change its color by dragging and dropping a button on it. Nice to hear ! Follow the steps ...

# Flash Tutorials 1 Comment

Drag and Drop a button in flash

Dragging and dropping a button is very easy in flash. Using this dragging and dropping method, you can create many games, puzzles and more. Follow the steps below to make a button draggable and droppable. Creating a button : Create a square and convert it to a button by selecting the ...

# Flash Tutorials 1 Comment

Explanation of custom mouse script

Here’s the explanation of the custom mouse script. onClipEvent (load) { Mouse.hide(); } onClipEvent (mouseMove) { _x = _root._xmouse; _Y = _root._ymouse; updateafterevent(); } The line Mouse.hide(); makes your ordinary mouse to hide The line _x = _root._xmouse;               _Y = _root._ymouse; makes your custom to move according the co-ordinates ...

# Flash Tutorials No comments

Making custom mouse in flash

It is very easy to make custom mouse in flash 4, MX, 8, CS3 etc Follow the below steps to create your custom mouse cursor : Creating a movie clip : I think so you know to create a simple movie clip. If you don’t know click here to ...

# Flash Tutorials No comments

Flash 8 Tools Window Shortcuts

Tools Window buttons Short Keys: Selection tool-V Sub selection tool- A Free transform tool-Q Gradient transform tool-F Line tool-N Lasso tool-L Pen tool-P Text tool-T Oval tool – O Rectangle tool – R Pencil tool-Y Brush tool- Ink bottle tool- Paint bucket tool- Eye dropper tool- Eraser tool- Hand ...

# Flash Tutorials No comments

Adding sound to a frame

Adding sound to library: Press Ctrl+L to open the library window. Drag and and drop a sound file from your computer folder. Your sound file is now added to the flash document. Another way of adding sounds,Images and other things: Choose “Import to library” option from the File > Import ...

# Flash Tutorials No comments

Creating a motion tween

This is my first tutorial in flash and lets start. Follow the steps below to a create motion tween. Creating a Square: First, draw a square (or anything you like) using the Rectangle tool (shortcut key-R). Creating a Movie clip: Select the square and click the fill color tool to change ...

# Flash Tutorials No comments