Advertisement
Guest User

Untitled

a guest
Dec 21st, 2014
181
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. #if (native || html5)
  2. // openflの native/html5 ターゲットではaddChild()しないとイベントが発行されない現象への対処
  3. openfl.Lib.current.addChild(_clip);
  4. #end
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement