A Flash Developer Resource Site

Search:

Type: Posts; User: firewahl

Search: Search took 0.02 seconds.

  1. I'd like to change my code from using the left key=previous frame/ right key= next fr

    I'D LIKE TO CHANGE MY CODE FROM USING THE LEFT KEY=PREVIOUS FRAME/ RIGHT KEY= NEXT FRAME TO

    ANY KEY=NEXT FRAME. HERE IS MY CODE. PLEASE HELP ME OBI WAN KENOBI, YOU'RE MY ONLY HOPE:

    stop();...
  2. as3 Flash CC code? any keyboard event to advance playhead 1 frame at a time?????

    Can anyone point me in the right direction?
    I am trying to emulate a person typing in Flash CC. I had a code that would allow
    the user to hit any keyboard button and in turn advance one frame at a...
  3. Replies
    3
    Views
    1,990

    many thanks

    thanks,
    sorry for the late show of appreciation.
    cheers
  4. Replies
    3
    Views
    1,990

    need help with code that no longer works

    HI,
    I need to advance one frame of an animation to spell out a name as if it were being typed. I want o allow the advancement based on any keystroke. Here is the code I have presently but it doesn't...
  5. Replies
    0
    Views
    313

    help aligning text from ai

    I've created a computer screen for an animation that should display 3 columns of text, I created it in Illustrator and then cut and pasted the columned and properly aligned text into my flash...
  6. Replies
    1
    Views
    3,458

    aligned columns in flash

    I've created a computer screen for an animation that should display 3 columns of text, I created it in Illustrator and then cut and pasted the columned and properly aligned text into my flash...
  7. Replies
    9
    Views
    652

    HERE IS THE CODE: stop(); var keyList:Object =...

    HERE IS THE CODE:
    stop();
    var keyList:Object = new Object();
    keyList.onKeyUp = function () {
    nextFrame();
    }
    Key.addListener(keyList);
  8. Replies
    9
    Views
    652

    I am using cs3 Flash Pro. And even though it...

    I am using cs3 Flash Pro. And even though it works in theory, the more often it's run, the less accurate the result becomes. In essence eac key starts to move the playhead forward one frame but the...
  9. Replies
    9
    Views
    652

    I'm thinking you may be right. Once I moved it to...

    I'm thinking you may be right. Once I moved it to the bottom most level, it responded but it responded intermittently to the keys pressed. Some would yield a response but most wouldn't. So I changed...
  10. Replies
    9
    Views
    652

    Thanks-close but no cigar yet

    The script you offered looks promising, especially in its simplicity; however it doesn't work. The keyframe advances only on pressing the directional arrows and the space bar, but none of the letters...
  11. Replies
    9
    Views
    652

    simple script yet so hard to write

    Hey all, I need a way to simulate someone typing on a screen. They must be able to press any keyboard button and have the text appear as if it is being typed. What I need I guess is:
    a)a way to mak...
Results 1 to 11 of 11




Click Here to Expand Forum to Full Width

HTML5 Development Center