tailieunhanh - Black Art of Java Game Programming PHẦN 8

Phần mở rộng của lớp này có thể là đá nhỏ, bụi cây, và như vậy. Lớp cmAbstractMovingScenery Lớp này là giống như tĩnh, nhưng cảnh quan này đang chuyển động. Mã này được hiển thị trong Liệt kê 12-13. Danh sách 12-13 khung cảnh chuyển động trừu tượng trừu tượng lớp | Black Art of Java Game Programming WordQuest bounds r x y public void setID int id id public int queryID return id public void setSpeed double X double Y speedX X speedY Y public void setSpeed double factor speedX factor speedY factor public int getSpeed if speedY 0 return warp int speedX speedY else return warp int speedX .5 Previous Table of Contents Next file D Downloads Books Computer Java 20Game 20Programming ch16 4 von 4 13 19 33 Black Art of Java Game Programming WordQuest Black Art of Java Game Programming by Joel Fan Sams Macmillan Computer Publishing ISBN 1571690433 Pub Date 11 01 96 Previous Table of Contents Next Defining the Sprite Images Next comes the tedious job of defining each type of Sprite s default look . This is used in the absence of an animation array of Images. To speed things up rather than actually drawing the Sprite every time it is required we will have the program generate an offscreen Image and put it in the animation array. Subsequent calls can simply make use of the default Image. Besides raw speed the advantage of this is that the same code can be used whether the Sprite is preanimated or not. Here s the method that will take care of creating the default Image public synchronized void generateImage if im null return Graphics blah anim new Image 1 switch id case ENEMY theColor new Color int 255 int 255 int 255 theColor 0 0 break - _ case BULLET theColor theColor 0 0 5 5 break case USER theColor 0 0 0 0 theColor 0 0 break file D Downloads Books Computer Java 20Game 20Programming ch16 .

TỪ KHÓA LIÊN QUAN
crossorigin="anonymous">
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.