A Flash Developer Resource Site

Search:

Type: Posts; User: Goulding1875

Page 1 of 7 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    10
    Views
    2,732

    No problem! As I said appreciate the reply and it...

    No problem! As I said appreciate the reply and it may help someone else. I haven't used flash in years though so can't even remember what this was for!!
  2. Replies
    10
    Views
    2,732

    Thanks...But you're about 3 years too late! haha...

    Thanks...But you're about 3 years too late! haha

    Appreciate the reply though. Hope it helps someone else!
  3. CS3 Thanks for this, only now it shows the first...

    Thanks for this, only now it shows the first button, but doesn't scroll down when you move the mouse!?
  4. CS3 Anyone else any ideas? Need this fairly urgent....

    Anyone else any ideas? Need this fairly urgent. Thanks
  5. CS3 See here: ...

    See here:

    http://www.godesigns.co.uk/misc/nav.html
  6. CS3 I had it like that first, but whilst it works, it...

    I had it like that first, but whilst it works, it shows the bottom button first rather than the top one?

    Sorry, I mean it prefers to show the bottom button up rather than the top button down.
  7. CS3 Apologies, the Channels I refer to are literally...

    Apologies, the Channels I refer to are literally the text that is on the buttons. The buttons are all then placed in to one movieclip.

    When I align them all 0.0 it goes completely mad, see...
  8. CS3 Help with vertical scroller controlled by mouse position?

    Using this code made by Genesis F5:


    // EXAMPLE CREATED BY GENESIS F5 (www.flashkit.com)

    stageheight = Stage.height / 2;
    overhangy = ((stageheight * 2) - image._height) / 2;...
  9. Replies
    10
    Views
    2,732

    Still doesn't appear to be working, having tried...

    Still doesn't appear to be working, having tried both of those. Not sure if i've actually used gparis' code correctly though.

    I make a button with the instance name, "button" and my MC should have...
  10. Replies
    10
    Views
    2,732

    ???

    ???
  11. Replies
    10
    Views
    2,732

    On the actual button? on(rollOver){ ...

    On the actual button?


    on(rollOver){

    _root.portfolio.play();

    this.swapDepths(99999);

    }
  12. Replies
    10
    Views
    2,732

    Quick Question about MC's and order...

    If you've got 3 movieclips, all of which are in the same place, and when you click a button, one of the MC's plays, then you click another button and another MC plays. How do you make it so the last...
  13. Replies
    14
    Views
    2,117

    Guys thank you so much. Genesis' solution has...

    Guys thank you so much. Genesis' solution has just worked a treat.

    Thanks for all your help.
  14. Replies
    14
    Views
    2,117

    Hi gparis, Thanks for this, it works, but not...

    Hi gparis,

    Thanks for this, it works, but not instantly. It works, but only after you resize the page.
  15. Replies
    14
    Views
    2,117

    So should it be like this: Stage.align =...

    So should it be like this:



    Stage.align = "B";
    Stage.scaleMode = "noScale";

    function resized():Void
    {
    topbar._y = $height - topbar._height
  16. Replies
    14
    Views
    2,117

    It's not moving at all at present though. If I...

    It's not moving at all at present though. If I place it in the middle of the scene, it's still there when the movie loads and it doesn't move at all. When I do the reverse and align everything to the...
  17. Replies
    14
    Views
    2,117

    Thanks again!! You're like my guardian angel of...

    Thanks again!! You're like my guardian angel of flash at the moment!!

    I have put what you've given me and it still doesn't position the top bar at the top of the screen. Here's what I have now,...
  18. Replies
    14
    Views
    2,117

    Anyone get any ideas? Cheers

    Anyone get any ideas?

    Cheers
  19. Replies
    17
    Views
    1,176

    That's brilliant now, apart from the fact that it...

    That's brilliant now, apart from the fact that it goes in relation to the MC and not relation to the scene as a whole?

    Thanks again for your help!
  20. Replies
    17
    Views
    1,176

    I've replaced the code with this: ...

    I've replaced the code with this:



    Distance1 = 25;
    this.onEnterFrame = function() {
    mouse._x = ((_root._xmouse-485)/Distance1)+485;
    mouse._y = ((_root._ymouse-600)/Distance1)+600; ...
  21. Replies
    17
    Views
    1,176

    I'm using CS4. I've resaved it for CS3 for you. I...

    I'm using CS4. I've resaved it for CS3 for you. I don't need the MC to rotate, just that I need it to react depending on the user's mouse on the stage and when you see the MC, you'll see how it needs...
  22. Replies
    17
    Views
    1,176

    Here's just the mouse. Cheers

    Here's just the mouse.

    Cheers
  23. Replies
    17
    Views
    1,176

    Thanks, have tried that just and it now and it...

    Thanks, have tried that just and it now and it still moves the wrong direction. Is it worth sending you a file with just the mouse picture in it so you can see how it looks and moves?

    Also, is it...
  24. Replies
    17
    Views
    1,176

    Right, I don't understand the exact maths of it,...

    Right, I don't understand the exact maths of it, so at the moment the mouse is going pretty much all over the place, but it's going in relation to the movieclip and I need it to go in relation to the...
  25. Replies
    17
    Views
    1,176

    Ok, I added the closing } to the end of the code...

    Ok, I added the closing } to the end of the code and it now works, although it sort of throws the mouse all over the place, completely the opposite direction!?
Results 1 to 25 of 158
Page 1 of 7 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center