~~NOTOC~~ ====== RibbonTrail ====== ---- dataentry extension ---- author_mail : gzane24@hotmail.com Alex Zhang description : An effect of trail. # enter a short description of the extension lastupdate_dt : 2014-02-27 # the date you created the extension compatible : v1.1 # the Starling version you tested the extension with depends : # if the ext. depends on others, list them here tags : effect,particle,ribbon,trail homepage_url : http://alex-zhang.github.io/2014/03/01/ribbontrail-effect-in-starling/ download_url : https://github.com/alex-zhang/Starling-Extension-Ribbon-Trail/archive/master.zip ---- ===== Overview ===== //0 - 2 - 4 - 8 - 9 //| / | / | / | / | //1 - 3 - 5 - 7 - 10 var ribbonTrail:RibbonTrail = new RibbonTrail(texture, 20); ribbonTrail.setStarToEndAlpha(1.0, 0); ribbonTrail.setStarToEndColor(0xFFFFFF, 0); ribbonTrail.isPlaying = true; addChild(ribbonTrail); {{:extensions:ribbontraildemoss.png?400|}} (The swf file below is big, loading might take a while!) wmode direct ===== Changelog ===== * //2014/02/27 10:45//: First public version ===== User Comments ===== //Feel free to edit this part of the page!//