This tutorial is for new Flash user who wish to create RPG games .
This tutorial is covered simple inventory system and movement , and the collision detection and advance movement are not covered in this tutorial ( Please read the PRG Part2 for these ) . By CotteN KiveN
A small and simple labirynth, similar to the antic video game called "Dung Beetles" made in 1982. It demostrates basic movement using the keyboard, possible way of limiting movement using the hitTest() function, another application of terrain scrolling for cool effect and masking for a magnifying glass effect. By Petar Svarc