The wait is over...

Talk about flash games that you've played or need help with.
User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:
The wait is over...

Post by zhulov3rz » Wed Feb 18, 2009 11:50 am

for u to be rickroll'd JK ....
here link 1
MIRROR Newgrounds version
haha
theres a cheat but ... will i ever tell ya?
(EDIT: i was lazy to adjust the size so plz wait while i do...)
-update-: for all those that played the earlier version (0.00) you need to start over -_- (F7) -_-
-update2-: fixed lag, made dmg increase when each stage is completed, made kb harder, game is down currently
-update 3- :its up again and cheating (pressing play by rightclix) is no longer possible ps: want the game gilly??
-update4-lols so many updatez utube video in high quality
normal quality
[note if i get very good response i might make a sequel....]
Last edited by zhulov3rz on Sat Feb 21, 2009 5:43 am, edited 8 times in total.

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Thu Feb 19, 2009 11:55 am

NOTE b4 readin. this is not for the sake of doublepostin but just to give notes (coz its neater)

to all plz note if any1 has tonnes of money to host this game elsewhere cos its eatin my bandwith (F4)
omg glitch...
fixin it soon....
one : im lazy
2 the game is actually a test of the string splittin
3 : you wont beat level 10 and above easily without cheating (i tried) but if you have 100++ pots youre ok
4: kingslime has over 2m hp at level 100 taking over 10 mins to kill with cheats (you should have gotten a life by then....-_-)
5: unlimited levels ^.^
6:lol
(more to be updated)
Last edited by zhulov3rz on Sat Feb 21, 2009 2:07 am, edited 2 times in total.

User avatar
jeff
Mushroom
Posts:80
Joined:Sun Feb 08, 2009 2:19 am

Re: The wait is over...

Post by jeff » Thu Feb 19, 2009 1:24 pm

the game is pretty fun

User avatar
jonlin
Zakum
Posts:2262
Joined:Sun Jan 11, 2009 2:29 am
Location:No.

Re: The wait is over...

Post by jonlin » Fri Feb 20, 2009 1:10 am

it is pretty fun =p
edit: glitch found Image

User avatar
gcool49
Jr.Balrog
Posts:549
Joined:Wed Jan 21, 2009 6:10 am
Location:Singapore

Re: The wait is over...

Post by gcool49 » Fri Feb 20, 2009 7:02 am

i clicked on the link but i cant seem to play can some1 tell me why (F4)

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Fri Feb 20, 2009 9:26 am

jonlin wrote:it is pretty fun =p
edit: glitch found Image

EDIT: FIXED IT...
Last edited by zhulov3rz on Fri Feb 20, 2009 12:55 pm, edited 1 time in total.

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: The wait is over...

Post by Montycarlo » Fri Feb 20, 2009 9:33 am

Code: Select all

if(hp >=0){
_root.updateEnemyHp(Slime, slimeHp);
}else{
_root.updateEnemyHp(Slime, 0);
}
I'm just taking a few guesses here with your code, but you can see that it's incredibly easy.

User avatar
Gillian
Free sunscreen monkeyleg
Free sunscreen monkeyleg
Posts:552
Joined:Mon Jan 01, 2007 12:00 am
Location:The Netherlands
Contact:

Re: The wait is over...

Post by Gillian » Fri Feb 20, 2009 10:14 am

Checked it out and its pretty fun and looks good so keep up the good work and I also like that it's a .swf game so you can play it in browser :"D

User avatar
Pepsi
Zombie Mushmom
Posts:360
Joined:Sat Jan 10, 2009 8:06 am
Location:MapleAnime vill

Re: The wait is over...

Post by Pepsi » Fri Feb 20, 2009 11:36 am

How that is amazing. In my flash game Im stuck in how the hell do i make it when i press < and stop the guy will face < and when i press > and stop he will face > The animation walking is perfect for both disrections just not the stopping and I dont know how to make him attack and make the enemy lose hp any help Monty?.

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: The wait is over...

Post by Montycarlo » Fri Feb 20, 2009 11:46 am

Pepsi wrote:How that is amazing. In my flash game Im stuck in how the hell do i make it when i press < and stop the guy will face < and when i press > and stop he will face > The animation walking is perfect for both disrections just not the stopping and I dont know how to make him attack and make the enemy lose hp any help Monty?.

Code: Select all

onClipEvent(load){
var wlkSpeed:Number = 3;
var charReady:Boolean = false;
scaleX = _xscale //Not sure about this property, if the text is blue it's correct. This code assumes the character's facing direction is originally right.
}
onClipEvent(enterFrame){
if(Key.isDown(Key.LEFT)){
_xscale = -scaleX;
_x -= wlkSpeed;
gotoAndStop(walkFrame);
}else if(Key.isDown(Key.RIGHT)){
_xscale = scaleX;
_x += wlkSpeed;
gotoAndStop(walkFrame);
}
if(Key.isDown(Key.SPACE) && charReady) _root.prodAttk();
}
I'll let you figure out how to produce an attack, the initial base is there ;)

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Fri Feb 20, 2009 12:38 pm

im reviewing lag now but if ya want the file just rightclix and save as......

gcool49 wrote:i clicked on the link but i cant seem to play can some1 tell me why (F4)

you dont have flash player?

User avatar
jeff
Mushroom
Posts:80
Joined:Sun Feb 08, 2009 2:19 am

Re: The wait is over...

Post by jeff » Fri Feb 20, 2009 1:38 pm

why would u ever put a cheat i mean like it was pretty fun until i got to lvl 10 it took me like so long and i got bored lol (F6)

User avatar
Dracoplasm
Zakum
Posts:1970
Joined:Tue Jan 27, 2009 1:02 am

Re: The wait is over...

Post by Dracoplasm » Sat Feb 21, 2009 2:51 am

Gonna Try it now rofl!!!

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Sat Feb 21, 2009 3:52 am

jeff wrote:why would u ever put a cheat i mean like it was pretty fun until i got to lvl 10 it took me like so long and i got bored lol (F6)

the cheat is to kill faster not to skip levels :p

User avatar
gcool49
Jr.Balrog
Posts:549
Joined:Wed Jan 21, 2009 6:10 am
Location:Singapore

Re: The wait is over...

Post by gcool49 » Sun Feb 22, 2009 1:56 am

zhulov3rz wrote:im reviewing lag now but if ya want the file just rightclix and save as......

gcool49 wrote:i clicked on the link but i cant seem to play can some1 tell me why (F4)

you dont have flash player?



umm nevermind the newgrounds version works for me now =D (F2)

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Tue Feb 24, 2009 10:04 am

no one commented on the u tube vid ... is it really that bad
BTW i will not consider custom keys as its a nusance to recode 70% of my character instead i will have a sequel made

User avatar
Montycarlo
Zombie Mushmom
Posts:473
Joined:Sat Jan 10, 2009 12:30 am
Location:Melbourne, Australia.
Contact:

Re: The wait is over...

Post by Montycarlo » Tue Feb 24, 2009 10:39 am

zhulov3rz wrote:no one commented on the u tube vid ... is it really that bad
BTW i will not consider custom keys as its a nusance to recode 70% of my character instead i will have a sequel made
You shouldn't need to redo 70% of your character's scripting just to incorporate custom keys., I don't even think that's a possible percentage, seeing as though the parameter of a Key.isDown statement is about 20% of the actual statement itself. Remember, you're only replacing the parameters with variables, which hold the key's index value & adding a small getKey() method function.

User avatar
jonlin
Zakum
Posts:2262
Joined:Sun Jan 11, 2009 2:29 am
Location:No.

Re: The wait is over...

Post by jonlin » Wed Feb 25, 2009 3:27 am

lol, i am curious asto what the cheat is >:D

User avatar
zhulov3rz
Mushroom
Posts:85
Joined:Sat Jan 10, 2009 7:37 am
Location:C:\Program Files\WIZET\Maple Story\DataBase\pigdude.cif
Contact:

Re: The wait is over...

Post by zhulov3rz » Wed Feb 25, 2009 1:01 pm

jonlin wrote:lol, i am curious asto what the cheat is >:D

play with the keys and youll get it one day...

User avatar
shawnpup
Snail
Posts:1
Joined:Tue Feb 24, 2009 12:48 pm

Re: The wait is over...

Post by shawnpup » Thu Feb 26, 2009 4:11 pm

Ur Game Got Glitch....
Random Enemy Damage Counters Appear Randomly.....

Post Reply