Search  

COOL TEXT EFFECT, BUTTON EXAMPLE

HomeBrowse CategoriesFlashAnimationsText AnimationCool Text Effect, Button Example

Cool text effect, very usefull.

Features:

  • It is TextField Prototype and you can use it everywhere you want
  • It doesn’t supports multiline
  • Easy text change from actionScript
  • Easy speed Change

    to call function f.e. for “text1” dynamic textbox use text1.animText(text,speed);
  • text – the string you want like ‘I love you’;
  • speed – the number from 0 and up, i suggest 2;

    you can remove from code
    but.onrelease
    but.onrollover
    but1.onrelease


    and like functions, but don’t touch other functions


    My Another Files:

    \ \ \ \ \ \

  • Posted 11 months ago

    is there any way to show the text box only, and have it display the text from xml or txt file? I’d like to use this for my site as an text animation for intro, not as it is with input window…and also to have the text animate avery 30sec or a min. thanks great file!!!

    Posted 11 months ago

    YES OF COURSE

    IF YOU HAVE DYNAMIC TEXT F .E. WITH NAME “myText” your command is:

    myText.animText(textFromXml, speed);

    where

    textFromXml is the text which you have loaded from xml and assigned to textFromXml variable.

    and

    speed is the changing speed from 0 to 100

    Posted 11 months ago

    does not sound to easy for me…can I email you my file?

    Posted 11 months ago

    displaying dynamic data in flash: http://www.kirupa.com/developer/actionscript/xmldataflash.htm

    Look how they make it. Send to me.

    Posted 11 months ago

    thanks for the tutorial!!! I just e-mailed you the file to the email I founded on your site. Thanks again!!!

    Posted 11 months ago

    did you get my email?

    Posted 10 months ago

    Interesting… :D

    Posted 8 months ago

    nice – one question though – is there a way to modify the actionscript so that when you roll over the text, it goes from whatever the textfield currently says to whatever you specify in the animText function?

    For example, I have a series of wallpaper sizes (1600×1200), etc. and I want to say: wallpaper1.animText(“DOWNLOAD”,2) and have it change the letters from “1600×1200”;) to “DOWNLOAD” without erasing all the letters first?

    Posted 5 months ago

    yes it is possible

    Posted 4 months ago

    How do I apply to effect to a line of text without having to type into the text field?

    Posted 4 months ago

    hiveaccount you must use onRollOver function and call yourDynamicTextField.animText(“your text to write”,speed:Number);

    Posted 4 months ago