启动时如何将闪光灯投影仪置于屏幕中央?
有没有办法在启动时将闪光灯投影仪置于屏幕中央?我注意到,当我启动 Flash 投影仪文件时,它会随机定位在屏幕上。我正在使用 ActionScript 3。
Is there a way to center a flash projector on a screen when it is launched? I noticed when I launch a flash projector file, it gets positioned on the screen randomly. I am using ActionScript 3.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
据我所知这是不可能的,但我可以想到两种解决方法:
由于它们都要求您制作另一个应用程序,因此在这种情况下我会选择第一个选项。如果需要更多东西,我会选择第二个。
编辑:尽管根据您的经验和语言知识,第二个可能是最好的。
AFAIK it is not possible, but I can think of two workarounds:
Since both of them require you to make another app, I'd go myself with the first option in this case. If it would require more things I'd go with the second one.
EDIT: Although depending on your experience, and language knowledge the second one may be best.
如果您需要在启动后将项目精灵在 Flash 播放器中居中(否则我会弄错),则需要 1)手动设置项目精灵的大小和 2)设置舞台比例模式:
If you need to center your project sprite in the flash player after start (otherwise I get it wrong), you need to 1) set size of the project sprite manually and 2) set stage scale mode: