A Flash Developer Resource Site

Search:

Type: Posts; User: lzooml

Search: Search took 0.02 seconds.

  1. Replies
    2
    Views
    2,495

    Erasable image in AS3

    There is a piece of code for erasing a mask with mouse in AS3
    Works perfectly. However, I need to detech if the whole image above is completely erased and if so, an action will take place such as...
  2. Replies
    1
    Views
    1,970

    Press and hover detection

    I want to detect when the mouse is pressed & held and hovered over a certain movieclip, let's call it "a"

    How can I detect this action ?
  3. Thread: Painting effect

    by lzooml
    Replies
    1
    Views
    2,876

    Painting effect

    I want to achieve painting effect in flash.

    There will be a brush attached to cursor and once I click&hold the mouse button while moving it on the canvas it will be painting a predetermined...
  4. Imported image anti-aliasing problem with free transform tool

    I realized that when I rotate the image I imported to stage (a png image without background), Image gets somehow corrupted, what I mean is on the edges of the image there is anti-aliasing problem.
    ...
  5. Replies
    2
    Views
    1,705

    Apparently the problem is that, this if statement...

    Apparently the problem is that, this if statement is executed once at the very beginning and then it's done.
    What I need is checking it all the time. However, a simple while loop doesn't work as...
  6. Replies
    2
    Views
    1,705

    If statement problem

    I have 2 different movieclips named stain1 and stain2

    in stain1 there is a integer variable "val1" which is initially = 0
    in stain2 there is another integer named "val2" and its value is also = 0...
  7. Quite straightforward! Thanks so much.

    Quite straightforward!

    Thanks so much.
  8. Replies
    2
    Views
    1,882

    Thank you :)

    Thank you :)
  9. Replies
    2
    Views
    1,882

    Keeping the custom cursor over content

    To use a custom cursor, simply used the following piece of code;


    Mouse.hide();

    stage.addEventListener(MouseEvent.MOUSE_MOVE,follow);

    function follow(E:MouseEvent)
    {
    cursor_mc.x = mouseX;
  10. [RESOLVED] Transformation with mouse click and hold

    I have a movie-clip

    In itself, it transforms an another shape.

    What I want to achieve is, as I press and hold over the movie-clip it will start transforming. When I release the mouse button, it...
  11. Replies
    1
    Views
    1,664

    No idea at all ?

    No idea at all ?
  12. Replies
    1
    Views
    1,664

    Expanding banner over content

    Planning to design a banner, let's say, 800x150 px.

    It will expand upon mouse interaction and the size will expand to 800x500 px

    To do so, should I start with a project having the size of...
Results 1 to 12 of 12




Click Here to Expand Forum to Full Width

HTML5 Development Center