HOME | DD

morbidfreak — Twisted RPG v0.35

Published: 2005-06-02 13:37:56 +0000 UTC; Views: 2107; Favourites: 13; Downloads: 551
Redirect to original
Description Controls:
Movement - Arrow Keys
Attacks: B,N,M
press B and N at the same time to get a double attack.
press M to do a spin attack, however the spin attack does no extra damage yet...
If you die, press R you'll respawn...

the equipment selection is still somewhat glitchy.

Well, I took my going nowhere Zelda engine and got some friends to help me with this project. Anyway this will be complete in about a month hopefully, unless I get pulled to do staff work at a boy scout summercamp, then there will be a 2 week delay. The engine is done, the only thing I really need to do is play with variables till it seems balanced. Enemies and different areas is the other thing I have yet to add. Anyway now the game more closely resembles Secret of Mana
Related content
Comments: 20

Lyra-Elante [2010-04-06 18:35:46 +0000 UTC]

I got killed by a chicken!

👍: 0 ⏩: 0

diogoshx [2010-03-05 21:46:05 +0000 UTC]

fantastic!!!! interresting!

one question for you: where can i find the moving up\left\right\down actionscript?

👍: 0 ⏩: 1

morbidfreak In reply to diogoshx [2010-03-06 04:00:24 +0000 UTC]

Erm, something like this?

onClipEvent (enterFrame) {
alreadymoving = "false";
// Right
if (Key.isDown(Key.RIGHT) && (alive == "true")) {
this._x += moveSpeed;
direction = "right";
_root.player.gotoAndStop("walkingright");
alreadymoving = "true";
} else {
// Left
}
if (Key.isDown(Key.LEFT) && (alive == "true")) {
this._x -= moveSpeed;
direction = "left";
_root.player.gotoAndStop("walkingleft");
alreadymoving = "true";
} else {
// Up
}
if (Key.isDown(Key.UP) && (alive == "true")) {
this._y -= moveSpeed;
if (alreadymoving == "false") {
direction = "up";
_root.player.gotoAndStop("walkingup");
}
} else {
// Down
}
if (Key.isDown(Key.DOWN) && (alive == "true")) {
this._y += moveSpeed;
if (alreadymoving == "false") {
direction = "down";
_root.player.gotoAndStop("walkingdown");
}

👍: 0 ⏩: 1

diogoshx In reply to morbidfreak [2010-03-06 08:53:54 +0000 UTC]

thanks for the help!

👍: 0 ⏩: 0

trogdorboy [2006-06-22 06:40:58 +0000 UTC]

how do you save?

👍: 0 ⏩: 0

Tasts806 [2005-06-19 23:30:18 +0000 UTC]

cool ^-^ i likeith it. how do i save, and why do the chickens run into the blade of my sword? is fun and eazy but not quite right

👍: 0 ⏩: 0

GuyFlash [2005-06-09 14:57:21 +0000 UTC]

very nice indeed!

considerably FAV'd

is there no way you can stop the flicking of the costume when you change direction, and make it so you can attack when moving.

other than that you are a genious well done

👍: 0 ⏩: 0

nqiq [2005-06-06 07:17:22 +0000 UTC]

As I write this I an still losing health becuase I died.

👍: 0 ⏩: 0

morbidfreak [2005-06-06 05:52:12 +0000 UTC]

Wow, thanks for the comments, ok i had to nerf alot of the aspects of the game, mostly because at about lvl 8 you are practically a god. If you go max agility you are actually able to break through the collision functions anyway yea... I'm redoing the backgrounds to look much darker. I will also be locking up some of the weapons, as in you have to go and find them and unlock them etc.

The emerald sword and buster sword aren't enabled yet so you won't be finding them, sorry ^^

I have more enemies in the works but enemies are very hard to make, because its like animating an entire character.

I update this file about every 5 days, so keep checking on it.

I'll add instructions and a small guide to everything tonight.

-Jerry

👍: 0 ⏩: 0

suger-and-spice [2005-06-05 16:48:20 +0000 UTC]

THE CHICKEN KILLED ME !!!!!!!!!
OFF TO KFC FRO U CHICKEN

👍: 0 ⏩: 0

ArtguyChoz [2005-06-05 09:08:45 +0000 UTC]

since you put in inteligence stat, you should make it so there is different classes eg. warrior, mage, archer etc.

👍: 0 ⏩: 0

ArtguyChoz [2005-06-05 09:06:34 +0000 UTC]

[link]


Lol im so 1337

👍: 0 ⏩: 0

reapaninja [2005-06-03 22:21:20 +0000 UTC]

lol, get killed by those 3 chickens. you can watch your health go down into -millions!

👍: 0 ⏩: 0

reapaninja [2005-06-03 22:19:44 +0000 UTC]

nd how do i get the emerald sword and those others??

plus, the screen is kinda plunged down into the bottom right corner, leaving whilte parts where its been shifted from. anyways, good job!

👍: 0 ⏩: 1

ArtguyChoz In reply to reapaninja [2005-06-05 04:00:36 +0000 UTC]

at the start you go to the treasure chest.

👍: 0 ⏩: 1

reapaninja In reply to ArtguyChoz [2005-06-07 22:00:30 +0000 UTC]

ummm... i don't see an emerald sword in there...

👍: 0 ⏩: 0

reapaninja [2005-06-03 22:17:45 +0000 UTC]

what do those black/yellow and red boxes do???

meeeheheheh.... rusty chainsaw.... i like th idea of a 2-handed sword.
you really should continue this, i'm addin to faves!

👍: 0 ⏩: 0

ArtguyChoz [2005-06-03 21:41:10 +0000 UTC]

lol you can move the corpses

👍: 0 ⏩: 0

ArtguyChoz [2005-06-03 21:34:57 +0000 UTC]

omg thats hell good +favs

👍: 0 ⏩: 0

BlackSujin [2005-06-02 21:13:46 +0000 UTC]

Pretty cool!

👍: 0 ⏩: 0