A Flash Developer Resource Site

Search:

Type: Posts; User: littleofflash

Search: Search took 0.02 seconds.

  1. I have another problem for you.

    Hello again. I have another problem for your help. I have uploaded the file I am working on. How would I code the computer to drag and drop it in another place without changing the brushes code and...
  2. I removed this code as you mentioned. However, I...

    I removed this code as you mentioned. However, I did not add the other code in since when I did anything further zeke would not work like I wanted him to.


    mc.X = mc._x;
    mc.Y = mc._y;

    As you...
  3. Hi again. It works, zeke goes from frame one to...

    Hi again. It works, zeke goes from frame one to frame two, however when he is dragged away from the target and dropped he goes back to the target instead of staying where I want him to stay. I have...
  4. Have you ever received an answer to this question?

    Have you ever received an answer to this question?
  5. Replies
    24
    Views
    10,370

    Actually I am not sure what it is that I want to...

    Actually I am not sure what it is that I want to use. However, I want to drag object named zeke into another frame, like taking zeke out of the living room and moving him into the kitchen. Making it...
  6. Replies
    24
    Views
    10,370

    I was thinking. Perhaps I need to use onRollOver...

    I was thinking. Perhaps I need to use onRollOver function. ???
  7. Replies
    24
    Views
    10,370

    Here I am again. You certainly are good at this...

    Here I am again. You certainly are good at this flash actionscript stuff. Now I am trying to drag a movie clip(called zeke) from Scene1 to Scene2. I made an alpha movie clip and placed it at the far...
  8. Replies
    24
    Views
    10,370

    That makes sense and it works. Thx for giving me...

    That makes sense and it works. Thx for giving me more info. :-)
  9. Replies
    24
    Views
    10,370

    Yes, I see what you mean. I now have two buttons...

    Yes, I see what you mean. I now have two buttons on my stage, one is rotate_right and the other is rotate_left. I have put the code you gave me on the frame. I also have himself, which is a movie...
  10. Replies
    24
    Views
    10,370

    Hey, that worked great :-). Thx. Another item...

    Hey, that worked great :-). Thx.

    Another item I am working on is rotation of a movie clip. This works for rotation:

    onClipEvent(mouseDown)
    {
    // see if user clicked on this image
    bounds =...
  11. Replies
    24
    Views
    10,370

    What I am looking to do, is like the other...

    What I am looking to do, is like the other project. Only this time the movie clip will get smaller as it is moved to another location. When the same movie clip is brought back to the orignial...
  12. Replies
    24
    Views
    10,370

    I have another drag and drop question. Is there a...

    I have another drag and drop question. Is there a code that will allow me to drag a movie clip to the top and while doing so it gets smaller and stays smaller after dropping?

    And then, when...
  13. Replies
    24
    Views
    10,370

    awesome!!!

    awesome!!!
  14. Replies
    24
    Views
    10,370

    further details

    I'm doing a paper doll project when means the item dragged onto the doll will be dragged and dropped again if the player so desires. Only when I did this, as soon as I dropped the item onto the doll...
  15. Replies
    24
    Views
    10,370

    further explanation

    what I mean is, after doing the first drag and drop, this MC then resizes to 100% and fits the item B. However, when I pick up the MC again from that location, drag it and drop it onto item B again,...
  16. Replies
    24
    Views
    10,370

    help....

    I have applied this to my own project and is works up to a point. This is what I put on my MC

    on(press){
    this.w = this._width;
    this.h = this._height;

    startDrag(this,true)
    this._width =...
Results 1 to 16 of 16




Click Here to Expand Forum to Full Width

HTML5 Development Center