series-40

Create Landscape Game Canvas for Asha 303

[亡魂溺海] 提交于 2019-12-01 13:12:03
i've searched all the forum bet never found any answer satisfy my question. I want to create a game with landscape orientation for Nokia Asha 303, are there any way to rotate the game canvas 90 degrees so the orientation become landscape orientation? Because i look at this video Angry Bird Asha 303 . The game has landscape orientation so i curious how to do that in j2me. Thanks, Since MIDP 2.0 we can use an Sprite to rotate an image in 90 degrees. First thing we need is an Image of the correct size. Following code could be inside the constructor of a class that extends Canvas - considering an

Create Landscape Game Canvas for Asha 303

让人想犯罪 __ 提交于 2019-12-01 10:20:46
问题 i've searched all the forum bet never found any answer satisfy my question. I want to create a game with landscape orientation for Nokia Asha 303, are there any way to rotate the game canvas 90 degrees so the orientation become landscape orientation? Because i look at this video Angry Bird Asha 303. The game has landscape orientation so i curious how to do that in j2me. Thanks, 回答1: Since MIDP 2.0 we can use an Sprite to rotate an image in 90 degrees. First thing we need is an Image of the