Hi, I'm need to create something looks like a swipe event swf file. But I found that I couldn't use the GestureEvent that is used in the sample file on Flash because swf file doesn't support this function, it only works in ios or apk file. Thus, I tried my very best to find other way to do the same effect and I finally found 1 at http://www.emanueleferonato.com/2013...-two-examples/ . This is the effect what I needed but I need only single file without loading any external file, codes, etc.

Anyone can help please? I'm kind of new in AS3 and kinda confuse with those class, private function, etc ~