A Flash Developer Resource Site

Search:

Type: Posts; User: EdDiE_E

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. I've actually got it how I want but the last...

    I've actually got it how I want but the last issue I'm facing is being able to click on an object with the claw when the object is placed underneath the claw (how I need it) in the timeline see 75181...
  2. Thanks for this and is a lot closer to what I...

    Thanks for this and is a lot closer to what I need, but I actually wanted the arm to replace the mouse cursor and move with the mouse rather than a drag and drop. The aim on the 'game' will be to...
  3. Ok, file attached... 75177 Thanks

    Ok, file attached...

    75177

    Thanks
  4. Hi thanks for your response... currently my code...

    Hi thanks for your response... currently my code is:




    stop();
    Mouse.hide();
    cursor_mc.startDrag(true);
  5. Stop mouse cursor moving past a certain Y axis point

    Hi, I am creating a e-card game for my company and I have replaced the mouse cursor with a hand grabbing animation. I would like to stop the user being able to move too far up on the screen so the...
  6. Replies
    5
    Views
    1,771

    I have used addchild successfully many times...

    I have used addchild successfully many times calling 1movie.clip but not in a loop as shown in code, I couldn't find help in a book which or through Google which is why I came on here to learn how to...
  7. Replies
    5
    Views
    1,771

    Thats the problem, I am unable to successfully...

    Thats the problem, I am unable to successfully use addchild with this with my lack of AS3 knowledge, so when I do:


    var item:Object = this.itemMain.addChild("item", "item"+i, i);

    I get the...
  8. Replies
    5
    Views
    1,771

    addChild multiple mcs

    Previously the below worked for AS2


    for(var i=0; i< rankArray.length; i++) {
    var item:Object = this.itemMain.attachMovie("item", "item"+i, i);
    item.alpha = 60;
    item.ranked = false;...
  9. Thanks for your fix, error no more.... cheers

    Thanks for your fix, error no more.... cheers
  10. Problems with using random function with while loop

    I have a while loop that I need to shuffle the order of my array. This was initially an AS2 code and am trying to convert this over but have come across with an error I don't understand so hoping...
  11. Replies
    13
    Views
    988

    I'm using a PC to test this...hmm anyway...

    I'm using a PC to test this...hmm

    anyway thanks for trying to help me.

    Eddie
  12. Replies
    13
    Views
    988

    Hey thanks for file but I'm still not see...

    Hey

    thanks for file but I'm still not see anythign work with this? I exported file and inserted in dreamWeaver and have put on server but no joy......link is here so you can see for yourself.
    ...
  13. Replies
    13
    Views
    988

    still no joy so yeh if you can put up a working...

    still no joy so yeh if you can put up a working example that would be great.

    thanks

    Eddie
  14. Replies
    13
    Views
    988

    I've tested .swf movie using a standalone flash...

    I've tested .swf movie using a standalone flash player and even uploaded the file to my server but nothing happens to the movie clip once the mouse is being moved around the screen?

    I'm using...
  15. Replies
    13
    Views
    988

    My main movie is at work but I quickly created a...

    My main movie is at work but I quickly created a movie clip with the instance name specified and inputted your script in a keyframe directly above the MC but nothing is happening when I move my...
  16. Replies
    13
    Views
    988

    scroll as in when you scroll your mouse wheel the...

    scroll as in when you scroll your mouse wheel the movie clip moves but will will not move off the screen so there needs to be something in place which says you cannot move past this point.....hope...
  17. Replies
    13
    Views
    988

    Create slight movement with movie clip???

    Hi I have a movie clip which is exactly W: 1100 H: 750

    All i need is to add is mouse movement so when you scroll up down left right the movie clip moves about 50pixels in each direction.....any...
  18. Creating movement with mouse cursor but with restrictions

    Hi

    I have the following code which works fine but I would like to set a restriction on how far the movie will travel on it's x and y axis. How can this be achieved?


    speed = .99; ...
  19. Replies
    5
    Views
    922

    CS3 Hi I've taken and attached 1 of my sample...

    Hi I've taken and attached 1 of my sample (slanted) movies in CS3 format and have put on a gradient bg so if you are able to get a AS2 reflection working with this one I can repeat the process for my...
  20. Replies
    5
    Views
    922

    CS3 yes I have a few movies playing with about 20...

    yes I have a few movies playing with about 20 frames on the timeline each....I have created this effect manually but because my movies are placed on a gradiented bg and are slanted it does not look...
  21. Replies
    1
    Views
    462

    fixed, it was my full screen mode preventing it...

    fixed, it was my full screen mode preventing it from loading correctly
  22. Replies
    1
    Views
    462

    Weird IE preloader loading problems

    For some reason my normal preloader does not want to work since I've moved to CS4. I get the following on my screen http://www.directionfirst.com/temp/ieshowing.jpg

    my script is as follows


    ...
  23. Replies
    5
    Views
    922

    CS3 Simple reflection effect AS2

    I need something exactly like this:

    http://www.actionscript.org/resources/articles/760/1/Simple-reflection-effect-with-AS2/Page1.html

    but that does this effect to an already existing movie...
  24. you are a genius thank you Eddie

    you are a genius

    thank you

    Eddie
  25. [CS3] Adding a frame link to the following script

    Hi i have it set up so when you rollover an image it performs an animation and when you press the image, it reverses the animation. What i need is that when it has finished reversing, I then want it...
Results 1 to 25 of 38
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center