Text Effects

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ak1dnar
    Recognized Expert Top Contributor
    • Jan 2007
    • 1584

    Text Effects

    Hi,

    This is my first post to flash forum.Need a favour from you guys.

    Please Refer to the this link.http://tha.jp In the left hand side of the web site you may find the text links with some effects.

    Just wanted to know how to do such a thing. Just point me to the direction that I should get to do such a effect. any tutorial, Link.

    Thanks!
  • kestrel
    Recognized Expert Top Contributor
    • Jul 2006
    • 1071

    #2
    This looks pretty close to me. Does it satisfy your flash cravings? Once the letters spell out FLASH run your mouse left and right over the text to scramble it again. Let me know.

    Comment

    • ak1dnar
      Recognized Expert Top Contributor
      • Jan 2007
      • 1584

      #3
      Originally posted by kestrel
      This looks pretty close to me. Does it satisfy your flash cravings? Once the letters spell out FLASH run your mouse left and right over the text to scramble it again. Let me know.
      Heya kestrel,

      Thanks for the quick reply.

      Yeah Its really close to the thing what I need.But the Issue is here in my end I have Lots of text in my paragraph Not a simple word as it describes under the tutorial link.

      Do I have to create 500 movie clips, if My Paragraph contains 500 chars.?
      Any alternative?

      -Thanks!
      -Ajaxrand

      Comment

      • kestrel
        Recognized Expert Top Contributor
        • Jul 2006
        • 1071

        #4
        So you want each letter of each word (separately) in your paragraph to have the same effect? So each word has its own effect with no influence on any other word.

        Comment

        • ak1dnar
          Recognized Expert Top Contributor
          • Jan 2007
          • 1584

          #5
          For a example Just get these sentence.

          Please follow these guidelines when responding to questions.
          Do not link to other websites for promoting/traffic generation. Only link to helpful resources.


          If i am going to create separate movie for each letter, Its time consuming isn't it.?

          Can't I do some thing like this,
          When loading this Words to my movie can i call for another this type of random chars to the same Text. but How?

          Thanks! for the effort.

          Comment

          • kestrel
            Recognized Expert Top Contributor
            • Jul 2006
            • 1071

            #6
            Im not even sure if it will work with more than once word displayed at a time. I dont have flash installed on my system right now, so im just guestimating here. have you tried it out yet?

            Comment

            • ak1dnar
              Recognized Expert Top Contributor
              • Jan 2007
              • 1584

              #7
              Not yet Finished !kestrel

              - Thanks Again!

              Comment

              • kestrel
                Recognized Expert Top Contributor
                • Jul 2006
                • 1071

                #8
                Alright Then. Let me know when you're done.

                Comment

                • xNephilimx
                  Recognized Expert New Member
                  • Jun 2007
                  • 213

                  #9
                  Originally posted by kestrel
                  Alright Then. Let me know when you're done.
                  Hi! I made a script like that a couple of moths ago, it's here: http://www.thenephilim.com.ar/decypher.swf

                  Tell me if this is what you want, it's pure actionscript.
                  What it does, briefly, is get's the string that you pass in the input, break it down to an array, makes a new array filled with random characters with the last position of the array being the real last letter in your string, then in an onEnterFrame event, cycles through it. You can even control the cycles, in the code there's a variable appropiately named "cycles" and that's the number of cycles of random chars per letter.

                  It's not the same effect as http://tha.jp/ but you can figure out how to do it, you can change the function that generates random characters to generate also hyphens and so..
                  The script is very easy to manipulate.

                  Comment

                  • ak1dnar
                    Recognized Expert Top Contributor
                    • Jan 2007
                    • 1584

                    #10
                    Originally posted by xNephilimx
                    Hi! I made a script like that a couple of moths ago, it's here: http://www.thenephilim.com.ar/decypher.swf

                    Tell me if this is what you want, it's pure actionscript.
                    What it does, briefly, is get's the string that you pass in the input, break it down to an array, makes a new array filled with random characters with the last position of the array being the real last letter in your string, then in an onEnterFrame event, cycles through it. You can even control the cycles, in the code there's a variable appropiately named "cycles" and that's the number of cycles of random chars per letter.

                    It's not the same effect as http://tha.jp/ but you can figure out how to do it, you can change the function that generates random characters to generate also hyphens and so..
                    The script is very easy to manipulate.
                    Hi xNephilimx,

                    That's the exact shot to go ahead for me(may be i have go for some changes too).do you have any sample script for this, if it is i am waiting for that.

                    Thanks!

                    Comment

                    • xNephilimx
                      Recognized Expert New Member
                      • Jun 2007
                      • 213

                      #11
                      Originally posted by ajaxrand
                      Hi xNephilimx,

                      That's the exact shot to go ahead for me(may be i have go for some changes too).do you have any sample script for this, if it is i am waiting for that.

                      Thanks!
                      www.thenephilim .com.ar/decypher.rar
                      There's the fla with all the code, I'm sure you'll be able to modify it to suit your needs, the code is very simple and modular.

                      Good luck!

                      Comment

                      • ak1dnar
                        Recognized Expert Top Contributor
                        • Jan 2007
                        • 1584

                        #12
                        Originally posted by xNephilimx
                        www.thenephilim .com.ar/decypher.rar
                        There's the fla with all the code, I'm sure you'll be able to modify it to suit your needs, the code is very simple and modular.

                        Good luck!
                        Amazing xNephilimx, Thanks a Lot :)
                        -Ajaxrand

                        Comment

                        • xNephilimx
                          Recognized Expert New Member
                          • Jun 2007
                          • 213

                          #13
                          Originally posted by ajaxrand
                          Amazing xNephilimx, Thanks a Lot :)
                          -Ajaxrand
                          You're welcome. Show me what you did with it when it's finished!
                          Best regards.

                          Comment

                          Working...