A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Variables="";

  1. #1
    Houseguy
    Join Date
    Apr 2000
    Posts
    173

    Variables="";

    Hi im wondering if there is any way to set all my variales in my swf to ="";?

    Cheers/Ekvall
    Andreas (houseguy) Ekvall

  2. #2
    If you can isolate some container for your variables (an MC, an array, an object) then you can use

    for(i in this) this[i]=0

    Jorge
    Developper
    www.estudiobaires.com

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