<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0">
  <channel>
    <title>综合频道－巧巧读书</title>
    <description>IT咨询，教育，旅游</description>
    <link>http://www.qqread.com</link>
    <language>zh-cn</language>
    <generator>WWW.QQREAD.COM</generator>
    <copyright>Copyright 2002 - 2006 qqread.com, All Rights Reserved</copyright>
    <pubDate>Tues, 25 Jul 2006 00:15:49 GMT</pubDate>
    <item>
      <title>Director 里几个save命令的区别</title>
      <link>http://www.qqread.com/director/q272394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q272394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 里几个save命令的区别 Director 里save , save as 和 save and compact 的区别 好多朋友问过这个问题，为什么director 里关于save的命令有三个，这三个到底有什么不同，我该选择哪一个来save我的文件？ 其实回答这个问题还得先了解一点director的文件结构，一...</description>
    </item>
    <item>
      <title>多媒体教学软件开发经验谈</title>
      <link>http://www.qqread.com/director/a282394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/a282394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>多媒体教学软件开发经验谈 一、脚本要求  1. 流畅性  拿到一个脚本，最起码的要求是文字要读起来非常流畅、琅琅上口，如果连基本的语句都读不通，用户听起来就会觉得很累。影响语句流畅性的因素包括以下几个方面：一是脚本人员本身就没有把问题说清楚，这可能和自己的理...</description>
    </item>
    <item>
      <title>Director 影片剧本、父代剧本与行为</title>
      <link>http://www.qqread.com/director/q292394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q292394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 影片剧本、父代剧本与行为 原著：Lingoworkshop  翻译：alphachi  在Director中，对于每一种演员类型，都对应着一个“Type”属性。Director本身支持的演员类型包括#bitmap、#shape和#field等；其他的一些演员类型，例如#quickTime和#flash，通过内部的Xtras也...</description>
    </item>
    <item>
      <title>Shockwave 预载技术（4）</title>
      <link>http://www.qqread.com/director/f302394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/f302394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Shockwave 预载技术 将第一部分曾经使用过的“PreloaderInterface”行为作如下修改： property myURL, myProgressBarObj on beginSprite ( me ) if the runMode = "Author" then clearCache () script ( "Preloader" ). new (myURL, me , # mHandlePreloadCompletion, #...</description>
    </item>
    <item>
      <title>Shockwave 预载技术（3）</title>
      <link>http://www.qqread.com/director/f312394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/f312394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>...</description>
    </item>
    <item>
      <title>Shockwave 预载技术（2）</title>
      <link>http://www.qqread.com/director/f322394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/f322394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Shockwave 预载技术 原著：Lingoworkshop  翻译：alphachi  为了让程序拥有更强的适应性，我们还可以添加一个netDone()命令用来检测网络错误。“Preloader”剧本的下一个版本能够检测任何网络错误。一旦发生错误，则使用一个参数返回错误的描述信息；如果没有错误，那么...</description>
    </item>
    <item>
      <title>Shockwave 预载技术（1）</title>
      <link>http://www.qqread.com/director/f332394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/f332394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Shockwave 预载技术 原著：Lingoworkshop  翻译：alphachi  当我们要预载一个Shockwave影片时，通常需要做到：（1）指定预载元素的URL；（2）了解预载工作的当前状态；（3）知道预载何时结束。因此本教程的第一部分将会创建一个“Preloader”剧本，用来从一个指定的URL...</description>
    </item>
    <item>
      <title>Director 编写自己的行为（2）</title>
      <link>http://www.qqread.com/director/q342394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q342394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 编写自己的行为四、完善自己的行为 虽然“Guide”行为已经能够发挥其应有的作用，但离完整的行为还有一段距离，下面让我们来对其进行一些完善。  1. getPropertyDescriptionList函数的使用  在编写上面的“Guide”行为时，我们使用了一个名为“getPropertyDesc...</description>
    </item>
    <item>
      <title>Director 相关术语</title>
      <link>http://www.qqread.com/director/q352394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q352394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 相关术语ActiveX：ActiveX控件是扩展操作系统或程序的控制文件。Shockwave是作为Microsoft Internet Explorer(Windows)的ActiveX控制而被使用的。ActiveX Xtra使放映机能够使用其他控件。 AIFF(音频交换文件格式)：这是在Mac上使用的最常见的声音格式。它也应...</description>
    </item>
    <item>
      <title>Director中的属性</title>
      <link>http://www.qqread.com/director/q362394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q362394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director中的属性 属性是一个Director中频繁使用的概念。任何对象的定义都是由属性来完成的，而在定义的过程中，每个属性则可以看作对当前对象某一方面的描述。  在实际的使用过程中，可以根据属性取值的时效性将其分为两大类：静态属性与动态属性。 一、静态属性  静态...</description>
    </item>
    <item>
      <title>Director疑难解答（7）</title>
      <link>http://www.qqread.com/director/q372394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q372394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 我能否在我的Director文件中制造一个屏幕保护程序？  [A] 这是一种方法，但它也许需要一些调整。例如，它实际上并不支持在文件的屏保中使用动画。不管怎样，随着你对程序创造性地增加，你  至少能够使这个屏保在屏幕上随机出现所选择的文字。你也...</description>
    </item>
    <item>
      <title>Director 疑难解答（6）</title>
      <link>http://www.qqread.com/director/q382394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q382394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 怎样产生飞行的精灵？  [A] 使用puppetsprite命令获得对于一条含有Lingo的精灵通道的完全控制，然后在scriptinstancelist属性框中为精灵添加行为。所以，一段调整精灵的脚本就象这样： on makesprite sNum, mName, sLoc puppetsprite sNum, true -...</description>
    </item>
    <item>
      <title>Director 疑难解答（5）</title>
      <link>http://www.qqread.com/director/q392394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q392394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 如何通过Director来发送邮件？  [A] 可以用以下的方法实现：  1. 用一个Xtra。  2. 用gotonetpage的lingo命令，例如，goToNetPage ‘‘mailto:amith@china.com‘‘。  3. 用CGI代码并且将邮件正文传给CGI的邮件代码。  4. 用一个支持Smtp服务的Mul...</description>
    </item>
    <item>
      <title>Director 疑难解答（4）</title>
      <link>http://www.qqread.com/director/q402394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q402394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 我怎样才能在Director中使用Powerpoint文件呢？  [A] 在Director中有多种方法来打开或者显示一个Powerpoint幻灯片。  1. 使用Director的Powerpoint Import这个Xtra直接导入Powerpoint幻灯片。  2. 使用Lingo命令open {file name} with {applicatio...</description>
    </item>
    <item>
      <title>Director 疑难解答（3）</title>
      <link>http://www.qqread.com/director/q412394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q412394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 怎样才能在放映机（projector）中得到完整的错误信息以便于魇裕? [A] 对于最终用户，Director禁止显示产生问题的代码的真实的错误信息。要想打开这个功能，可以新建一个名为projector.ini(这里projector就是你的放映机文件的名字)的文件，或者是新...</description>
    </item>
    <item>
      <title>Director 疑难解答（2）</title>
      <link>http://www.qqread.com/director/q422394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q422394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 如何将控制元素放置在视频精灵之上？  [A] 将控制元素放置在视频精灵之上的唯一方法就是利用一个miaw（窗口电影）来代替控制元素并将其放置在视频之上。 02. 如何利用Valentina（一个数据库插件）在一个表中新建一个记录？  [A] 下面是使用Valenti...</description>
    </item>
    <item>
      <title>Director 疑难解答（1）</title>
      <link>http://www.qqread.com/director/q432394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q432394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 疑难解答01. 如何制作一个放映机(projector)可以在不同分辨率下播放？  [A] 加入下列语句：  on prepareMovie  (the stage).rect = (the desktopRectList)[1]  (the stage).drawRect = (the desktopRectList)[1]  end  注意，这个语句是通过放大或缩小舞台来达...</description>
    </item>
    <item>
      <title>Director 3D 基础（8）</title>
      <link>http://www.qqread.com/director/q442394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q442394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 3D 基础 移动模型与摄像机 在 Director 8.5 中，不止一种方法去移动模型与摄像机。模型与摄像机可以相对于它们自己、其它模型或整个身处的 3D 世界而移动。另外，这些物体可以利用两种不同的 Lingo 程序来移动。无论你选择哪种方法，都会有明显的效果于你的 3D...</description>
    </item>
    <item>
      <title>Director 3D 基础（7）</title>
      <link>http://www.qqread.com/director/q452394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q452394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 3D 基础 以下的事件控制显示修饰 3D 文本的字面。显示字面组合可以包括显示延展文本的前面、背面、字厚度，以及其它面的一些组合效果。举例说明，如果你只是选择显示前面和字厚度，背面就不会在 3D 文本上显示。on setDisplayFace if member(‘‘textSample‘...</description>
    </item>
    <item>
      <title>Director 3D 基础（6）</title>
      <link>http://www.qqread.com/director/q462394004.html</link>
      <author>WWW.QQREAD.COM</author>
      <guid>http://www.qqread.com/director/q462394004.html</guid>
      <category>Director</category>
      <pubDate>Sun, 26 Feb 2006 00:00:00 GMT</pubDate>
      <description>Director 3D 基础 用 lingo 来把 2D 字体延展成 3D 字体 Macromedia Director 8.5 Shockwave studio 允许你在你的影片中用以下两种方法创建 3D 文本： 1 、把 2D 演员延展成 3D 文本。 2 、延展文本进 3D 世界。 虽然你可以利用这两种方法来获得类似的 “ 看 ” 到的效...</description>
    </item>
  </channel>
</rss>
