Flash 游戏世界限制
我将使用 starling 框架在 Flash 上制作平台游戏。我不希望它是一个独立版本,安装版本。有没有人对这个主题有任何建议,特别是我感兴趣的:
- 如何使 Flash 项目可安装,
- 我应该使用什么分辨率?不要在不同的显示器上缩放游戏
- Flash 世界可以有多大,我的意思是在 Flash Professional 中,最大宽度可以是 2880 像素,是否可以增加它?为了让角色走得更远,就像游戏“Beep”http://www .youtube.com/watch?v=gFxaovfxbnY&feature=related
I am going to make platformer game on Flash using starling framework. I wont it to be a standalone version, installing version. Does anyone have any advices about that topic particularly I am interested in:
- How To Make Flash Project installable
- what resolution should i use? not to scale game on different monitors
- How big can flash world be, I mean in flash professional, max width can be 2880 pixels, is it possible to increase it? To make a long way for character, like in Game "Beep" http://www.youtube.com/watch?v=gFxaovfxbnY&feature=related
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
Bitmap
画布并通过其bitmapData
属性使用copyPixels()
,您将能够将其设置为您想要的大小没有明显的速度损失。Bitmap
canvas and usecopyPixels()
through it'sbitmapData
property you'll be able to make it as large as you want without noticeable loss of speed.