Hello Guest

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 - werzar

Pages: [1]
1
Support / Re: How to import a .tmx file??
« on: July 14, 2013, 12:01:29 pm »
ok!!!! it works!!! thx!!!

2
Support / Re: How to import a .tmx file??
« on: July 14, 2013, 10:04:01 am »
1. Last version.
2. I follow all the steps and when I import tmx file, map is not equal to the map create in tiled, in this case example of desert...

3
Support / Re: How to import a .tmx file??
« on: July 13, 2013, 09:50:30 pm »
ey!!!!

With this update doesnt work this method to import a .tmx file into unity with 2d toolkit...

I have followed all the steps but the imported map is never the right.

Solutions?? Thx.

4
Support / Procedural 2d landscape generator
« on: April 02, 2013, 01:02:22 pm »
Hi,

Im trying to make a game with endless terrain like this:

http://www.kongregate.com/games/quickfingerz/awol

There is a way to make a script than using 2d toolkit to make it?

Thx and Regards.

5
Showcase / Re: Chicks Ahead - Cartoon style game for iOS
« on: March 26, 2013, 10:15:54 am »
I mean, I am using parallax scrolling technique of course, I just asked why do you need a plugin for that?

The action itself at its base is quite simple right? Moving sprites to the left at a different speed.
Now, depending on your game, you might want to adjust Y position based on some global (or otherwise public) variable (in my case, the height of the bird) and you would have to define a simple mechanism to recycle objects (when the leftmost image has left the screen, bring it back to the right, and apply a new sprite to it if needed).

Why do you feel you need a plugin rather than just go ahead and implement on your own? Let me know if I can help.

Yes, you could help me if you want, I need to know the knowledge to implement that... I understand concept but I dont know how to start it.

6
Showcase / Re: Chicks Ahead - Cartoon style game for iOS
« on: March 25, 2013, 09:59:42 pm »
Could you tell me some tutorials about parallax scrolling?? Did you use parallax or thinkscroller??. Very well use this...

Why do you need a parallax plugin?
I did not use any.

Not using parallax scrolling? Have various backgrounds and inserting it one after another?...

7
Showcase / Re: Chicks Ahead - Cartoon style game for iOS
« on: March 24, 2013, 12:11:16 am »
Hey man awesome work!!!

Could you tell me some tutorials about parallax scrolling?? Did you use parallax or thinkscroller??. Very well use this...

Great !! ;)

Regards

8
Support / Re: How to import a .tmx file??
« on: March 18, 2013, 11:13:57 am »
Yeah man!!! this is awesome!!! very thx for that...

I have a new question:

There is a good way to make collisions in Tiled and import in unity?

The only way to make that for me is:

- Load a .tmx file.(Used for background)
- Then add new sprites in front of .tmx to make sprites with collider to my plattformer game.

thx.


9
Support / How to import a .tmx file??
« on: March 17, 2013, 01:02:29 am »
Hi all,

When I import a file. Tmx obviously need to load the sprite collection (data) but I dont know if I have to do this before importing or after, in any case I've tried both ways and is seriously wrong.

I tried an example of tiled program, the file name is desert.tmx case anyone tried it already or know how.

Any solutions??

Thx.

Pages: [1]