A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: is there anyway to change the level of an clip?

  1. #1
    Junior Member
    Join Date
    Jun 2001
    Posts
    26
    Hi!

    I got all the morning to do with these $§!*#-levels of flash and now I ask myself (and there's apparently no answer), if there is any way to get for example an clip called stage (_level6.stage) to for example _level99?

    Can someone help me? I'm really stuck!

    Thanks!

  2. #2
    Senior Member
    Join Date
    Jun 2000
    Posts
    1,180
    Hi..
    You can use the swapDepths action with levels:

    on (release) {
    _level6.swapDepths("_level99");
    }

    Hope this helps.

  3. #3
    Junior Member
    Join Date
    Jun 2001
    Posts
    26
    So, that looks really fine and - if it worked, it would have solved all my problems - but it doesn't...

    Have you ever tried this syntax before? Did it ever work somewhere else?

    Or could it be any other problem in my script?

    Thanks so far!

    .tobi.

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