1: 2: 3: 4: 5: 6: 7: 8:
tellTarget ("someMC") { gotoAndPlay("someWhere"); } should be... someMC.gotoAndPlay("someWhere");