A Flash Developer Resource Site

Search:

Type: Posts; User: pheelicks

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    479

    email sent

    email sent
  2. Replies
    8
    Views
    614

    Gradinafrica, what is the point in posting the...

    Gradinafrica, what is the point in posting the lowest you've ever achieved? I would advise you to try and put together a few examples of the best you can do and then entice people with that.
  3. Replies
    7
    Views
    1,045

    email sent

    email sent
  4. Replies
    1
    Views
    465

    PM sent

    PM sent
  5. Do you have a .fla that you want saved in version...

    Do you have a .fla that you want saved in version 6.0 (so it can be edited with an earlier veersion of flash) or do you just want to publish a .fla file so that it works with flash player 6?
  6. Replies
    3
    Views
    660

    you can't distort a symbol in such a way, only...

    you can't distort a symbol in such a way, only raw graphics
  7. Replies
    1
    Views
    297

    Mouse.show() if you want it show up when you...

    Mouse.show()

    if you want it show up when you press a key do something like:


    if(Key.isDown(Key.SPACE)){
    Mouse.show()
    }
    else{Mouse.hide()
    }
  8. Replies
    10
    Views
    2,019

    V nice graphics, yet so simple. Good game....

    V nice graphics, yet so simple. Good game. Although at the end of the 2nd level the game wouldn't return to the menu....
  9. Replies
    3
    Views
    660

    This will only work for graphics you've drawn,...

    This will only work for graphics you've drawn, once you convert them into a movieclip it won't let you. If you doubleclick on the movieclip itself and try and distort the actual graphics then you'll...
  10. Replies
    10
    Views
    908

    Right, if you want it step by step: 1. Open...

    Right,

    if you want it step by step:

    1. Open Flash

    2. Draw a rectangle

    3. Select it and press F8 to convert it to a movieclip
  11. Replies
    10
    Views
    908

    hi, I've just noticed as this is in AS3 forum,...

    hi,

    I've just noticed as this is in AS3 forum, are you planning on making this using AS3? If so I can't really help you and I'm sorry to have posted in the wrong place.

    For something as simple...
  12. You could put a mask in the movieclip which you'd...

    You could put a mask in the movieclip which you'd motion tween so you'd only ever see the part of them you'd want. This way you can change the graphics easily later if you want
  13. Replies
    11
    Views
    824

    Not bad, but when you go on instructions it does...

    Not bad, but when you go on instructions it does something wierd. Also add an option to turn the sound off (all games should have this....)

    With a bit of tweaking it could be quite nice :)
  14. Replies
    10
    Views
    908

    Put the images into one movieclip and then attach...

    Put the images into one movieclip and then attach code to it that will make it move. Something like:


    onClipEvent(enterFrame){
    if(_x-(Stage.width/2-_root._xmouse)/100
    >0 &&...
  15. Replies
    4
    Views
    11,911

    Seems you can get around it by using the matrix...

    Seems you can get around it by using the matrix class:

    import flash.geom.Matrix;
    import flash.geom.Transform;

    var myMatrix:Matrix = new Matrix();
    myMatrix.rotate(2);...
  16. Replies
    4
    Views
    11,911

    Hi, I think your problem comes from the fact...

    Hi,

    I think your problem comes from the fact that _rotation property can't take on a smooth range of values so adding 0.05 each time will not change the screen appearance every frame leading to a...
  17. Replies
    3
    Views
    450

    pm sent

    pm sent
  18. Replies
    21
    Views
    7,908

    Just, wow. Great job Might have to learn AS3...

    Just, wow. Great job

    Might have to learn AS3 now after all.....
  19. Replies
    8
    Views
    519

    London, I'm guessing this was the same guy who...

    London,

    I'm guessing this was the same guy who you wanted this done for?

    http://board.flashkit.com/board/showthread.php?t=757534

    I emailed you about it. I'm guessing that job is off then?
  20. Hmm strange that.... Hope it gets sorted If...

    Hmm strange that....

    Hope it gets sorted

    If you want, I could help you out with this project, shouldn't take long. Email me if interested:

    felixpalmer {at___symbol} googlemail {dot} com
  21. in User CP, on the left side of the page click...

    in User CP, on the left side of the page click Edit Options and then tick the Enable Private Messaging box about halfway down the page
  22. Email sent!

    Email sent!
  23. pm sent!

    pm sent!
  24. Replies
    1
    Views
    337

    Project complete. Paid very quickly. No problems...

    Project complete. Paid very quickly. No problems at all :)
  25. email sent!

    email sent!
Results 1 to 25 of 26
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center