A Flash Developer Resource Site

Search:

Type: Posts; User: flashnubee

Search: Search took 0.02 seconds.

  1. Replies
    6
    Views
    70,238

    I got it! ...

    I got it!

    textBox.addEventListener(Event.ENTER_FRAME, frameNumberText);
    function frameNumberText(evt:Event):void {
    var frames:Number;
    frames=currentFrame;
    textBox.text = (String(frames));...
  2. Replies
    6
    Views
    70,238

    display current frame help

    You seem to be the only person out there that has done what I am trying to do. I have this code:



    textBox.addEventListener(Event.ENTER_FRAME, frameNumberText);
    function...
  3. Replies
    4
    Views
    414

    i include it in the first scene..... if i do...

    i include it in the first scene..... if i do another include in the next scene, it throws errors because the code is included twice.

    suggestions?

    (thanks for the reply)
  4. Replies
    4
    Views
    414

    still not fixed but....

    It's not the include that is causing the issue. I put the code directly into the first scene, frame 1, and it still works in scene1. but not past that.
  5. Replies
    4
    Views
    414

    Buttons don't work past first scene

    I am doing this:

    include "external.as";

    in the first frame, first scene. Shouldn't that be where I but the include? (the buttons do work in scene)

    The buttons that are defined in...
Results 1 to 5 of 5




Click Here to Expand Forum to Full Width

HTML5 Development Center