Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Malifakt

Pages: 1
1
Ask a Question / Need some help with scene and region stuff
« on: April 25, 2014, 12:38:00 pm »
If the player leaves a building, I need him to be standing outside the proper door when the outside scene loads.

Please let me know how to do this, I have no clue?

2
Ask a Question / Re: I have a problem with my actors
« on: February 22, 2014, 06:48:47 am »
There are blocks for the camera location. Just do a replace the mouse coordinate with "x of mouse + x of camera".

That does not fix the problem, though. If you try the game, you will see that sometimes the actor is created at the correct position (X,Y of mouse actor), but sometimes the actor is placed 25-50 from the location it should have been placed on.
I'm not sure if that made a lot of sense, but try the game when you are back at your computer, I would be forever thankful if you can help me xD

3
Ask a Question / Re: I have a problem with my actors
« on: February 22, 2014, 06:23:07 am »
I'm on a phone so I can't look right now, but did you remember to add the X,Y of the camera to the coordinate?

No and I'm not quite sure how to. Do you have a picture, link or anything, telling me how to do this!?!

Thanks, btw :D

4
Ask a Question / I have a problem with my actors
« on: February 22, 2014, 05:02:52 am »
Hello. In my latest game I have encountered a bug that is annoying the cr*p out of me. What is supposed to happen is that where I click, and actor will spawn. The problem is that the actor I want to create at the X,Y of my mouse if create another place D:

If you wanna try the game, and see the problem yourself, that would be awesome. Use "3" to get the building and click where you want to place it.

5
Game Art / Need some art!
« on: February 15, 2014, 06:48:06 am »
Hello there.
I'm making a 2D Platform/Scroller RPG. The only things that I am missing are some basic characters.
I would love if someone could make me a Mage (classic mage robe and maybe a staff) and a Warrior (with a sword and some armor). I need jump, walk, idle and attack animations.
If you also could make me some enemies, could be anything from Slimes to zombies, whatever you'd like, as long as it fits the same art style as the mage and warrior.

Thanks in advanced!

6
Game Art / Re: Need some simple art, quick.
« on: February 03, 2014, 12:41:40 pm »
Seem stupid enough?

I can work with that, thanks  :D
Thank you for your time as well  ;)

7
Game Art / Need some simple art, quick.
« on: February 03, 2014, 05:29:30 am »
Hello there, I need some art for my new game, it is real simple and I hope that you can deliver it fast.
What I want is just two fish textures, one "nice" fish and one shark. I have not though much about the size, but it is for a mobile game, so you can probably figure that out.

Thanks in advanced

-Malifakt

8
Paid Work / Re: [I need an artist] I need an artist/desginer
« on: May 29, 2013, 09:27:04 am »
I know. I just manage to make some of it myself, but I forgot to delete the post XD

9
Paid Work / [Closed]
« on: May 29, 2013, 04:09:13 am »
I'm trying to remove this post, but I get an error  :'(

10
Old Questions (from 1.x/2.x) / Error Message
« on: March 20, 2013, 12:00:56 am »
I randomly got this error message. I've got the behavior to work before, but suddenly this happened.

I'm kinda in need of help (Yes, I am a noob so it might be a very pathetic question)


Random error:

Behavior: Design_178_178_Walking at line 74
Syntax error: expecting identifier before logicaland.
        if(( && (actor.getXVelocity() <= -(_MaxWalkingSpeed))))

Behavior: Design_178_178_Walking at line 74
Syntax error: expecting identifier before rightparen.
        if(( && (actor.getXVelocity() <= -(_MaxWalkingSpeed))))

Behavior: Design_178_178_Walking at line 75
Attribute is invalid.
{

Pages: 1