Be a Supporter!
Response to: Hey guys I've Made a "Game"... Posted August 27th, 2009 in Game Development

At 8/27/09 05:56 AM, TheWhiTe wrote: And the final Version is here =D

http://spamtheweb.com/ul/upload/260809/4 5753_The_Settlers_V.php

Redo the cursor to something else, change the word "upgrade" to "upgrades", make the hover over box more attractive, and tell me how much it costs to upgrade!

Response to: The Flash 'Reg' Lounge Posted August 27th, 2009 in Game Development

At 8/27/09 04:58 AM, GustTheASGuy wrote:
At 8/26/09 01:52 PM, ImpotentBoy2 wrote: say wha! how long you think before they make an operating system?
..They have two.

Isnt Andriod one?

GCSE Results
I took Maths and English early and got B overall in them :) Got Maths AS next year

Response to: Walking cycle test 2 Posted August 26th, 2009 in Game Development

At 8/26/09 05:58 PM, The-Scourge wrote:
At 8/26/09 05:56 PM, Supman914 wrote:
I did on that last animation I made Im thinking about doing the loop thing but I dont know where the loop button is
Just put the animation inside a movieclip.
I did
by the way there is no "loop" button. That weird sliding back leg thing isnt going to work either, your going to have to follow that diagram i and some other guy sent to you. If you want good animation you can't just take the easy route.

No, that is how people walk just on the spot. If you stick my examples in a movieclip and tween them correctly across the stage it will look right.

His back foot slides so it keeps in the same spot when the movieclip moves forward, this looks fine because the movieclip is moving forward at the same rate the leg is moving back.

It's not an easy route, but a simplified way of creating a decent walk cycle.

Response to: Walking cycle test 2 Posted August 26th, 2009 in Game Development

There is no leg movement, it's hard to distinguish which leg is doing what.

I have a couple of walk cycles I can show you if you need help.

I did this about a year ago
A more recent one

They both use a looping technique, where, because you cant tell which leg is which (no defining characteristics), I only actually make one leg walk, the other slides back and it loops. This creates the effect that the second time it loops, the other leg is moving when actually it isnt.

Good luck!

Response to: little help Posted August 26th, 2009 in Game Development

It means your posted script has a few opened but not closed brackets.

And I prefer to use && if I'm honest, not sure why, just how I've learnt to code :P

Response to: The Flash 'Reg' Lounge Posted August 26th, 2009 in Game Development

Just finished playing Another Small Favour, as Point n Click is one of my favourite genres.

It was a pretty simple game, all in all though.

Response to: little help Posted August 26th, 2009 in Game Development

At 8/26/09 08:43 AM, robin1232 wrote: here, this should fix it:

onClipEvent (enterFrame) {
if (this.hitTest(_root.win) {
if this.atk == 0) {
play();
}
}

also, next doesnt work, just use play(); and a stop statement on the next frame

Or nextFrame();

And you can use &&, it depends how you prefer to code and if it helps you organise go for it. And fuck me you bad at opening/closing brackets.

onClipEvent (enterFrame) {
if (this.hitTest(_root.win) && this.atk==0) {
_root.nextFrame();
  }
}
Response to: ok now for stage effects Posted August 26th, 2009 in Game Development

At 8/26/09 09:01 AM, Punisher33 wrote: Lets say i want to make my character Maverick look like he is flying in the air but the stage is frozen how do i make it so this way it makes it look like the stage is moving with out doing anything in macromedia do i have to use a adobe for that????????

Adobe bought Macromedia. Flash is still the same program whether you have a Macromedia version (Flash 8 and below) or a Adobe version. Later versions just include new things.

Just create a background and make it move past your character.

Response to: Size problem. Posted August 26th, 2009 in Game Development

At 8/26/09 08:56 AM, zooominsh wrote: Really, I can make it whatever size ? And they just can resize ?

I'm pretty sure they can, whenever I've embedded a .swf using HTML and I've accidentally written the szes wrong it resizes it to what I've specified. If you've used bitmaps in it though they will get distorted with the resize, while the vectors wont.

Response to: Handeling Multiple Enemies Posted August 26th, 2009 in Game Development

At 8/26/09 08:54 AM, kizza0 wrote: Using actionscript 3.0 so that isnt an option :(
Thanks anyway.

How about inside the movieclip and on it's frame? I'm pretty sure you could do something like that.

Response to: Size problem. Posted August 26th, 2009 in Game Development

They can resize it when they embed it on their webpage.

Response to: happy birthday jtmb02 Posted August 26th, 2009 in Game Development

Happy Birthday, hope you got that Pokemon card you wanted.

Lots of love, Sam xx
Response to: Handeling Multiple Enemies Posted August 26th, 2009 in Game Development

If your using duplicate/attach movieclip the simplest way would be to write the collision code on the zombie movieclip.

And to remove:

removeMovieClip(this);
Response to: movement help Posted August 26th, 2009 in Game Development

At 8/26/09 08:38 AM, robin1232 wrote: instead of KEY.RIGHT use the ascii codes
because I think your a noob, here's a code explanation:

if KEY.isDown(87){
//do stuff
}

Can you write the condition without brackets?

I clicked your MMORPG link thinking, what a douche. :P

Response to: The Flash 'Reg' Lounge Posted August 26th, 2009 in Game Development

At 8/26/09 06:55 AM, Paranoia wrote:
At 8/26/09 04:52 AM, Glaiel-Gamer wrote: Ted Kennedy just died...
Who?

Some politician?

Response to: As2 To As3 Posted August 25th, 2009 in Game Development

Best option is to recode in AS3, get into good practice.

Response to: [Tut] Drawing and anim. explosions Posted August 25th, 2009 in Game Development

The progression was great but the final product really wasn't that impressive.

Response to: As2 To As3 Posted August 25th, 2009 in Game Development

At 8/25/09 09:37 PM, 7IsUnlucky wrote: Before it was all directly coded onto movieclips
Big improvement even if it isn't as3

Depends how you prefer to code.

Response to: As2 To As3 Posted August 25th, 2009 in Game Development

It just looks like he's copied his AS2 code into an AS3 document haha :P

Yeah, fancy.

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 06:57 PM, Blackfang wrote: Character

I colored my character. What do you think? I might add more shading.

yes hes supposed to be faceless...for now.

Looks good, can't wait to see him animated.

What ideas you got for this platformer then?

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 05:55 PM, Glaiel-Gamer wrote:
At 8/25/09 05:29 PM, Luis wrote: I'd say the gaming scene is decievingly lucrative. So if youre on the verge of quitting school or your job because youre under the impression its a gold mine out there, then i'd be careful with how naive you are.
The flash scene is really crazily inconsistent and unstable to make good money in, if you actually look at the figures i quoted compared to the time I put into the games, most would actually be like... below minimum wage

But you get paid for a hobby which is always good

That's the way I think of it. I'm 15 right now, 16 in a few months which will be when I can get a part time job. And even though most 13 - 15 year olds get paper rounds for like £10 a week, I think thats a bit shit.

It's a hobby, I learn more as I do it and it's nice to show people and get good feedback/criticism.

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 04:31 PM, Blackfang wrote: Hmmmm i doubbbbbbt you could beat me at RB drums. But i only have RB1, not RB2. And for GH:WT i have 2 bass pedals and a headphone splitter. And i CAN do Expert +. But i think thats because i can actually play drums and guitar in real life.

/endbrag

I can do expert drums on GH, haven't played in a while since the fucking red broke again. I can only do a few songs on guitar expert. Funny since I play guitar better than drums in real life...

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

http://www.youtube.com/watch?v=Xbmxw6bef yQ#movie_player

Lady gaga has a dick? Watch from 1.11 onwards :P

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 02:42 AM, Glaiel-Gamer wrote: the site says winners get a shiny trophy to decorate their mantle, and the grand category gets $5000

Well congrats for getting entered, hope you win!

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 12:48 AM, Duchednier wrote:
At 8/25/09 12:45 AM, Saza wrote:

I just googles Ps3 Slim UK. £250 on amazon :/

And thats pounds mate :P
No way man! I'm pretty sure its Lira!!!

;)
i almost said it was Gil... i gotta lay off the final fantasy

Why not copper, silver and gold?

Oh I'm the only WoW nerd here. Great :P

Still, £250 is still a bit much, what extra do you get for the 100 on the normal ps3?

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 12:30 AM, Duchednier wrote:
At 8/25/09 12:27 AM, Saza wrote:
At 8/25/09 12:22 AM, Duchednier wrote: PS3 SLIM

So for those non-ps3 owners out there, does a slimmed down, 100$ price drop tempt you into buying a ps3?
Tempts me alot, gotta find out how much it'll cost here..
google tells me its 100___ everywhere, so for you it'd be a 100 euro price drop. Just find out what it was before lol.

I just googles Ps3 Slim UK. £250 on amazon :/

And thats pounds mate :P

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

At 8/25/09 12:22 AM, Duchednier wrote: PS3 SLIM

So for those non-ps3 owners out there, does a slimmed down, 100$ price drop tempt you into buying a ps3?

Tempts me alot, gotta find out how much it'll cost here..

Response to: The Flash 'Reg' Lounge Posted August 25th, 2009 in Game Development

POKAY MON

http://translationparty.com/#2998330

Response to: The Flash 'Reg' Lounge Posted August 24th, 2009 in Game Development

At 8/24/09 10:21 PM, Blackfang wrote: Somebody should play me in Rock Band for ps3 cause i haven't played PS3 in foreeever. That or little big planet.

I don't have a Ps3 or rock band D: Only an Xbox and GH :P

Second hand Sam!