A Flash Developer Resource Site

Search:

Type: Posts; User: Eberwolf

Search: Search took 0.06 seconds.

  1. Replies
    12
    Views
    2,331

    Thanks. I'll get it to you as soon as possible.

    Thanks. I'll get it to you as soon as possible.
  2. Replies
    12
    Views
    2,331

    I still can't seem to figure it out. It doesn't...

    I still can't seem to figure it out. It doesn't like the code. At least not how/where/when I use it. I don't know. I'm getting really frustrated with Actionscript 3.

    I tried putting it in the...
  3. Replies
    12
    Views
    2,331

    Thanks

    Thanks
  4. Replies
    12
    Views
    2,331

    Okay, if I could get a little more info. I'm...

    Okay, if I could get a little more info. I'm having trouble with some of the variables. Which symbol would menuName call to and the same question of evt. If I guess it would be the Roll Over Menu as...
  5. Replies
    12
    Views
    2,331

    I'll give this a shot, and if I can't get that...

    I'll give this a shot, and if I can't get that going... I'll throw my source on. Thanks for the help!
  6. Replies
    12
    Views
    2,331

    How exactly would one code that? And would I...

    How exactly would one code that? And would I place that in the same MovieClip as the Buttons or would that go in the MovieClip that is in the Button?
  7. Replies
    12
    Views
    2,331

    [RESOLVED] Roll Out Menu

    Hey all,

    I have a new problem. I'm trying to make a Roll Out Menu, using a Button with a Movie Clip in its Over state. The problem that I'm running into is that when I roll off of the button the...
  8. Replies
    27
    Views
    4,203

    Everything's running good. Thanks so much for...

    Everything's running good. Thanks so much for your help.
  9. Replies
    27
    Views
    4,203

    down1 is a label inside a movieclip. All of them...

    down1 is a label inside a movieclip. All of them are labels. Should I try putting them in the buttons again? I thought it gave me an error last time, but if you say I can do it, I'll gladly turn them...
  10. Replies
    27
    Views
    4,203

    Inside Navi

    Inside Navi
  11. Replies
    27
    Views
    4,203

    It would all be so much easier if I could just...

    It would all be so much easier if I could just put a movie clip inside the button like AS2 had. LoL

    ^ignore that. my will just got shaken for a sec.
  12. Replies
    27
    Views
    4,203

    Points to Navi.down1.play();

    Points to Navi.down1.play();
  13. Replies
    27
    Views
    4,203

    TypeError: Error #1010: A term is undefined and...

    TypeError: Error #1010: A term is undefined and has no properties.
    at Opening_fla::Menu_25/main4Over()
  14. Replies
    27
    Views
    4,203

    Okay, I get output: Rolled Over. function...

    Okay, I get output: Rolled Over.

    function main1Over(event:MouseEvent):void {
    gotoAndPlay("down1");
    }
    Navigation.btn1.addEventListener(MouseEvent.ROLL_OVER, main1Over);
  15. Replies
    27
    Views
    4,203

    Where would I place that exactly?

    Where would I place that exactly?
  16. Replies
    27
    Views
    4,203

    It called to a line of code for a button I hadn't...

    It called to a line of code for a button I hadn't added yet, so I removed all of that code. Now it gives me no output or compiler errors, but the rollovers still don't play.
  17. Replies
    27
    Views
    4,203

    Will do. I'll see if I can figure it out for a...

    Will do. I'll see if I can figure it out for a bit. I'll probably be back.
  18. Replies
    27
    Views
    4,203

    Alright, I put that all in and it fixed the...

    Alright, I put that all in and it fixed the CLICKs, but the ROLL_OVERs are still broken. Thanks for the input! That's one step closer to online.

    Let me specify. All the errors are gone as far as...
  19. Replies
    27
    Views
    4,203

    It is a button that I created. It is all one file.

    It is a button that I created. It is all one file.
  20. Replies
    27
    Views
    4,203

    Symbol 'Menu',Layer 'mnuAction', Frame 1, Line 33...

    Symbol 'Menu',Layer 'mnuAction', Frame 1, Line 33
    btn1.addEventListener(MouseEvent.CLICK, mainBtn1Down);
    1120: Access of undefined property btn1.

    Symbol 'Menu',Layer 'mnuAction', Frame 1, Line...
  21. Replies
    27
    Views
    4,203

    [RESOLVED] AS3 Noob Please Help

    I have done many projects in ActionScript 2, but now I am creating a website in ActionScript 3.0. I’ll give you a walkthrough of what I have.

    Scene: contains a brief animation, a stop action at...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center