2008年10月11日のブックマーク (10件)

  • 『Flash ActionScriptで複雑な傾斜のある楕円を描く』

    Flashは、WEBサイトに複雑な動きを加えることが出来るアニメーションムービーですが、Flash ActionScriptが書けないと複雑な表現はなかなか難しいんです。 例えば、イラストなどのオブジェクトが右から左に動いたりするモーショントゥイーンや、円が四角形に変るシェイプトゥウィーンなどのアニメーションは、最初のコマと最後のコマを結んで上げれば出来ますが、上記のような、半永久的に異なった起動を描く光などはActionScriptに限ります。 また、こうして作ったFlashムービーを見るためのFlash Playerの普及率は非常に高く、大抵のパソコンでFlashムービーを見ることが出来ますが、製作者側はそれを過信して新しいバージョンで制作すると大きな誤算が生まれ、発注した企業の担当者様からこんなクレームを言われてしまいます。 「なんで強豪他社のWEBサイトのFlashは見えて、作って

    『Flash ActionScriptで複雑な傾斜のある楕円を描く』
    margari
    margari 2008/10/11
  • FN0506002 - 描画メソッドで円を描く - Flash : テクニカルノート

    Platform: All Version: MX and above Flash MXから、描画メソッドが実装されました。その中で曲線を描くMovieClip.curveTo()メソッドは、コントロールポイントの指定がわかりにくいように思われます。稿では、このMovieClip.curveTo()メソッドを使って、正円を描くスクリプトをご紹介します。 1. 2次ベジエ曲線 MovieClip.curveTo()は、ベジエ曲線を描くメソッドです。ただし、PostScriptで使用されている、2点の各アンカーポイントにひとつずつコントロールポイントをもつ「3次ベジエ曲線」(Cubic Bezier)ではありません。ふたつのアンカーポイントとひとつのコントロールポイントで曲線を構成する「2次ベジエ曲線」(Quadratic Bezier)を使用します[*1]。 図001■2次ベジエ曲線と3次

    margari
    margari 2008/10/11
    描画メソッドで円を描く
  • Adobe Flash & Facebook Platform samples | Adobe Developer Connection

    Flash Player’s EOL is coming at the end of 2020. See the roadmap for Flash Player and AIR’s EOL: Adobe Flash Player EOL General Information Page The Future of Adobe AIR You can access the archived documents relevant to Flash Runtime even after the Flash EOL date. We are providing access to the archived documents for all the user/developers community to download. These documents are now no longer u

    margari
    margari 2008/10/11
    なんか描画メゾッドの解説
  • Adobe Flash & Facebook Platform samples | Adobe Developer Connection

    Flash Player’s EOL is coming at the end of 2020. See the roadmap for Flash Player and AIR’s EOL: Adobe Flash Player EOL General Information Page The Future of Adobe AIR You can access the archived documents relevant to Flash Runtime even after the Flash EOL date. We are providing access to the archived documents for all the user/developers community to download. These documents are now no longer u

    margari
    margari 2008/10/11
    なんか描画メゾッドの解説
  • addEventListenerで一緒に引数を渡したい | APEIROPHOBIA

    と思うのはオデだけですか? なんか方法あるのかしら?? たとえばボタンが2つあってhandlerを同じmethodに引き渡すとして bt.addEventListener(<a href="https://img8.com/log/tag/flash/" class="st_tag internal_tag " rel="tag" title="flash タグの付いた投稿">flash</a>.events.MouseEvent.CLICK,onClick); bt.skill="aho"; bt2.addEventListener(flash.events.MouseEvent.CLICK,onClick); bt2.skill="baka"; function onClick(e) { trace(e.target.skill); trace(e.currentTarget.ski

    addEventListenerで一緒に引数を渡したい | APEIROPHOBIA
    margari
    margari 2008/10/11
    リスナ拡張について コメント欄が秀逸
  • 図形を描く - MDC

    margari
    margari 2008/10/11
    二次ベジェの書き方
  • labs.zeh.com.br ベジェ曲線メーカー

    Attention: you're visiting an archived version of this post on my old website. Click here to view this same post on my new website. Undoubtedly, the biggest challenge when implementing some feature on Tweener is deciding on the syntax to be used – that is, doing the syntax design itself. It can’t be too complex, or else it’ll be too convoluted to use, but it also can’t be too simple, or it won’t b

    margari
    margari 2008/10/11
    Tweenerのベジェについて色々詳しくかかれてます。
  • flash.display.Graphics (Flex 3)

    margari
    margari 2008/10/11
    描画メゾッドについて
  • 第39回 Flashでお絵かきアプリケーションを作ってみよう

    通常,Flashムービーでは,オーサリング時に読み込んだ画像や,自分で描いたイラスト等を使ってアニメーションを作成しますが,ムービー再生時にも,ActionScriptを使って任意の線を書くことができます。 ActionScriptでお絵かきするための二つの仕組み 図1はマウスを使って絵を描くムービーです。また,せっかくActionScriptを使うのですから,ちょっと手を加えて線がウゴウゴと震えるようなものにしてみました。さらに[アニメ]ボタンを押すと,線を描く様子を簡単なアニメーションで表示できるようにしています。 図1:お絵かきムービー(クリックするとムービーを表示します) このようにFlashムービーを使って「お絵かき」をするには,大きく分けて二つの仕組みを理解する必要があります。一つが「描画メソッド」,そしてもう一つが「ビットマップ・ベースの処理」です。今回は「描画メソッド」につ

    第39回 Flashでお絵かきアプリケーションを作ってみよう
    margari
    margari 2008/10/11
    ベジェについて
  • Tweener Documentation and Language Reference

    <body> <h2>Frame Alert</h2> <p>This document is designed to be viewed using the frames feature. If you see this message, you are using a non-frame-capable web client.</p> </body>

    margari
    margari 2008/10/11
    _bezierのドキュメンテーション