Welcome, Guest. Please login or register.
Did you miss your activation email?

Login with username, password and session length

 
Advanced search

1076053 Posts in 44157 Topics- by 36124 Members - Latest Member: Fitzgerald

December 30, 2014, 06:14:26 AM
  Show Posts
Pages: 1 ... 18 19 [20] 21 22 ... 91
381  Community / Procedural Generation / Re: Self Destruct [Finished] on: February 14, 2009, 05:53:20 AM
I've been meaning to update this for ages... and I still haven't gotten around to it Sad However! I made a little offline version of the game, so you no longer have to be connected to the internet to play it!



Here it is! Also, I've wiped the highscore table - so if you want to claim a spot, now's pretty much the best time to do it Smiley

I'm still planning on a real update sometime soon, whenever things slow down.
382  Developer / Creative / Re: So what are you working on? on: February 13, 2009, 07:04:59 PM
 Kiss
383  Developer / Creative / Re: So what are you working on? on: February 13, 2009, 05:00:14 PM
Currently getting back into an old project I left to one side in December:

http://distractionware.com/blog/images/2009/feb/pathwaysfeb.png
the hell?  I think I'd remember if that was in any of my orifices.

Well... it's quite an improvement over the old style, heh.

Neat, but might I suggest making the character's shading match the background? You have a lot of two color contrast but then it just stops at the character and looks weird.

Other than that pretty cool! I love the trees.

I'll give it a shot! Noir
384  Developer / Creative / Re: So what are you working on? on: February 12, 2009, 07:56:42 PM
Er, thanks

...

I think Undecided
385  Developer / Creative / Re: So what are you working on? on: February 12, 2009, 07:48:54 PM
Currently getting back into an old project I left to one side in December:

386  Player / Games / Re: Cloned! on: February 12, 2009, 06:54:32 PM
I don't mind cloning of gameplay mechanics

Right, but in this case it's an exact copy of the core idea and of each mechanic right down to the damn menu layout. However well it may be done, it's still a transparent rip off of someone else's hard work without giving so much as a word of thanks in the credits.

Considering how incredulous people were about all those Crayon Physics rip-offs, I'm kinda surprised people are so mellow about this.

...

AngryHand Shake Right
387  Player / Games / Re: Cave Story v.s. Auditorium on: February 11, 2009, 05:34:12 PM
Which is better: Cave Story or Auditorium  (Voting closes: April 12, 2009, 11:05:22 AM)
Cave Story    - 3735 (100%)
Auditorium    - 0 (0%)
Total Voters: 3735
388  Player / Games / Re: Cloned! on: February 11, 2009, 04:15:22 PM
That's totally shameless. Angry

A Nitrome/Squidy style front page post calling them out would serve them right, I think...
389  Feedback / Playtesting / Re: european hand love with boy on: February 09, 2009, 01:52:27 PM
Weird Sad Did he delete his account?
390  Player / General / Re: AVG's MMF bullshit on: February 08, 2009, 03:25:02 PM
Right, won't be using AVG anymore.

Really sorry to hear this Andy, I can imagine how annoyed you must be about it Sad
391  Developer / Technical / Re: Rinku & Increpare (and more?) Learn Flash on: February 07, 2009, 06:17:58 AM
Ah! If only it worked for flash player 9 Sad
392  Developer / Technical / Re: Rinku & Increpare (and more?) Learn Flash on: February 06, 2009, 04:46:00 PM
I've noticed a lot of professional games have delays when mp3's are looped, so I think it's a common problem. Even Auditorium (a commercial Flash game recently on the TIGS frontpage) has that problem.

I've just been reading up on it, and I'm shocked - I can't believe it isn't possible to create an MP3 file that loops Sad

Thankfully I've come up with a dodgy solution for my problem, for the ambient sound effects at least: I've got two sound channels running at the same time and just a split second before one ends I start the other one - as a result you can't hear the gap anymore, but if you listen carefully you can hear the overlap of the two sounds... still, it's a lot better than the silence problem - that was totally killing the atmosphere.
393  Developer / Technical / Re: Rinku & Increpare (and more?) Learn Flash on: February 06, 2009, 04:12:55 PM
Help! I can't seem to make my sound files loop without there being a noticeable delay at the end of the file - is there anything I can do to fix this? I've tried both specifying a number of times to loop in the Sound class and using an event listener like this:

Code:
public function changeamb(t:int):void {
  if (currentamb != t) {
    if (currentamb != -1) {
      ambchannel.removeEventListener(Event.SOUND_COMPLETE, loopamb);
    }
    if (t != -1) {
      currentamb = t;
      ambchannel = ambchan[currentamb].play();
      ambchannel.addEventListener(Event.SOUND_COMPLETE, loopamb);
    }
  }
}   

public function loopamb(e:Event):void {
  ambchannel = ambchan[currentamb].play();
}

But neither work Sad

[edit] Ah, actually, it appears that my MP3 encoder helpfully adds a tiny silence to the start and end of the mp3... >_<
394  Community / Competitions / Re: *NEW* Idea pool for future TIGS Compos on: February 04, 2009, 04:41:40 AM
I think Derek is waiting till Valentine's Day to announce the next compo because it will be the Love Letter compo.

I think I'm going to have to sit this one out Cry

If such a competition were started, wouldn't Valentine's Day be the deadline and not the starting date?

Sorry baby I can't take you out tonight, I've got a contest deadline. Maybe next year?
395  Community / Competitions / Re: *NEW* Idea pool for future TIGS Compos on: February 03, 2009, 06:31:44 PM
Or joined the one that was running back when it was first suggested!

What happened to B-Games II? I wanna make up for it being the only TIGS contest I didn't enter Sad
396  Developer / Art / Re: Tigsource OC topic on: February 03, 2009, 06:26:15 PM
Em, sorry, but what's an OC Session?
397  Developer / Creative / Re: So what are you working on? on: February 03, 2009, 06:18:24 PM

that's fantastic looking  Grin i don't think i've seen this before, porque?  how long have you been working on it?  what's it even called?

I can't find the last time I posted it - it's in this thread somewhere though... Droop

It's called Don't Look Back and I've been working on it for about a month. And it's almost finished! Should be done in maybe a day or two...
398  Developer / Creative / Re: So what are you working on? on: February 03, 2009, 04:56:09 PM
I'm still working on this:



But it's almost finished. Honest!
399  Player / General / Re: What are you listening to at the moment? on: February 03, 2009, 04:07:21 PM
Quote
What are you listening to at the moment?

Blondie!

oh god she's started rapping about eating cars
400  Developer / Business / Re: What's in a name - do you use your 'real name'? on: January 31, 2009, 09:41:02 AM
I get the former mayor of Edmonton, Canada. Huh?

Also this guy:

Pages: 1 ... 18 19 [20] 21 22 ... 91
Theme orange-lt created by panic