A Flash Developer Resource Site

Search:

Type: Posts; User: hommer

Page 1 of 2 1 2

Search: Search took 0.10 seconds.

  1. Replies
    2
    Views
    712

    I think the left menu is a seperate Flash in a...

    I think the left menu is a seperate Flash in a div left aligned. And then there's the main Flash seperate in a div centered.
  2. Replies
    0
    Views
    502

    Center big page vertical

    Hello.

    I'm looking for a way to center a Flash page vertical, even though it's bigger than the browser window.
    I have made a home page entirely in Flash (see here). The page is fading in the top...
  3. Replies
    1
    Views
    777

    Here's the .fla if you want to look at it....

    Here's the .fla if you want to look at it.
    Thanks guys.
  4. Replies
    1
    Views
    777

    Dynamic loaded buttons won't work

    Hello.

    I try to make a dynamicly loaded menu.
    I load four buttons to the stage and applie code to each of the buttons. But it's only the last button loaded, that responds to onRollOver/onRollOut...
  5. Replies
    1
    Views
    608

    You could use Flash cookies:...

    You could use Flash cookies:
    http://www.tutorialized.com/view/tutorial/Shared-Object-The-Flash-Cookie/4092
    Saves variables locally on the users computer.
  6. Replies
    4
    Views
    600

    Try putting silver foil in your shoes. Should...

    Try putting silver foil in your shoes.
    Should help.
  7. Thread: Mask issue

    by hommer
    Replies
    2
    Views
    522

    Thank you. That might be a way to work around it....

    Thank you. That might be a way to work around it. But I like it more the non-AS way. I converted the mask animation to a movie clip and it all worked fine.
  8. Thread: Mask issue

    by hommer
    Replies
    2
    Views
    522

    Mask issue

    I have some trouble when I try to mask a movie clip that I want to control.

    To make it easier to understand, see the swf HERE

    The buttons set a variable ('option') to 'text1', 'text2' or...
  9. Replies
    0
    Views
    652

    Error in masking a mc.

    I'm making a showcase for my home page, where you will be able to see some of the web pages I've made previously.
    Watch it here: showcase

    As you can see the buttons work and the image viewer to...
  10. Replies
    4
    Views
    437

    Keeping this thread alive, hoping that anyone can...

    Keeping this thread alive, hoping that anyone can find out the problem...
    I've posted on various other flash forums, but without luck. I thought flashkit.com was the ultimate site for this... ...
  11. Replies
    4
    Views
    437

    No, that's not it. I have tried to hold down the...

    No, that's not it. I have tried to hold down the button but it still only flashes 'down' in one frame.
    It's so odd. Could you maybe look at my fla.-file, Sleeve (or somebody else)?
    I've located it...
  12. Replies
    4
    Views
    437

    Amazing that nobody knows about it. I thought it...

    Amazing that nobody knows about it. I thought it was an easy question.
    I've tried

    ringButton.onPress = function() {
    ring._xscale = ring._yscale = 65;
    };
    but it doesn't work. It just flashes...
  13. Replies
    4
    Views
    437

    Emediate scaling in elastic tween

    I have this script:


    import mx.transitions.Tween;
    import mx.transitions.easing.*;
    var ringElasticX:Tween = new Tween(ring, "_xscale", Elastic.easeOut, 80, 80, 1, true);
    var ringElasticY:Tween...
  14. Replies
    1
    Views
    404

    Getting last digit of a number

    How do I isolate the last digit in a number.
    I.e. I have a variable called 'number' that is 24 and i want the 4
    (The number never gets above 99)
  15. Duplicated stars come in front of everything

    I have created a starfield dynamically for a game.
    This is my script.

    for (var i:Number = 0; i<200; i++) {
    star.duplicateMovieClip("starcopy" + i, i);
    this["starcopy"+i]._x =...
  16. Replies
    7
    Views
    567

    So... Can't anybody help me?! This can't be that...

    So... Can't anybody help me?!
    This can't be that hard, huh??! :confused:
  17. Replies
    7
    Views
    567

    Sorry, Deamothul! I followed your link, but I...

    Sorry, Deamothul!
    I followed your link, but I didn't satisfy me. It didn't explain how to get 2 decimals all the time! I used the script and the timer gave me i.e. 35 instead of 35.00! Note that the...
  18. Replies
    7
    Views
    567

    2 decimal places, how?!

    I want to have a timer, in a game I'm creating.
    I want the timer to be in seconds, with 2 decimals all the time! I.e. 41.10 sec. (not 41.1), or 7.00 (not 7). <-- was that an AND/OR error?

    Well,...
  19. Thread: Syntax problem

    by hommer
    Replies
    1
    Views
    275

    Syntax problem

    How do i control a movie clip which path is contained in a variable?
    I.E.: I have a variable called:
    _root.activeButton

    The variable has this path as a value:
    _root.buttons.button1

    Q: How do...
  20. Replies
    2
    Views
    457

    Hey Black_Prince. I would really appreciate if...

    Hey Black_Prince.
    I would really appreciate if you could help me with the problem. I'm really stuck with it.

    If any other one could help me please write to me. I've been trying to figure the...
  21. Replies
    2
    Views
    457

    Snake game problems!!!

    I'm creating a snake-like game but I just ran into some problems. (It's a game where the snake has to continously grow, so that the tail stays and the body just gets longer and longer.)

    In my game...
  22. Replies
    2
    Views
    380

    Nibbles-game with hit test?

    I'm creating a 4-player nibbles-like game (you know: the game with the snakes getting longer and longer, where you have to avoid hitting yourself or the walls.)

    In my game the snakes have to grow...
  23. Replies
    1
    Views
    407

    Download options?!

    On my pure Flash home page I want users to be able to download some short movies. If I use the getURL action on a button the browser just starts to play the movie. Can't I do so that the standard...
  24. Replies
    1
    Views
    351

    Reading frame number?!

    I need the command to read the frame number of a movie clip.
    For instance lets say I have a m.c. playing and I want the frame number witch the m.c. have reached.
    It's very simple and I once found...
  25. Replies
    2
    Views
    383

    YEEEESSSS!!! Man... You are the best!!! Thank you!

    YEEEESSSS!!! Man... You are the best!!! Thank you!
Results 1 to 25 of 39
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center