A Flash Developer Resource Site

Search:

Type: Posts; User: athletics

Search: Search took 0.01 seconds.

  1. Thread: decode time?

    by athletics
    Replies
    0
    Views
    1,902

    decode time?

    Will an uncompressed sound start to play more instantly than a mp3? I am working on a reaction test so every millisecond count.
  2. PM sent

    PM sent
  3. I then converted the animated mask to a movieclip...

    I then converted the animated mask to a movieclip and set it to mask the original movieclip with code instead, i.e., shapetween_mc.setMask(mask_mc)

    Now everything works like it should so the...
  4. And only a few minutes later I discover another...

    And only a few minutes later I discover another quirk - when I copy and paste frames, shape hints are somehow left behind so that the once tidy shape tween turns into mess.
  5. Apparently a keyframe in the mask layer will...

    Apparently a keyframe in the mask layer will always cause a masked movieclip to start over from frame 1.

    Trying to learn Flash's authoring tool drives me nuts...
  6. Yes, please download...

    Yes, please download www.athleticdesign.se/fla/mask_trouble.fla
  7. [CS3] Animated Mask cause MC to play twice

    For example. I have a movieclip with a ten frames long shape tween. Keyframe 10 has a stop() action. This movieclip is placed on frame 1-10 of the stage. On stage and on a layer above, I create...
  8. Replies
    15
    Views
    2,625

    I am not a fan of this type of indirect control....

    I am not a fan of this type of indirect control. In this case it is especially frustrating when your ball is close to the edge of the playing area as you lose all control if the mouse pointer happens...
  9. Replies
    230
    Views
    514,367

    Sticky: http://www.athleticdesign.se/tailtag/screenshot_lv...

    http://www.athleticdesign.se/tailtag/screenshot_lvl_11
    Tailtag is my first completed Flash game. A simple but enjoyable arcade game.

    Play Tailtag

    The discus thread...
  10. Replies
    13
    Views
    1,905

    Thanks all! I am pleasantly surprised that this...

    Thanks all! I am pleasantly surprised that this little game went down well.




    Thanks. I guess there's too little content for the portals liking though. But it certainly would be nice to have...
  11. Replies
    13
    Views
    1,905

    [Complete] Tailtag - my first Flash game

    Tailtag is my first completed Flash game. I started another game before Tailtag but decided to put that game on hold to instead start on a really simple game that could be completed in a couple of...
  12. Replies
    33
    Views
    5,127

    I think it’s a brilliant game. When the last...

    I think it’s a brilliant game. When the last staircase at level 15 wouldn’t appear despite the three buttons being pressed, I thought I had to destroy all the pyramids. This made the game quite more...
  13. Aha, that makes sense - the for-in loop is really...

    Aha, that makes sense - the for-in loop is really meant to be used for MovieClip properties. Thanks!
  14. [mx04] strange problem with for(i in array)

    I wasted several hours yesterday while trying to change the depths of a couple of MovieClips stored in an array:
    for(i in bug)
    {
    bug[i].swapDepths(4000+i);
    trace(i + " depth " +...
Results 1 to 14 of 14




Click Here to Expand Forum to Full Width

HTML5 Development Center