首页>代码>java swing开发飞机大战小游戏>/src - 副本/com/tarrena/shoot/Bee.java
package com.tarrena.shoot;

import java.util.Random;

public class Bee extends FlyingObject implements Award{
	private int xSpeed=2;//Bee飞行的x左边速度;
	private int ySpeed=2;//bee飞行的y坐标的速度;
	private int awardType;//奖励类型
	private int direction;
	@Override
	public int getType() {
		return awardType;
	}
	
	public Bee(){
		image=ShootGame.bee;
		width=image.getWidth();
		height=image.getHeight();
		Random rand=new Random();
		x=rand.nextInt(ShootGame.WIDTH-this.width);
		y=-this.height;
		awardType=rand.nextInt(2);
	}
	Random rand1=new Random();
	@Override
	public void step() {
		
		direction=rand1.nextInt(2);
		if(direction==0)
			x+=xSpeed;
		else 
			x-=xSpeed;
		y+=ySpeed;
	}
}
最近下载更多
鬼屋报道  LV3 6月1日
Zeorwyc  LV8 2022年11月22日
德莱文  LV15 2022年9月21日
3199625134  LV10 2022年4月22日
java代写  LV7 2022年2月10日
玉響未来  LV1 2021年12月26日
一只小小小菜  LV2 2021年12月10日
最代码-宋家辉  LV61 2021年12月5日
Daydream  LV2 2021年12月5日
978806986  LV16 2021年12月4日
最近浏览更多
暂无贡献等级
12345678ajkdakjd  LV1 6月26日
以沫煊 6月22日
暂无贡献等级
鬼屋报道  LV3 6月1日
2656362504 2023年12月12日
暂无贡献等级
jkjfdgbkl  LV2 2023年11月1日
tyiyiyuiyuihui  LV3 2023年10月11日
2017143155  LV12 2023年6月26日
1111123ah 2023年6月6日
暂无贡献等级
2033768945 2023年6月4日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友