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

import java.util.Random;

public class Bullet extends FlyingObject{
	private int xSpeed=1;
	private int ySpeed=4;
	private int xaSpeed=3;
	private int yaSpeed=3;
	private static int  n1=1;
	Random rand=new Random();
	int n=rand.nextInt(3);
	//构造方法子弹x,y坐标随英雄机的坐标而变动;
	public Bullet(int x,int y){  
		image=ShootGame.bullet;
		width=image.getWidth();
		height=image.getHeight();
		this.x=x;
		this.y=y;
	//	n1++;
	}
	
	
	public void step() {
		
		
		if(n%3==1)
			x-=xSpeed;
		else  if(n%3==2)
			 x+=xSpeed;
		else
			x=x;
			
		y-=ySpeed;
		n1++;
		
	}
	public void astep() {
		y+=yaSpeed;
		
	}
}
最近下载更多
鬼屋报道  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日
暂无贡献等级
顶部 客服 微信二维码 底部
>扫描二维码关注最代码为好友扫描二维码关注最代码为好友