Main Menu

No one can say this is not sexy. A KINGDOM HEARTS ABS!!!!!

Started by Azark, March 28, 2006, 03:22:34 AM

0 Members and 1 Guest are viewing this topic.

Azark

Yup i found this when i was looking through some stuff i randomly download
and bang!!!! i bump into this demo. It has a very SEXY ABS!!!.
Also am working to combine it with a dash and jump script to make it a full action ABS. The buttons and instructions are in the scripts. Have fun!!!!





Here is the link
http://www.megaupload.com/?d=E8WW7TB5

100% sexy.

zxm


ShellShocked

its a bit urmmm......sucky, i like the idea though

Blizzard

Looks interesting. But can be made far better than that.
Get King of Booze for Android, for iOS, for OUYA or for Windows!
Visit our website.
You can also love/hate us on Facebook or the game itself.



Get DropBox, the best free file syncing service there is!

Season In The Abyss

The script is made by SephirothSpawn and is good, the only bad are the graphics.

loonygamer

if you can make 3d models and make renders of them, that'll be cool.

robot797

it is a beatiful script.
and i added some thing what is controle with the mouse just add the scripts vrom this page
http://crankeye.com/forums/index.php?topic=2953.0

and ad this in
attr_accessor   :spriteset in the part   def update
were the letters are yused

if Kboard.keyboard($RMouse_BUTTON_R)
# Get current coordinates
real_coord_x = @mouse_coordinates.x
real_coord_y = @mouse_coordinates.y
# Get column and row
tile_coord_x = real_coord_x / 32
tile_coord_y = real_coord_y / 32
# Get rid of the variance of 8 * 6
# ( 0 being the origin )
tile_coord_x -= 6
tile_coord_y -= 4
# If Negative Set to 0 for Safety
tile_coord_x = 0 unless tile_coord_x > -1
tile_coord_y = 0 unless tile_coord_y > -1
$ABS.player_attack
end

if Kboard.keyboard($RMouse_BUTTON_4)
# Get current coordinates
real_coord_x = @mouse_coordinates.x
real_coord_y = @mouse_coordinates.y
# Get column and row
tile_coord_x = real_coord_x / 32
tile_coord_y = real_coord_y / 32
# Get rid of the variance of 8 * 6
# ( 0 being the origin )
tile_coord_x -= 6
tile_coord_y -= 4
# If Negative Set to 0 for Safety
tile_coord_x = 0 unless tile_coord_x > -1
tile_coord_y = 0 unless tile_coord_y > -1
$game_party.shift_forward

end

if Kboard.keyboard($RMouse_BUTTON_5)
# Get current coordinates
real_coord_x = @mouse_coordinates.x
real_coord_y = @mouse_coordinates.y
# Get column and row
tile_coord_x = real_coord_x / 32
tile_coord_y = real_coord_y / 32
# Get rid of the variance of 8 * 6
# ( 0 being the origin )
tile_coord_x -= 6
tile_coord_y -= 4
# If Negative Set to 0 for Safety
tile_coord_x = 0 unless tile_coord_x > -1
tile_coord_y = 0 unless tile_coord_y > -1
     $game_party.shift_backward
end
   

if Kboard.keyboard($RMouse_BUTTON_M)
# Get current coordinates
real_coord_x = @mouse_coordinates.x
real_coord_y = @mouse_coordinates.y
# Get column and row
tile_coord_x = real_coord_x / 32
tile_coord_y = real_coord_y / 32
# Get rid of the variance of 8 * 6
# ( 0 being the origin )
tile_coord_x -= 6
tile_coord_y -= 4
# If Negative Set to 0 for Safety
tile_coord_x = 0 unless tile_coord_x > -1
tile_coord_y = 0 unless tile_coord_y > -1
$ABS.player_ranged
end


sorryn that the script is in a blank page not i am not a prow in scripting this is my first adapted script
......___|__
__/******\=======#
|**M1A2 ***:\
(@=@=@=@=@)

copy this tank and we wil concer the world

http://www.nintendo-europe.com/NOE/nl/NL/register/index.jsp?m=l&a=robot797
klik this link and give me stars

Winged

yea, I was pretty impressed when I saw it at first, but then i noticed without the attacking animation and stuff like that it wasn't as good.
Also, you should credit sephrioth spawn and ask for permission before posting his scripts and stuff....I dunno if its a rule but I feel that if someone made a script, they have the right to know where its getting posted and the right to only have a certain forum have it.....

~Winged



robot797

......___|__
__/******\=======#
|**M1A2 ***:\
(@=@=@=@=@)

copy this tank and we wil concer the world

http://www.nintendo-europe.com/NOE/nl/NL/register/index.jsp?m=l&a=robot797
klik this link and give me stars

qewlkid9

abs? whats that mean? you all talking about stradagy games like shining force and fire emblem? i love those! i would love to make one! ;D ;D

Dwarra?

Action
Battle
System

Like a hack n slash, such as Kingdom Hearts or Legend of Zelda

punishermark13

mark