This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
wikitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
//wikitest |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 参考 | |
// [WEB SOUNDER オーディオデータを再生する](http://curtaincall.weblike.jp/portfolio-web-sounder/webaudioapi-basic/audio) | |
window.onload = function () { | |
// body... | |
alert('test_02.js: window.onloadが呼ばれました.'); | |
} | |
window.AudioContext = window.AudioContext || window.webkitAudioContext; | |
//Create the instance of AudioContext |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************** | |
---- Deproy_TextDocument ver.1.0 ---- | |
テキストを読み込み配置。 | |
アンカーポイントを中心に設定。 | |
(おまけ)カメラの焦点を合わす | |
by fifi 2014/03/22 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************** | |
---- Deproy_CameraKeyPosition ver.1.0 ---- | |
選択したレイヤーのポジションを、カメラの焦点位置としてKeyに書き出す | |
(注意)選択したレイヤーは3Dオプション(サイコロアイコン)をつけていないとカメラは対応しません。 | |
by fifi 2014/03/22 | |
/********************************************************/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/******************************************************** | |
---- List_ObjProperty ver.1.0 ---- | |
選択したレイヤーのプロパティ値を洗い出す。 | |
by fifi 2014/03/22 | |
補足:取得したmatchnameを使うには | |
myLayer.property("ADBE Transform Group").property("ADBE Position")で使える。 |
OlderNewer