Initial Commit: CC - Touch Start (uf82exxae4.js)

beta.r3js.org
-=yb4f310 2017-11-25 16:05:07 +01:00
parent b36571a901
commit b8efd5d37d
1 changed files with 27 additions and 0 deletions

27
uf82exxae4.js Normal file
View File

@ -0,0 +1,27 @@
data.event.preventDefault();
var touches = Object.keys(data);
/**
* This code is rediculous - but it fixes the bug in ios where audio does not play
*/
/*GameLib.Event.Emit(
GameLib.Event.PLAY_AUDIO,
{
name : 'Audio - Flamethrower'
}
);
if (touches.length > 2) {
*/
GameLib.Event.Emit(GameLib.Event.MOUSE_DOWN);
/*} else {
GameLib.Event.Emit(
GameLib.Event.STOP_AUDIO,
{
name : 'Audio - Flamethrower'
}
);
}*/
//@ sourceURL=touchStart.js