diff --git a/examples/animation/Animation from a JSON object.php b/examples/animation/from a JSON object.php
similarity index 100%
rename from examples/animation/Animation from a JSON object.php
rename to examples/animation/from a JSON object.php
diff --git a/examples/animation/Animation from a texturePacker file.php b/examples/animation/from a texturePacker file.php
similarity index 100%
rename from examples/animation/Animation from a texturePacker file.php
rename to examples/animation/from a texturePacker file.php
diff --git a/examples/groups/add to group after creation.php b/examples/groups/add a sprite to group.php
similarity index 100%
rename from examples/groups/add to group after creation.php
rename to examples/groups/add a sprite to group.php
diff --git a/examples/groups/bring specific sprites to top.php b/examples/groups/bring a child to top.php
similarity index 95%
rename from examples/groups/bring specific sprites to top.php
rename to examples/groups/bring a child to top.php
index 60c1c512..8c0d043a 100644
--- a/examples/groups/bring specific sprites to top.php
+++ b/examples/groups/bring a child to top.php
@@ -33,6 +33,7 @@
game.debug.renderText('Tap or click buttons to bring it to the top.', 32, 32);
}
+ //The sprite added as a parameter will be brought to top
function bringMeToTop(btn) {
container.bringToTop(btn);
}
diff --git a/examples/groups/create a sprite inside a group.php b/examples/groups/create sprite in a group.php
similarity index 100%
rename from examples/groups/create a sprite inside a group.php
rename to examples/groups/create sprite in a group.php
diff --git a/examples/groups/sub groups and group length.php b/examples/groups/sub groups - group length.php
similarity index 100%
rename from examples/groups/sub groups and group length.php
rename to examples/groups/sub groups - group length.php
diff --git a/examples/groups/swap children inside a group.php b/examples/groups/swap children in a group.php
similarity index 100%
rename from examples/groups/swap children inside a group.php
rename to examples/groups/swap children in a group.php
diff --git a/examples/index.php b/examples/index.php
index 08c5a01d..c75b50b2 100644
--- a/examples/index.php
+++ b/examples/index.php
@@ -57,7 +57,7 @@
diff --git a/examples/input/override browser keyboard controls.php b/examples/input/override default controls.php
similarity index 100%
rename from examples/input/override browser keyboard controls.php
rename to examples/input/override default controls.php
diff --git a/examples/input/pixelpick - scrolling background.php b/examples/input/pixelpick - scrolling effect.php
similarity index 100%
rename from examples/input/pixelpick - scrolling background.php
rename to examples/input/pixelpick - scrolling effect.php
diff --git a/examples/loader/random images from loader.php b/examples/loader/pick images from cache.php
similarity index 100%
rename from examples/loader/random images from loader.php
rename to examples/loader/pick images from cache.php
diff --git a/examples/physics/group move towards object.php b/examples/physics/move towards object.php
similarity index 100%
rename from examples/physics/group move towards object.php
rename to examples/physics/move towards object.php
diff --git a/examples/quadtree/quadtree2.php b/examples/quadtree/quadtree - collision infos.php
similarity index 100%
rename from examples/quadtree/quadtree2.php
rename to examples/quadtree/quadtree - collision infos.php
diff --git a/examples/quadtree/quadtree.php b/examples/quadtree/quadtree - ids.php
similarity index 100%
rename from examples/quadtree/quadtree.php
rename to examples/quadtree/quadtree - ids.php
diff --git a/examples/sprites/several sprites using one texture file.php b/examples/sprites/shared sprite textures.php
similarity index 100%
rename from examples/sprites/several sprites using one texture file.php
rename to examples/sprites/shared sprite textures.php
diff --git a/examples/texture crop/crop and tween horizontally.php b/examples/texture crop/crop - horizontal tween.php
similarity index 100%
rename from examples/texture crop/crop and tween horizontally.php
rename to examples/texture crop/crop - horizontal tween.php
diff --git a/examples/texture crop/crop and tween vertically.php b/examples/texture crop/crop - vertical tween.php
similarity index 100%
rename from examples/texture crop/crop and tween vertically.php
rename to examples/texture crop/crop - vertical tween.php
diff --git a/examples/texture crop/crop and see part of an image.php b/examples/texture crop/to see part of an image.php
similarity index 100%
rename from examples/texture crop/crop and see part of an image.php
rename to examples/texture crop/to see part of an image.php
diff --git a/examples/tweens/tweening several properties.php b/examples/tweens/tween several properties.php
similarity index 100%
rename from examples/tweens/tweening several properties.php
rename to examples/tweens/tween several properties.php