crap
all of your shit codes are not working. But your design are awesome....... v
In this tutorial I talk about player movement, walls, and simple enemies. Wait for Part 2.
crap
all of your shit codes are not working. But your design are awesome....... v
not realy
not realy an rpg tutorial more like a stay away dude but walls part was helpful but realy.... no hp bar one hit kill when touching enemie i thought u were supose to go in a freaky battle situation
help D:
for the walls i made one work but for some reason when i try to make another one it dosent work ): so im left with one wall what do i did please help D:
Please correct your mistakes!
even though, it's a nice tutorial there are error scripts need to be fixed and well planned try making the script fit inside a scroll box or find other tutorials that can improve you tutorials that can help people more effective :(
ummm
I know I'm being annoying as hell, giving a mediocre score because of my personal problems, but if anyone can help, I'll rate it highly.
My problem is simply this: the character won't move.
There are no sintax errors or anything, it just plain out doesn't work. I'm using a circle movieclip, which is 30 in diameter. Here's the code that I have:
onClipEvent (load) {
speed = 5();
radius = 15();
}
onClipEvent (enterFrame) {
if (Key.isDown(Key.RIGHT)) {
this._x += speed;
}
if (Key.isDown(Key.LEFT)) {
this._x-speed;
}
if (Key.isDown(Key.UP)) {
this._y -= speed;
}
if (Key.isDown(Key.DOWN)) {
this._y += speed;
}
}
any ideas? I have flash 8