A Flash Developer Resource Site

Search:

Type: Posts; User: raee

Search: Search took 0.01 seconds.

  1. Ok no nevermind, I don't give up. This will...

    Ok no nevermind, I don't give up. This will bother me.

    So I changed the names back to enter and enter2 _btn & my friend thought that the button needed to be on all the scenes to work? I tried...
  2. I changed the instance names to blue and green...

    I changed the instance names to blue and green btn and made sure they were all right in the code but I still get the error.
    This is what it says.


    TypeError: Error #1009: Cannot access a...
  3. This is my code for scene 1 ...

    This is my code for scene 1


    button_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler0);function mouseDownHandler0(event:MouseEvent):void {

    gotoAndPlay(1, "Scene2");

    }
  4. It gave me an error... Unless I didn't put the...

    It gave me an error...
    Unless I didn't put the numbers in the right spot?

    "TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at...
  5. This is for the first button in scene one. ...

    This is for the first button in scene one.

    button_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);function mouseDownHandler(event:MouseEvent):void {

    gotoAndPlay(1, "Scene2");
    ...
  6. I put a 0 and a 1 after the functions. It didn't...

    I put a 0 and a 1 after the functions. It didn't work.
    :S
    I'm still a little confused..
  7. Replies
    6
    Views
    2,071

    If that didn't work, I found one more thing that...

    If that didn't work, I found one more thing that I think should work.
    here ya go (:
  8. Replies
    6
    Views
    2,071

    Hmm. Well I found this. click_btn.onRelease =...

    Hmm.
    Well I found this.

    click_btn.onRelease = function () {
    getURL("javascript:click('link')");
    }

    It's from here, I don't know if that will work, by putting your file instead of a URL?
    I'll...
  9. Replies
    6
    Views
    2,071

    You're trying to open a swf from the flash...

    You're trying to open a swf from the flash presentation?
  10. Yeah, I relooked that post, makes sense. Sorry....

    Yeah, I relooked that post, makes sense. Sorry.
    But what would I rename it? Just have a number after it..?
    I'm sort of new at this. :S
  11. The buttons do have a different name though. In...

    The buttons do have a different name though. In scene one, the button is "button" and in scene two it's "button2".
    If that's waht you're saying.
  12. Testing buttons to get to other scenes. 1021 error.

    I'm testing buttons and making them navigate to different scenes for one of my teachers who wants to start building websites in one of his classes.
    But anyways,

    My problem is this;
    "1021:...
  13. Replies
    0
    Views
    549

    Kind of new, rollover text box?

    I've been looking everywhere on how to make one,
    where there's a bunch of text, then when you roll over it at the top, it will go up, and when you roll over at the bottom it will go down.
    Does that...
Results 1 to 13 of 13




Click Here to Expand Forum to Full Width

HTML5 Development Center