管理基于 Flash 的自助服务终端应用程序中不同菜单之间的转换
我想知道如何设计基于 Flash CS4(AS3) 的信息亭应用程序,其中屏幕根据用户事件而变化(更改屏幕 像这样)。最好使用xml来描述应用程序。
I want to know how to design a Flash CS4(AS3) based kiosk application where the screen changes according to the user events(to change the screens like this). Preferably use xml to describe the application.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我将有一个控制器类来处理信息处理以及用户交互的结果,该类会将事件分派到视图管理类,该类将处理向每个屏幕发送适当的信息以及这些屏幕之间的补间和过渡效果屏幕。
I would have a controller class that would handle the processing of information as well as the results of the user interaction, this class would dispatch events to a view management class which would handle sending appropriate information to each screens and the tweening and transitions effects between those screens.