A Flash Developer Resource Site

Search:

Type: Posts; User: alexAAA

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    627

    Toggle fllscreen mode

    Hi!
    I tried to create a toggle button for fullscreen mode but it doesnt show anything.


    mc_full.addEventListener(MouseEvent.CLICK,toggleFullScreen);

    function toggleFullScreen():void {...
  2. Replies
    2
    Views
    706

    Alternative to this code

    Hey everyone!

    I was just wondering if there's an alternative to this code

    if(getChildAt(i) is someClassName){
    array.push(getChildAt(i));
    }

    thank you
  3. Replies
    1
    Views
    1,023

    gotoAndStop from movieclip to main timeline

    Hi!

    How can I make a gotoAndStop() from a frame in my MC to a frame in the main timeline?

    Thanks a lot!!!
  4. Replies
    2
    Views
    1,153

    I meant when I jump up to the ground from the...

    I meant when I jump up to the ground from the under it (create more than one 'ground'), there is no hittest and it jumps right through it

    as i mentioned i deleted the button on frame 1 because of...
  5. Replies
    2
    Views
    1,277

    i'd do it like this: delete the whole array and...

    i'd do it like this:
    delete the whole array and in the next frame put the same code...i've seen it on a tutorial for beginners somewhere. not sure how to explain it though.
    sorry, i can't seem to...
  6. Replies
    2
    Views
    1,153

    Platformer - need help

    Hello!

    Here's my attempt at a platformer.
    You can only move the player to the left and right. Gravity also works but I still can't jump.
    Also, when I put a "Start"-Button on frame 1,there is an...
  7. Thread: Change code

    by alexAAA
    Replies
    1
    Views
    840

    the only thing i want to change are these two...

    the only thing i want to change are these two parts into hitTestPoint instead of intersects

    for(var i=0; i<numChildren; i++)
    {
    if(getChildAt(i) is platform)
    {...
  8. Thread: Change code

    by alexAAA
    Replies
    1
    Views
    840

    Change code

    Hello!

    I've followed this tutorial: http://www.youtube.com/watch?v=tD-t9DKvFJA
    and everthing works fine
    but I'd like to use hit-tests instead of the intersect-code

    I'd really appreciate if...
Results 1 to 8 of 8




Click Here to Expand Forum to Full Width

HTML5 Development Center