A Flash Developer Resource Site

Search:

Type: Posts; User: adamsr

Page 1 of 6 1 2 3 4

Search: Search took 0.26 seconds.

  1. Replies
    11
    Views
    510

    Cheers BIG Jolt, that's exactly what i needed...

    Cheers BIG Jolt,

    that's exactly what i needed :)
  2. Replies
    11
    Views
    510

    yes but if the user has an old version of the...

    yes but if the user has an old version of the flash player, then i want to go and play a movie which is compatible with that, rather than making them download a new version. I would like to use some...
  3. Replies
    11
    Views
    510

    is there any way to detect the user's flash...

    is there any way to detect the user's flash player version and re-direct them to a different movie depending on the version of flash player they have, i.e. one page for flash 6, another for flash 5,...
  4. Thread: function help

    by adamsr
    Replies
    3
    Views
    458

    i am basically doing what you say, but for some...

    i am basically doing what you say, but for some reason the function isn't running, i have a trace action inside the function, but it never gets run.

    i think it may be something to do with the way...
  5. Thread: function help

    by adamsr
    Replies
    3
    Views
    458

    i have some working actionscript, but want to...

    i have some working actionscript, but want to convert it to a function.

    the functions are declared in the timeline of a movieclip, then are called from buttons within the same movieclip, but it...
  6. Thread: Your Dream Car

    by adamsr
    Replies
    103
    Views
    4,649

    they have had non-road legal versions of the tvr...

    they have had non-road legal versions of the tvr speed 12 doing over 240 Mph, now that's what i call impressive, didn't see any 0-60 times for that version though.....

    still just a little out of...
  7. Thread: Your Dream Car

    by adamsr
    Replies
    103
    Views
    4,649

    this has got to be the best road car of all...

    this has got to be the best road car of all time!!

    the TVR speed 12 could out drag the maclaren F1, dodge viper, porche 911 and lambourghini diabalo, it's just awsome.

    0-60Mph = 2.9 seconds...
  8. Replies
    1
    Views
    381

    from a projecter file you just use : ...

    from a projecter file you just use :

    fscommand("exec","program.exe");
  9. Replies
    4
    Views
    591

    i have been using win Me and flash 5 for about 6...

    i have been using win Me and flash 5 for about 6 months now with no probs. it's probably another piece of software on the machine causing problems with flash..... tough one to sort out though.
  10. Replies
    1
    Views
    487

    where are you putting the actionscript?? if...

    where are you putting the actionscript??

    if you want separate code for each movieclip you have to put the actionscript on that movieclip.

    on the main timeline, right click on the movieclip,...
  11. Replies
    2
    Views
    481

    i don't see what you are trying to do, at the...

    i don't see what you are trying to do, at the moment you have all four movies in separate cells of a table on a html page, am i right so far, if so why are you trying to load the small movieclips...
  12. Thread: Frames

    by adamsr
    Replies
    1
    Views
    419

    all you have to do is make movieclips with the...

    all you have to do is make movieclips with the contents displayed in the middle of the monitor, then hide the movieclip and just displat it when the button is pressed. you do not need to use frames,...
  13. Replies
    4
    Views
    482

    it is meant to do that, as the trial program lets...

    it is meant to do that, as the trial program lets you experiment with the program so you can see if you like it, but it will scramble the letters unless you register the program.

    when you register...
  14. Replies
    7
    Views
    613

    you can get the movieclip to play backwards...

    you can get the movieclip to play backwards really easily, it is a very useful technique

    you will need to use the same code for the button as before, but just change the actionscript of the...
  15. Replies
    7
    Views
    613

    right what you need to do is use actionscripting...

    right what you need to do is use actionscripting rather than going to a frame in the timeline when the mouse is over the button. firstly right click on the movieclip that you want to fade in and out...
  16. Replies
    7
    Views
    613

    there is a fault in the actionscripting for the...

    there is a fault in the actionscripting for the animation that plays when the mouse is over one of the buttons. If you rollon then rolloff the button quickly, the animation jumps, i.e. the alpha...
  17. Thread: Visited Links

    by adamsr
    Replies
    2
    Views
    637

    i think that you will have to use something like...

    i think that you will have to use something like cookies, as you want one set of variables for each user that is viewing the site, so the variable set will have to be stored on the client machine,...
  18. Thread: FPS

    by adamsr
    Replies
    1
    Views
    451

    it will make the file bigger, as to make a 10...

    it will make the file bigger, as to make a 10 second movie at 90 FPS you will need 900 frames, whereas at 12 FPS which is default only 120 frames are needed. also the human eye cannot make out any...
  19. Thread: Load Movie

    by adamsr
    Replies
    4
    Views
    584

    i'm not sure of the exact method of doing this in...

    i'm not sure of the exact method of doing this in flash 4 (i cant remember back that far) but you should be able to set the x and y coordinates of the loaded movie, as at the moment it is not quite...
  20. Replies
    1
    Views
    477

    is the movie that you want to stop playing a...

    is the movie that you want to stop playing a movieclip? or is it in the main timeline on a different layer?

    to stop it playing you just need to put an action on the button like this:-

    on...
  21. Thread: funky rollovers

    by adamsr
    Replies
    4
    Views
    484

    buttonOver is just a variable name, if you use...

    buttonOver is just a variable name, if you use the setVariable action, just type the variable name in the top box, and the value in the bottom box, you can call it anything you like, buttonOver is...
  22. Thread: funky rollovers

    by adamsr
    Replies
    4
    Views
    484

    there are probably many different ways of doing...

    there are probably many different ways of doing this, but the method i uses has always been reliable, so here goes. first have a movieclip with the animation you want, you don't need to animate both...
  23. Replies
    2
    Views
    446

    the easiest way is to have the list of text you...

    the easiest way is to have the list of text you want motion tweened in a movieclip, the tweening will give the effect of the list moving upwards. you need to then either use a layer mask, or an...
  24. Replies
    1
    Views
    369

    the window is basically a movieclip, and the drag...

    the window is basically a movieclip, and the drag bar is a button, to drag you need this actionscript on the button:-

    on (press) {
    startDrag (this);
    }
    on (release) {
    stopDrag ();
    }
  25. Replies
    2
    Views
    538

    with imported objects such as sound and pictures,...

    with imported objects such as sound and pictures, they are not compressed much, so their filesize is basically the same, so the only solution is to use less pictures, or a smaller mp3, or try to...
Results 1 to 25 of 149
Page 1 of 6 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center