A Flash Developer Resource Site

Search:

Type: Posts; User: Alex_Cherkasoff

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Replies
    11
    Views
    13,258

    wow...

    wow...
  2. Replies
    14
    Views
    40,864

    so true....

    so true....
  3. wow = ) never thought anybody could preserve...

    wow = )
    never thought anybody could preserve them...
  4. Replies
    1
    Views
    5,219

    Actually it doesn't matter was this preloader...

    Actually it doesn't matter was this preloader made for the site or for the animation. It will work the same way.
    I should have few source codes for preloaders somewhere if you still need them.
  5. Replies
    7
    Views
    2,482

    that IS the problem. whenever I try to control...

    that IS the problem.
    whenever I try to control sound in _root.module.soundManager, it transforms ENTIRE root instead.
    but it shouldn't.
  6. Replies
    7
    Views
    2,482

    I need to transform sound only in...

    I need to transform sound only in _root.module.soundManager object, not in entire root of document
  7. Replies
    7
    Views
    2,482

    Sound.setTransform not working!

    Hi!
    I have trouble with applying Sound.setTransform to Movieclip which is loaded as the runtime library soundManager (path: MainEngine3_9_2_compact\module\sound).

    It loads MP3 file, and I want to...
  8. you need to use attachMovie, and set attached...

    you need to use attachMovie, and set attached movieClip coordinates as your bullet movieclip
  9. Replies
    3
    Views
    2,189

    for (var i = 1; i

    for (var i = 1; i<=15; i++) {
    this["path_button_"+i].enabled = true;
    this["path_button_"+i].onRollOver = function() {
    _root.module.cursor.setState("walk");
    };
    this["path_button_"+i].onRollOut =...
  10. Replies
    3
    Views
    2,189

    thanks. It's almost perfect. = ) Is there a...

    thanks.
    It's almost perfect. = )
    Is there a correct syntax to character.goToNode part?
    it's also changing from 1 to 15 (not just "node1" every time).
    I've tried character.goToNode(["node_"+i],...
  11. Replies
    3
    Views
    2,189

    15 buttons script

    Hi, I have 15 buttons on Stage.
    All of them are named similar except numbers (1-15)
    Action Scripts are also the same except numbers (1-15).
    Script is pretty long, can it be optimized using...
  12. AS 2 do you have the script\story for it?

    do you have the script\story for it?
  13. AS 2 still needs lot of work = )

    still needs lot of work = )
  14. Replies
    2
    Views
    5,044

    I think you might find the answer here.......

    I think you might find the answer here....
    https://board.flashkit.com/board/showthread.php?836709-Site-is-stuck&p=4336064#post4336064
  15. AS 2 what are you going to do? a point and click...

    what are you going to do?
    a point and click adventure or something?
  16. Replies
    20
    Views
    123,963

    really, why? what's the point in keeping nothing...

    really, why?
    what's the point in keeping nothing but just forums?

    I've been using this site since 2000s, have tons of FLAs downloaded from here.
    It really helped me in learning Flash
  17. Replies
    20
    Views
    123,963

    I don't know. works fine for me....

    I don't know. works fine for me....
  18. it says there's something wrong with swish...

    it says there's something wrong with swish version, can't open it either
  19. yeah, looks better. now you need to make the...

    yeah, looks better.
    now you need to make the motion 10 times slower to fit with new FPS count :)
  20. what I just did is applied some GPU setting to my...

    what I just did is applied some GPU setting to my Flash Player application.
    However, on other machines we may still encounter screen tearing, because V-sync have to be set manually.
  21. https://appuals.com/how-to-fix-screen-tearing/ ...

    https://appuals.com/how-to-fix-screen-tearing/

    I've fiddled with few settings. and it's slightly better now, but not perfect
    75969
  22. I think it's called "screen tearing"

    I think it's called "screen tearing"
  23. can you define what's "image vibration"? do you...

    can you define what's "image vibration"?
    do you have any examples?
  24. maybe try using setMask? or just mask certain...

    maybe try using setMask?
    or just mask certain part of images as separate Movieclips....
  25. on (rollOver) { ...

    on (rollOver) {
    my_image.onEnterFrame=function (){
    this.forceSmoothing = true;
    this.smoothing = "Best";
    this.smoothing =true ;
    this._quality = "BEST";...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center