Forked from: xxxYukihiroxxx's forked from: flash on 2010-6-2 diff:17 ff[2]: flash on 2010-6-2 Please explain, someone? makc3d forked:1favorite:0lines:11license : MIT License modified : 2012-04-27 00:56:20 Embed Tweet // forked from xxxYukihiroxxx's forked from: flash on 2010-6-2 // forked from coppieee's flash on 2010-6-2 package { import com.actionscriptbible.Example; public class FlashTest extends Example { public function FlashTest() { // XMLの属性を参照している。これはこれで問題あるな。w trace(@[1,2,3].length); // output:"1" // ok, 1 above is this: trace(Object.length); trace(@["whatever"].toString ()); trace(@[null].parent); } } } Code Fullscreen Preview Fullscreen question trace parent toString length sort new page view favorite forked pv297 forked from: ff[2]: flash on 2.. Stadnyk.Aleksey forked:0 favorite:0lines:15 (diff:6)