A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Why why

  1. #1
    Senior Member interesting's Avatar
    Join Date
    Nov 2002
    Location
    Sometimes in Estonia, sometimes in Sweden
    Posts
    196

    Why why

    onClipEvent(load){
    this._yscale=0;
    this._xscale=0;
    this._alpha=0;
    }
    onClipEvent(enterFrame) {
    for (i=0; i<10; i++){
    _root.ruut._yscale+=1;
    _root.ruut._xscale+=1;
    _root.ruut._alpha+=10;
    }
    }


    Why doesent my for loop stop going=???
    The "ruut" just goes bigger and bigger and never stops...
    so.. thats wmy question!
    The situation is different now!

  2. #2
    Senior Member interesting's Avatar
    Join Date
    Nov 2002
    Location
    Sometimes in Estonia, sometimes in Sweden
    Posts
    196

    Hi

    De nada!
    Solved it!
    Last edited by interesting; 11-16-2004 at 03:12 PM.
    The situation is different now!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center