This is a discussion on Flash Tips & Tricks within the Flash Actionscript Programming forums, part of the Web Development category; Hi, I have started this thread only for FLASH tips & tricks. Here I am going to give the tips ...
| |||||||
| Register | FAQ | Members List | Calendar | Mark Forums Read |
|
#1
| |||
| |||
| Hi, I have started this thread only for FLASH tips & tricks. Here I am going to give the tips and tricks in Flash. Here is the first one. When Working with MovieClip object, Donot use onPress, OnRelease event for the movieclip, if it is containing the button objects in it. Because if you enabled the onpress or on release event, then the button click will not be raised. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#2
| |||
| |||
| Flash Tip: Convert Lines to Fills Flash has the option to take any line/stroke that you’ve drawn and convert it to a fill instead, affecting its behavior and how various Flash drawing tools and their settings will operate on them. To do this, select the fill that you want to convert, and click Modify->Shape->Convert Lines to Fills. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#3
| |||
| |||
| Paint Bucket Tool The options for the Paint Bucket tool control just how "tolerant" the flood fills are. If you set it to Don't Close Gaps, then the Paint Bucket Tool will only work to fill completely enclosed areas of a shape (that is, shapes that are completely bounded by a line with no broken spaces). But if you set it to Close Small Gaps, it will ignore small breaks in the bounding lines to fill the enclosed area. Close Medium Gaps and Close Large Gaps will cause the Paint Bucket tool to ignore larger and larger spaces in the bounding lines to treat them as enclosed areas. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#4
| |||
| |||
| Working with text in FLASH tips Add a text into your flash document. Select your text and press Ctrl +b, which breaks the text into separate letters, you can move the letters around and make the text look strange if you want to. But if you want to edit your text even more select all of the letters and press Ctrl + b again. Now they are all shapes that you can freely edit. So have a play around and change how your text looks. Use the arrow tool and change the edges of the text. thanks
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#5
| |||
| |||
| The last tip about text was something I have been overlooking and yet probably knew about. Thanks it will help me with one of my projects. |
|
#6
| |||
| |||
| Hi, Here I have given the short cut key for image open and scaling. To add a jpeg image to your flash document, press Ctrl+r. If you want to scale the selected image file, Press Ctrl+Alt+S, the scale window will be appeared. Give the scale value. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#7
| |||
| |||
| Scripting Filters Professional 8 includes a range of filters that allow you to add special effects to objects on the Stage. here I have given the list of filters: You can apply these filters in design time itself to the movie clip or any other objects.Bevel In action script, you can use like this... var theBevelFilter = new flash.filters.BevelFilter(); var theBlurFilter = new flash.filters.BlurFilter(); var theColorMatrixFilter = new flash.filters. ColorMatrixFilter(); var theConvolutionFilter = new flash.filters. ConvolutionFilter(); var theGlowFilter = new flash.filters.Glow- Filter(); var theGradientBevelFilter = new flash.filters. GradientBevelFilter(); thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#8
| |||
| |||
| Here is the tips to find a string in a given string. In action script, there is no function available like "instr()" in VB. to find a string we need to write a function like ..
The above sample function will return a pos of the find string in the source string and if it is not found, then it will return -1. hope it will be useful for you. thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention Last edited by Karpagarajan : 04-05-2007 at 08:46 AM. |
|
#9
| |||
| |||
| Hi All, Here is the Code tips for creating the Tool tip in your flex application. class Tooltip {to implement the tooltip class in your application, please copy the below code var tt:Tooltip = new Tooltip(0xFFFFEC, 0x000000);Hope it will be very useful for you thanks ![]()
__________________ Karpagarajan. R Necessity is the mother of invention |
|
#10
| |||
| |||
| Quote:
Hi Karpagarajan, its good, if we dont know the exact value for scaling, there is a another option for scalling an object (may be image or shape or a movieclip somthing) press q when your object is selected the sacling mode appear arround the the selected object (now you can scale or rotate as your wish) ![]()
__________________ Thanks -pesc- |
![]() |
| Thread Tools | |
| Display Modes | |
| |
Similar Threads | ||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| C# .Net Tips & Tricks | oxygen | C# Programming | 85 | 01-08-2009 12:25 AM |
| SAP Tips & Tricks | leoraja8 | Operating Systems | 0 | 03-29-2008 12:11 AM |
| PHP Tips and Tricks | Sabari | PHP Programming | 20 | 12-18-2007 05:26 AM |
| .NET tricks & Tips | Karpagarajan | VB.NET Programming | 1 | 04-23-2007 08:17 AM |
| SEO Tips & Tricks | spid4r | Search Engine Optimization | 0 | 03-08-2007 11:03 PM |
Our Partners |