Danh mục

Similarities Between Actionscript 1.0 and 2.0

Số trang: 2      Loại file: pdf      Dung lượng: 8.24 KB      Lượt xem: 8      Lượt tải: 0    
10.10.2023

Hỗ trợ phí lưu trữ khi tải xuống: miễn phí Tải xuống file đầy đủ (2 trang) 0

Báo xấu

Xem trước 2 trang đầu tiên của tài liệu này:

Thông tin tài liệu:

Giữa tương Actionscript 1,0 và 2,0 Được rồi, cho đến thời điểm này chúng tôi đã chỉ nói chuyện về tất cả mọi thứ đó là khác nhau giữa hai phiên bản của ActionScript. Nhưng những gì về họ là như nhau? Điều gì khó khăn giành được kiến thức về ActionScript 1,0 mà bạn đang có vẫn còn áp dụng đối với ActionScript 2.0?
Nội dung trích xuất từ tài liệu:
Similarities Between Actionscript 1.0 and 2.0 < Day Day Up >Similarities Between Actionscript 1.0 and 2.0Okay, up to this point weve only talked about everything thats different between the twoversions of ActionScript. But what about them is the same? What hard-earned knowledgeof ActionScript 1.0 that you currently have is still applicable to ActionScript 2.0?Fortunately, plenty!You still control movie clips with this syntax:myMovieClip_mc.gotoAndPlay(15);You still create conditional statements the same way:if (myNumber1 + myNumber2 == 20 && enabled != true){ //actions;}or looping statements this way:for (i = 0; i And scripts can still be assigned to button and movie clip instances using the on() andonClipEvent() event handlers. < Day Day Up >

Tài liệu được xem nhiều: