ムービークリップをどんどん大きく
Posted by Kassy - 19/08/06 at 06:08:49 pmどんどん大きく
onClipEvent (enterFrame) {
this._xscale *=1.2;
this._yscale *=1.2;
}
getURLのURLアンカー(#)以降が無視され、アンカーに飛ばない
Posted by Kassy - 18/08/06 at 10:08:52 pmgetURL(”index.html#hoge”)の、「#」以下が無視される
「#」を「%23」に置き換える
getURL(”index.html%23hoge”)
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.