diff --git a/examples/input/game scale.php b/examples/input/game scale.php
index 2a6c7d32..3eea2c62 100644
--- a/examples/input/game scale.php
+++ b/examples/input/game scale.php
@@ -7,7 +7,7 @@
(function () {
- var game = new Phaser.Game(800, 600, Phaser.CANVAS, '', { preload: preload, create: create,update:update,render:render});
+ var game = new Phaser.Game(320, 240, Phaser.CANVAS, '', { preload: preload, create: create,update:update,render:render});
function preload() {
diff --git a/examples/loader/loading multiple files.php b/examples/loader/loading multiple files.php
new file mode 100644
index 00000000..82d2f139
--- /dev/null
+++ b/examples/loader/loading multiple files.php
@@ -0,0 +1,60 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/examples/loader/spritesheet loading.php b/examples/loader/spritesheet loading.php
new file mode 100644
index 00000000..f7e751b9
--- /dev/null
+++ b/examples/loader/spritesheet loading.php
@@ -0,0 +1,54 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/examples/misc/net.php b/examples/misc/net.php
index 35032df4..2425d376 100644
--- a/examples/misc/net.php
+++ b/examples/misc/net.php
@@ -18,7 +18,6 @@
// Add some values to the query string
game.debug.renderText('Query string with new values : '+game.net.updateQueryString('atari', '520'),game.world.centerX-400,80);
game.debug.renderText('Query string with new values : '+game.net.updateQueryString('amiga', '1200'),game.world.centerX-400,100);
- game.debug.renderText('Query string with new values : '+game.net.updateQueryString('commodore', '64'),game.world.centerX-400,120);
console.log('Query String: '+game.net.getQueryString(),game.world.centerX-300,140);
console.log('Query String Param: '+game.net.getQueryString('atari'),game.world.centerX-300,160);
diff --git a/examples/misc/random generators.php b/examples/misc/random generators.php
new file mode 100644
index 00000000..2203d9c3
--- /dev/null
+++ b/examples/misc/random generators.php
@@ -0,0 +1,32 @@
+
+
+
+
+
\ No newline at end of file
diff --git a/examples/sprites/outOfBounds.php b/examples/sprites/outOfBounds.php
new file mode 100644
index 00000000..f07d81d3
--- /dev/null
+++ b/examples/sprites/outOfBounds.php
@@ -0,0 +1,54 @@
+
+
+
+
+
\ No newline at end of file