View Single Post
MilloCz2

JCF Member

Joined: Aug 2013

Posts: 5

MilloCz2 is doing well so far

Aug 14, 2013, 04:12 PM
MilloCz2 is offline
Reply With Quote
Could someone explain me please why jjTileSet function does not work properly?

To describe problem: I want it to create 1 tile in the air in the cords X,Y in layer 4. It does not create that 1 tile, but it creates invisible pillars all around the map. I really have no clue why.

If you haven't tried it, you can:
Quote:
void onLevelLoad(){
jjTileSet(4,0,0,8);
}
You can pick any map with any tileset, but created tile (in my code, tile with number 8) should be masked.

Last edited by MilloCz2; Aug 14, 2013 at 04:26 PM.