Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TMX #8253

Closed
minggo opened this issue Sep 30, 2014 · 0 comments
Closed

TMX #8253

minggo opened this issue Sep 30, 2014 · 0 comments

Comments

@minggo
Copy link
Contributor

minggo commented Sep 30, 2014

Note

This issue is migrated from here. It was created at 2013/11/11 13:17:32 +0000

Description

my game continuous game like tiles are moving down side,
I am using below code but the levels are loading fine for ios devices,
But there is some lines(between tiles) are showing when tiles going down direction in android devices.
tileMap = CCTMXTiledMap::create(CCString::createWithFormat(“Level%d.tmx”, Utility::getLevelToLoad())>getCString);
*tileMap
>retain;
_tileMap~~>setAnchorPoint);
*tileMap~~>setPositionX(winSize.width * 0.5f);
addChild(_tileMap, 0);

i don’t know what is the problem plz reply any solution to solve.

Regards,
Ramesh.

  • ramesh465 added comment:
    Ramesh Naidu wrote:

    my game continuous game like tiles are moving down side,
    I am using below code but the levels are loading fine for ios devices,
    But there is some lines(between tiles) are showing when tiles going down direction in android devices.
    tileMap = CCTMXTiledMap::create(CCString::createWithFormat(“Level%d.tmx”, Utility::getLevelToLoad())>getCString);
    *tileMap
    >retain;
    _tileMap~~>setAnchorPoint);
    *tileMap~~>setPositionX(winSize.width * 0.5f);
    addChild(_tileMap, 0);

    i don’t know what is the problem plz reply any solution to solve.

    Regards,
    Ramesh.

@minggo minggo closed this as completed May 5, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant