ムービークリップをどんどん大きく

どんどん大きく
onClipEvent (enterFrame) {
this._xscale *=1.2;
this._yscale *=1.2;
}


getURLのURLアンカー(#)以降が無視され、アンカーに飛ばない

getURL(”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.