寻找有关使用 FLASH CS3 进行 Actionscript [OO] 编程的教程
我正在寻找不仅解释 Actionscript 语法,而且解释如何使用 Flash CS3 创建项目(如何创建项目、添加新文件(类)等)的教程。
感谢您的帮助
I am searching for tutorials that explain not only the syntax of Actionscript, but also how i use Flash CS3 for creating my projects (how to create the project, add new as files (classes), etc.).
Thanks for your help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
senoptic 有一个非常好的介绍。
除此之外,请访问“学习flash”。您会找到所需的任何信息,特别是在 ActionScript 3 部分。
这是我个人的建议:
不,但是认真的。为什么不是CS3?嗯,只是因为我的目标不是开发人员,而是设计师和其他有创造力的人。他们的编译器很慢并且非常迟缓。 Flash CS3 提倡对设计人员友好的概念。它的自动完成功能非常糟糕。它缺乏您在任何 IDE 中都能找到的最基本的快捷方式。如果工具可以让你成为一个糟糕的程序员,那么 Flash CS3 就是其中之一(尽管 Flash 8 和之前的版本要糟糕得多)。此外,Flash CS3 在.fla 项目文件中存储了大量信息,这些信息是二进制的且专有的,因此它与其他开发工具甚至版本控制系统的集成非常差。
像 FlashDevelop 这样的 IDE 是为程序员设计的。如果您打开FlashDevelop,您将花费不超过10秒的时间来弄清楚如何创建一个新项目。添加新文件也同样显而易见。不仅更简单,而且FlashDevelop已经为你提供了类的外部结构,而Flash CS3让你创建一个空文件并一次又一次地编写大量枯燥且冗余的代码。 Flash CS3 是一个强大的工具,非常适合绘图和设计,但您不应该将其用于编程。许多闪存开发人员使用 CS3 进行设计,使用第 3 方 IDE 或 Flex Builder 进行编码。
如果您选择的是 FlashDevelop,那么请查看社区 wiki,尤其是“获取开始”和解释如何将 FlashDevelop 与 AS3 结合使用的部分。另请参阅这篇精彩文章。
there is a very nice introduction by senocular.
other than that, please go to "learn flash". you'll find about anything you need, especially in the ActionScript 3 section.
here is my personal advice:
No, but seriously. Why not CS3? Well, simply because i is not targetting developers, but designers and other creative people. They compiler is slow and very sluggish. Flash CS3 promotes concepts, that are designer friendly. Its autocompletion is more then poor. It lacks the most basic shortcuts you'll find in any IDE. If tools can make you a bad programmer, than Flash CS3 is one of them (although Flash 8 and verions before were signifficantly worse). Also Flash CS3 stores a lot of information in the .fla project files, which is binary and propriatery, so it integrates very poorly with other developement tools and even version control systems.
IDEs like FlashDevelop are made for programmers. If you open FlashDevelop, it will take you no longer than 10 seconds to figure out, how to create a new project. Adding new files is just about as obvious. Not only is it simpler, but FlashDevelop will already provide you with the outer structure of the class, while Flash CS3 lets you create an empty file and write a lot of boring and redundant code again and again. Flash CS3 is a potent tool and great for drawing and design, but you shouldn't use it for programming. Many flash developers use CS3 for design and a 3rd party IDE or Flex Builder for coding.
If it is FlashDevelop you choose, then please check out the community wiki, especially "Getting started" and the section explaining how to use FlashDevelop with AS3. Also please see this great article.