Scrollbar Yapımı

3:17 am Flash Dersleri

Öncelikle iki tane buton yapın ve bir tanede dynamic text açın.Burada dynamic text içinde yazı varmış gibi kabul edip yapıyorum ona göre.. : )

Aşağı butonu için;

on (press) {
onEnterFrame = function () {
dynamictextimiz.scroll += 1;
};
}on (release, releaseOutside) {
delete onEnterFrame;
}

Yukarı butonu için;

on (press) {
onEnterFrame = function () {
dynamictextimiz.scroll -= 1;
};
}
on (release, releaseOutside) {
delete onEnterFrame;
}
Yorum Yaz

Yorum

You can use these tags: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <code> <em> <i> <strike> <strong>

Please note: Comment moderation is enabled and may delay your comment. There is no need to resubmit your comment.