Jump to content


Artaex Media

Member Since 24 Apr 2010
Offline Last Active Jan 04 2013 03:38 PM

Topics I've Started

Looking for DLL programmer!

20 February 2012 - 05:21 PM

Hi,

I'm looking for a DLL programmer who can make a custom DLL.
The DLL should be able to do this:

Threaded HTTP-Requests:
- Initialize request
- DLL returns ID
- DLL functions allows to check the status using the ID

Now don't point me to existing DLL's, I need a custom one :)

The user who succeeds to make me such DLL, will be rewarded with an awesome, customized website   :woot:

And you'll be heavily credited everywhere possible ;)

-Artaex ;)

GM 8.1 Runner Problem

02 February 2012 - 05:11 PM

Hi,

Somehow when I run any GM executable, it takes atleast 5 seconds, before it shows a loading screen.
When I check how much memory the game is consuming while *loading* it stays at 100kb.
When the loading screen appears (which should normally happen instantly) it rises to the normal amount.

Also, when I run a game (F5), Game Maker completely freezes until the loading screen appears.

Already tried re-installing GM twice, but it didn't make any difference.

My specs:
Windows 7 Home Premium (64-bit)
AMD Athlon II X4 640 @ 3.00GHz
4GB RAM
GM 8.1.141 with a registered licence

Help please, otherwise I will never make a chance in the CGC :/

Looking for Story Writer

02 February 2012 - 03:59 PM

Hey everyone,

I decided to join the Creative Game Challange (CGC) for the first time, and I'm looking for some team members.
I'm mainly looking for a story writer.

The game will be a platformer, and I'm looking for someone who can write awesome stories!
It's about Good vs Evil, which basically says it all, but we need something more extended.

Oh and also, preferable a Dutch writer, but not required.

Thanks!

-Artaex Media

(oh and you will be paid if we win the competition ;))

Graphical Artist (semi-realistic / cartoony)

28 December 2011 - 06:25 PM

Hi everyone,

I'm looking for a graphics artist with experience in semi-realistic drawing.
I just started coding the basic engine for my Castle Defense game (HTML5 game!)

Please PM me if you're interested...

Also, you will be majorly credited, and any revenue made from the game, will obviously be shared with you.
(Ad revenue, since the game will be free to play)

-Artaex ;)

Detect "undefined"

28 December 2011 - 04:26 PM

Hi,

When I use YoYo_GetDomain while testing the game by opening index.html in my browser, it *returns* "undefined".
(Well, when drawing YoYo_GetDomain, it draws "undefined")

So how can I detect if a string is undefined?

if (YoYo_GetDomain == "undefined") // won't work!

-Artaex ;)