Форум Flasher.ru

Форум Flasher.ru (http://www.flasher.ru/forum/index.php)
-   ActionScript 1.0/2.0 (http://www.flasher.ru/forum/forumdisplay.php?f=93)
-   -   LoadMovie() (http://www.flasher.ru/forum/showthread.php?t=94930)

BM Senya 25.04.2007 15:27

Я вот так сделал, ошыбку выбивает!!! Неправилно?
Код:

var OldMc:MovieClip;
function onMcRelease () {
        loadMovie(this.fileToLoad);
        mc1.fileToLoad = "services.swf";
mc2.fileToLoad = "contacts.swf";
        this._alpha = 50;
        delete this.onRelease;
        if (OldMc) {
                OldMc._alpha = 100;
                OldMc.onRelease = onMcRelease;
               
        }
        OldMc = this;
}

mc1.onRelease = onMcRelease;
mc2.onRelease = onMcRelease;
mc3.onRelease = onMcRelease;
mc4.onRelease = onMcRelease; 
mc5.onRelease = onMcRelease;
mc6.onRelease = onMcRelease;


Kikasso 25.04.2007 15:35

Голову пора включать.
Код:

mc1.onRelease = onMcRelease;
mc1.fileToLoad = "services.swf";

В конце, т.е. вне функции.

BM Senya 25.04.2007 15:39

Всё равно ошибка
вто чё пишет
Код:

**Error** Scene=Scene 1, layer=Layer 18, frame=1:Line 3: Wrong number of parameters; loadMovie requires between 2 and 3.
            loadMovie (this.fileToLoad);

Total ActionScript Errors: 1          Reported Errors: 1


Kikasso 25.04.2007 15:58

Код:

loadMovie (this.fileToLoad, "p1");
Самому можно было догадаться.

BM Senya 25.04.2007 16:25

благодарю за помощь!!!


Часовой пояс GMT +4, время: 00:13.

Copyright © 1999-2008 Flasher.ru. All rights reserved.
Работает на vBulletin®. Copyright ©2000 - 2026, Jelsoft Enterprises Ltd. Перевод: zCarot
Администрация сайта не несёт ответственности за любую предоставленную посетителями информацию. Подробнее см. Правила.