ActionScript 3 Bible 2nd
文章平均质量分 68
十旋转45度
这个人很懒,神马也没写
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
<ActionScript 3 Bible 2nd>读书笔记(17)
Using Link Events in TextField tf = new TextField(); tf.selectable = false; tf.defaultTextFormat = new TextFormat("_sans", 14); tf.multiline = tf.wordWrap =原创 2013-05-28 17:13:07 · 724 阅读 · 0 评论 -
<ActionScript 3 Bible 2nd>读书笔记(13,14,16,21)
Binary Types in ActionScript A read-only stream, like a URLStream, would only implement IDataInput. A read-write stream, like Socket, implements both. Read or write an ActionScript objec原创 2013-05-09 17:44:47 · 943 阅读 · 0 评论 -
<ActionScript 3 Bible 2nd>读书笔记(21,27,29)
about Focus FocusEvent.FOCUS_IN— The target received focus. FocusEvent.FOCUS_OUT— The target lost focus. To set a custom tab order, use the tabIndex property of the InteractiveObjects you原创 2013-06-13 14:45:30 · 727 阅读 · 0 评论
分享