A Flash Developer Resource Site

Search:

Type: Posts; User: mhhuk

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    1,299

    MX04 getting mc to refresh after typetext is done

    Hello,
    I have a fla file with text box (randomText) and mc (random3) on one frame. The text is being randomly loaded and typed from external text file. This works well.
    I simply want to mc to go...
  2. Thank you - I see why it should work - but it...

    Thank you - I see why it should work - but it doesn't.
    I can call it from elsewhere (If I put it in a separate frame within timeline)
    but not from within the function.
    I'll persevere but beginning...
  3. This works like a charm. Thank you - you are a...

    This works like a charm. Thank you - you are a super star!

    However, still having issues with the video clip (random5) I want to replay when quote is refreshed. I've tried to call it from within...
  4. I broke it across over frames because i couldn't...

    I broke it across over frames because i couldn't get the typewriter effect to work if I placed it in the same frame as load vars (external text) as we first discussed.

    All is working - when...
  5. got it - but

    I manage to get the typerwiter effect to work with load random variables (but only by splitting it across 4 frames):

    Frame 1:
    q = 0;
    var l_v = new LoadVars();

    l_v.onLoad = function(success)...
  6. Sorry, I meant targetString above. Thanks for...

    Sorry, I meant targetString above.

    Thanks for all this. I'll have a look. I do need to load from external text so will try to retrace what you've done and see if I can figure out way through...
  7. thanks! but not quite (just shows up blank. Do I...

    thanks! but not quite (just shows up blank. Do I perhaps have to declare textString?
  8. ok - i kinda get the idea - but this is where I...

    ok - i kinda get the idea - but this is where I do need to see some code to really get it. (it's been a while since I last did as) Can you, or someone else, demonstrate/write out from what i already...
  9. adding text effect to random text loaded from exteral text file

    Hello,
    I am still using flash MX. I'm pulling random text from a textfile (array.txt) into movieclip instance textbox.

    It works fine as:
    textHolder = new LoadVars();...
Results 1 to 9 of 9




Click Here to Expand Forum to Full Width

HTML5 Development Center