From c06846db45337045229176ad17924f9d5f66631f Mon Sep 17 00:00:00 2001 From: -=yb4f310 Date: Sun, 26 Nov 2017 21:17:32 +0100 Subject: [PATCH] Initial Commit: CC - Touch Start (lu2nif2rjp.js) --- lu2nif2rjp.js | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 lu2nif2rjp.js diff --git a/lu2nif2rjp.js b/lu2nif2rjp.js new file mode 100644 index 0000000..fe9fa0f --- /dev/null +++ b/lu2nif2rjp.js @@ -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 \ No newline at end of file