Skip to content

Instantly share code, notes, and snippets.

@MadNoMad0
MadNoMad0 / TouchFreeze.as
Created April 16, 2018 14:58
Minimalistic code to help visualize how the AIR runtime may freeze when queueing touch events.
package
{
import flash.display.Shape;
import flash.display.Sprite;
import flash.events.Event;
[SWF(width="1280", height="800", frameRate="60", backgroundColor="#F6F6F6")]
public class TouchFreeze extends Sprite
{
private var circle:Shape;