Added Support for S

This commit is contained in:
2017-03-17 19:09:28 +08:00
parent 1511c70957
commit 282ecffce2
8 changed files with 35 additions and 24 deletions
+1 -1
View File
@@ -323,7 +323,7 @@
statusBar.stamp( 1, false );
controls.handler( _self, new ActionEvent( _self, "Escape" ) );
setTimeout( function() {
cursor.openRunAction( "VA_REC", undefined, true );
cursor.openRunAction( "VA_REC", false, false, true );
_self.__demoActive = false;
_self.stage.addEventListeners( _self.__stagedEvents );
}, 100 );