A.ListView B.Spinner C.GridView D.ScrollView
单项选择题创建子菜单的方法是()
A.Add B.addSubMenu C.createSubMenu D.createMenu
多项选择题下列()方法是属于Player类的。
A.start() B.stop() C.close() D.deallocate()
多项选择题Sprite类的构造函数有()
A.Sprite(Imageimage) B.Sprite(Imageimage,intframewidth,intframeheight) C.Sprite(Sprites) D.Sprite(Sptires,intframewidth,intframeheight)
多项选择题在绘制基本图形时,Graphics提供了()
A.LEFT B.TOP C.HCENTER D.RIGHT
单项选择题在手机游戏中要想实现动画,必须首先创建一个Sprite对象,而其中的关键是()
A.寻找图片素材并将其切割成合适的大小 B.为精灵设定帧序列 C.指挥精灵在手机屏幕上移动 D.创建精灵对象