android蝴蝶飞舞题目 这是代码以下是我的代码public class MainActivit
android蝴蝶飞舞题目这是代码以下是我的代码publicclassMainActivityextendsActivity{//记录蝴蝶ImageView当前的位置pr...
android蝴蝶飞舞题目
这是代码以下是我的代码public class MainActivity extends Activity
{
// 记录蝴蝶ImageView当前的位置
private float curX = 0;
private float curY = 30;
// 记录蝴蝶ImageView下一个位置的坐标
float nextX = 0;
float nextY = 0;
int a=200;
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Button bn = (Button) findViewById(R.id.ok1);
Button bn1 = (Button) findViewById(R.id.ok2);
bn.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
a-=100;
}
});
bn1.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
a+=100;
}
});
// 获取显示蝴蝶的ImageView组件
final ImageView imageView = (ImageView)
findViewById(R.id.butterfly);
final Handler handler = new Handler()
{
@Override
public void handleMessage(Message msg)
{
if (msg.what == 0x123)
{
if(nextX>1400)
{nextX-=80;
}
else if(curX<40){
nextX+=80;
}
else if(curY<40){
nextY+=80;
}
else if(curY>2160){
nextY- 展开
这是代码以下是我的代码public class MainActivity extends Activity
{
// 记录蝴蝶ImageView当前的位置
private float curX = 0;
private float curY = 30;
// 记录蝴蝶ImageView下一个位置的坐标
float nextX = 0;
float nextY = 0;
int a=200;
@Override
public void onCreate(Bundle savedInstanceState)
{
super.onCreate(savedInstanceState);
setContentView(R.layout.main);
Button bn = (Button) findViewById(R.id.ok1);
Button bn1 = (Button) findViewById(R.id.ok2);
bn.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
a-=100;
}
});
bn1.setOnClickListener(new View.OnClickListener() {
public void onClick(View v) {
a+=100;
}
});
// 获取显示蝴蝶的ImageView组件
final ImageView imageView = (ImageView)
findViewById(R.id.butterfly);
final Handler handler = new Handler()
{
@Override
public void handleMessage(Message msg)
{
if (msg.what == 0x123)
{
if(nextX>1400)
{nextX-=80;
}
else if(curX<40){
nextX+=80;
}
else if(curY<40){
nextY+=80;
}
else if(curY>2160){
nextY- 展开
- 你的回答被采纳后将获得:
- 系统奖励15(财富值+成长值)+难题奖励20(财富值+成长值)
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询