View difference between Paste ID: mh8n76bv and Fr5HpAzC
SHOW: | | - or go back to the newest paste.
1
stop();
2
if (Key.isDown(Key.LEFT)) {
3
	trace("left cursor key pressed");
4
	gotoAndStop(2);
5
}