Flash Actionscript Q

Out of context: Reply #7

  • Started
  • Last post
  • 8 Responses
  • unfittoprint0

    I'don't use code spread in multiple frame. You shoul stick the one only.

    Instead of onEnterFrame you should use setInterval [you'll be able to decrease/increase the 'typing' speed according to your needs).

    For the blinking 'thing' you should do the following:

    After the maxlength codition is found, clear your Interval (or your onEnterFrame if u still want to use it) and initiate a new one where you use add_=true/add_=false to add/subtract the "_" to your whole string.

    to make it three times u should also add a count2 and increment it each 2 loops.

View thread