PDA

View Full Version : Tile Issue



JapanMan
October 8th, 2008, 04:01 PM
I did the RPG tutorial here on Kirupa to try-out the tile system. I have a working grid map, and it creates the player on top, but not on the space I want. Here's the .fla so you can see what I mean. Why isn't it working the way it's supposed to in the tutorial?

48143

Thanks in advance

Smee
October 9th, 2008, 06:34 PM
You are naming the guy "guy", then changing the _x and _y properties of a non-existing object named "guy_mc".

JapanMan
October 10th, 2008, 02:47 PM
...oh. Thanks.