Anyone having trouble downloading InvadeEarth? I have JAVA installed, but when I try to download, it stalls every time.
Any ideas?
Some of you will probably find out on Facebook soon enough anyway, but... I'm engaged to be married in May :D
Woohoo, 15,000 actives on the screen without any dips below 50fps! Hopefully by the time I start my next project, everything will be sorted out with extensions and what not, and I can do crazy effects finally.
http://www.clickteam.com/epicenter/ubbthreads.php?ubb=showflat&Number=70375&fpart=1
Who is Smile Land's Tinky Winky?
I've been to this site a couple times over the last year, to check in and take a look around. I'm glad Smiley Productions has a home again, even if it's mostly dark and no one's really around to feed the cat.
I've been working on game development for the last couple years, working with the d20 system and tabletop games. Still haven't made any money in game design business (even though I got close by writing an ebook for D&D), but at least now I've got a job and I have all the free time I need to work on game design.
Hi everyone, I'm just somebody who remember Smiley Productions WAY back, when I was about nine or ten. That was over a decade ago! I was shocked to see that this place is still around! I'm downloading all the old games I remember playing again to rekindle old memories. :)
www.scirra.com
I've pretty much lost interest, though... MMF2 will have just about all Construct had to offer come next patch.
Anyone ever heard of Culdcept for PS2? It's nearly always described as a cross between Monopoly and Magic: The Gathering.
Every time I go back and try to do anything with Netbeans+SourceForge CVS I get a headache because I can't remember the exact command strings needed to get private key authentication... Smiley, do you happen to remember (or have it in Netbeans settings somewhere)? I know it's something like:
CVS Root (easy part):
:ext:jonathancrosmer@invadeearth.cvs.sourceforge.net :22/cvsroot/invadeearth
External Shell:
"C:\Program Files\Putty\plink.exe" -l jonathancrosmer -i "C:\Documents and Settings\Jonathan Crosmer\My Documents\SourceForge Keys\SourceForge-Shell.ppk"
I'm a little tired but coding for fun with the new NetBeans 6.0 (beta 1). It's freaking me out a little bit, mostly by completing way more code than it ever has before. Auto-complete rocks.
Here's an example. I wanted to type the following line:
battle.trigger(BattleEffectTrigger.INFLICT, attackerUsed, result);
so I typed something like "ba" ctrl+space ".tr" ctrl+space
and get
battle.trigger(trigger, attackerUsed, result);