![]() |
|
||||||||||
|
|||||
|
Banned
Регистрация: Sep 2001
Сообщений: 6,162
|
Мадокан или просто мой сосед Matthias Kannengiesser написал так
MovieClip.prototype.fpsmeter = function ()
{
this.zaehler = 0;
this.onEnterFrame = function ()
{
this.zaehler++;
};
anzeigen = function ()
{
trace(this.zaehler);
this.zaehler = 0;
};
setInterval (this, "anzeigen", 1000);
};
ASSetPropFlags (MovieClip.prototype, "fpsmeter", 1);
// ## Beispiel Aufruf: ##########
this.fpsmeter ();
|
![]() |
Часовой пояс GMT +4, время: 02:27. |
|
|
« Предыдущая тема | Следующая тема » |
|
|