FLASH—communication between seperate swf's

Out of context: Reply #5

  • Started
  • Last post
  • 5 Responses
  • steadyvibe0

    Here is my code. they all have instance names!

    //Load IBC logo
    this.ibcstub_mc.loadMovie("ibc.s...
    this.ibcstub_mc._x = 25;
    this.ibcstub_mc._y = 15;

    //Load Navigation
    this.navstub_mc.loadMovie("navig...
    this.navstub_mc._x = 25;
    this.navstub_mc._y = 137;

    //Load Main Window
    this.mainstub_mc.loadMovie("main...
    this.mainstub_mc._x = 261;
    this.mainstub_mc._y = 28;

    //Load Main Bottom Window
    this.bottomstub_mc.loadMovie("bo...
    this.bottomstub_mc._x = 261;
    this.bottomstub_mc._y = 408;

    trace(this.navstub_mc.menu_mc.);

View thread