A Flash Developer Resource Site

Search:

Type: Posts; User: gorlummeeguvnor

Page 1 of 20 1 2 3 4

Search: Search took 0.14 seconds.

  1. Replies
    22
    Views
    4,182

    I haven't tried but an answer might be to use...

    I haven't tried but an answer might be to use setInterval and updateAfterEvent().
  2. Replies
    5
    Views
    14,781

    Really like the photo's and its good to see you...

    Really like the photo's and its good to see you back posting again.
    They show just how in love with and reliant on electricity we are.
  3. Replies
    3
    Views
    2,214

    AS 2 xspeed is a variable not a function and you need...

    xspeed is a variable not a function and you need onEnreFrame in the rollOut function. As a point to note you would get smoother movement using setInterval.
    xspeed=5;
    right=200;
    left=50;
    ...
  4. Replies
    1
    Views
    1,728

    AS 2 delete the onEnterFrame otherwise it will keep on...

    delete the onEnterFrame otherwise it will keep on going even though it is doing nothing. Why set ._x = 0?

    onClipEvent(load) {
    this._x=0;
    vx=5;
    right=30;
    left=0;
    }

    on (rollOver) {
  5. Or this might also be a suitable answer. on...

    Or this might also be a suitable answer.

    on the main timeline set the depths of your movieClips. for instance
    m1.swapDepths(1);
    m2.swapDepths(3);
    m3.swapDepths(5);
    m4.swapDepths(4);...
  6. Replies
    1
    Views
    6,627

    movie.interval = setInterval(move, 1000/fps);...

    movie.interval = setInterval(move, 1000/fps);
    you are setting the frame rate to 1 per 1000 milliseconds divided by fps or in this case 15. That is the speed of the call of the interval. If you set...
  7. Replies
    4
    Views
    2,233

    try this mc._xscale*=-1;

    try this
    mc._xscale*=-1;
  8. Replies
    15
    Views
    8,148

    just a scale reference - and i really ment ice...

    just a scale reference - and i really ment ice axe. oops
  9. Replies
    15
    Views
    8,148

    fantastic. I have been trying to get up close to...

    fantastic. I have been trying to get up close to insects in the garden but sadly not produced anything like these. Did you give it the yellowy green wash in photoshop or is that how the photo is? And...
  10. Replies
    4
    Views
    4,028

    Great photo. Lip smackin' :)

    Great photo. Lip smackin' :)
  11. Replies
    2
    Views
    2,794

    the way to stop onEnterFrame is 1 - delete...

    the way to stop onEnterFrame is

    1 - delete this.onEnterFrame;
    or
    2 - this.onEnterFrame = null;

    hope this helps
  12. Replies
    5
    Views
    4,041

    like so?

    like so?
  13. Replies
    5
    Views
    4,041

    In the garden

    Looked good in the camera's screen.
    Would be interested to learn how to improve the shot
  14. Replies
    10
    Views
    5,216

    I'm sure you are right in what you say about...

    I'm sure you are right in what you say about posting and not receiving replies or comments. I am always looking at the fantastic work that is posted on this forum but you know because I know nothing...
  15. Replies
    6
    Views
    4,532

    My daughter says it works perfectly and thank you...

    My daughter says it works perfectly and thank you very much.
  16. Replies
    6
    Views
    4,532

    Thank you very much. I'll get her to try that.

    Thank you very much. I'll get her to try that.
  17. Replies
    6
    Views
    4,532

    Thank you for your replies. I'm not too sure...

    Thank you for your replies.
    I'm not too sure what you are refering to.
    Here is what she does.

    1 - she takes photo
    2 - she opens it in photoshop
    3 - she "saves as" jpeg
    4 - then jpeg options...
  18. Replies
    6
    Views
    4,532

    Any idea why this is happening

    On behalf of my daughter - again.
    Would any of you have an idea as to why the "skyline" photos have got all those lines across them.
    Thanks
    http://www.artorchard.co.uk/page4.htm
  19. stopAllSounds stops all sounds in the movie. What...

    stopAllSounds stops all sounds in the movie. What I advise is to read in the help files about the sound object. Its quite straightforward and much easier to manipulate sounds.
    If you want to you...
  20. CS3 post your fla here.

    post your fla here.
  21. MX please post the flash mx fla

    please post the flash mx fla
  22. Replies
    6
    Views
    4,448

    Thanks for all that, I shall make sure she takes...

    Thanks for all that, I shall make sure she takes note of what you have said.
  23. Replies
    6
    Views
    4,448

    Thank you both very much for that. She has gone...

    Thank you both very much for that. She has gone ahead and ordered it. I am intrigued by "just remember that you need to learn to use it properly". I'm guessing you mean more than "make sure its on...
  24. Replies
    6
    Views
    4,448

    lens for Nikon D5000

    If I may quiz you on behalf of my daughter who rather annoyingly seems incapable of posting her own question.
    She has a Nikon D5000 and wants a fast lens for low light band photography. She has a...
  25. MX what version of flash are you using?

    what version of flash are you using?
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center