All because of you ppl..!

hey every one…i have been working on some games for a while now that you guys were helpin me on…but then i ditched them lol ill pick them back up later…but i finished a little game i made all because you guys helped me learn flash. thanks to all of you on kirupa and a big thanks to “TheOneAndONly” for helpin me out a ton on the side…

heres the link to the game
Kenshin Duel

history of the game:
Im a huge fan of the anime Rurouni Kenshin and i was sitting in Study Hall like 2 years ago in highschool and i picked up my TI-89 Graphing Calculator and began to program a Kenshin game and this is a remake…if you would like to see the original…and some other crap i made heres my page link lol…

JsSr Home
sorry about the music…i know its non professional…but if a dont like it click the stop button

all you do for the kenshin duel is hold down space bar :pirate3: Argh.

yeah…im gonna fix that…in the one for the 89 calc if you press it befor the ! appears it says cheater and re cycles…but im still terrable at flash so its not perfect.

is there a wat to use a goto loop…if so this can be REALY easy to fix

I cant play it :(. Its just a blank screen. But what it sounds like, is one of those “Kirby Samurai Shodown games” :D. I MUST PLAY THE KENSHIN DUEL :ogre: !

Remove the music from the site. The particular music you used isnt the problem, the usage of music itself… nobody likes music on websites, exept the website’s developer.

yeah i know…i was only gonna leave the music on the actual videogame pages. JoMan, you hit the nail on the head i got the idea for it from Samurai Kirby in Kirby Super stars for SNES. it realy was a fun game that my friends were addicted to…but nothing is ever as good as the original. i suggest if any of you have a TI-89, 92, 92+ you download it…
and i guess i wont be submitting it to newgrounds either…its not that great :frowning:

You should submit it New Grounds and see what they think.it might get in :).

My way of fixing that problem, is to say:

onClipEvent (load) {
hitting = 0;
this.stop();
}
onClipEvent (enterFrame) {
if (hitting == 0) {
if (Key.isDown(Key.SPACE)) {
this.gotoAndStop(“kenshinWin”);
this.kenshinWin.play(1);
hitting = 1;
}
}
}

then make an onClipEvent Handler, and set it to KeyUp and type the following:

onClipEvent (keyUp) {
if (Key.getCode() == Key.SPACE) {
hitting = 0;
}
}

I think that might fix it.

P.S. I made a remake of Samurai Kirby Showdown also :D, But mine stunk :sleep:.

well in my game there is a function in a function and there is a random number generated before entering the function loops once the first function loop reaches the random number generated, the second function is accessed…which then is the attack…but i have an idea to fix it…and from this moment on i shall fix it…heh…ja ne.

i can’t see the game :’(

well…i did a little more but it sill sucks lol joMan…you on dial up?? im on dial up and the game wont load from the internet, however it will load through HTML on my computer or through the flash player that comes with flash. if you want me to send the mod version of my kenshin game i can e-mail you the swf file. or you can IM me on AIM Bahamutzero55455 on usually around the time this is posted or an hour befor (note: its 2:00 am here but the reply time in thr left hand side of the box should auto convert to your time zone…i hope lol)

I dont have to dial up =). I just turn on my internet and BOOM! Im there. I think it is called “Broad Band”. or something…

P.S. here is my email so that you can send me the Kenshin duel: jaschneider1@charter.net.

bodyvisual…if you want it poste your email address…and i will send it…

PS. maybe i should have it converted to flash 5 not 6… what do you think. maybe thats why its not loading for all ppl (or maybe my HTML @.@)