beufreecasse's Forum Posts

  • Really good!

    Thanks!!!

  • Hi,

    I just tried to pass the WP8 certification but it fails because of Audio issues.

    In fact, if the game has music we have to ask the user to chose between the Game music and his current music played on the phone.

    I think we have to modifie the MainPage.xaml.cs and adapt the code for this case, but i don't know how to write a value in the webstorage of the browser to handle it in the game.

    Could you help me please?

    Thanks

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Thanks,

    It's not a problem for me, i like to learn and already have development skills.

    For the moment I just want to place objects and extend the layout.

    Is there a way to extend layout to the right when collapsing from the left?

  • Thanks for your answer.

    Do you know if there's some kind of tutorial to do it?

    I have a little idea but may be it's better if I ask experienced people.

  • Hi,

    I would like to make a game like Tiny Wings, and I have a question.

    What is the best way to have a large World Level with a lot of stuff, I mean should I already allocate all the objects and giving a big size to my layout or create a normal size layout and adding objects programatically?

    I ask this question because I have a CocoonJS performance issue and i'm thinking about a new way to display the game objects.

    Thank you

  • Yes iOS retina is On, and resolution of window is 960*640.

    I'll see if i can send you a capx.

  • Pixellated, i guess...

    Please check the attached picture (Iphone 4 screenshot), i think it will be more accurate :

    imageshack.us/photo/my-images/713/grassj.png

    When i display my game in the iphone browser I don't have this issue.

    Can you help me?

  • Hi,

    I would like to know if anyone knows why when i export my project to app mobi and launch it with applab, sprites have very poor quality?

    Please let me know if i have to change some settings in Construct2.

    Thank You.

  • It's working well.

    Thanks a lot!!

    <img src="smileys/smiley20.gif" border="0" align="middle" />

  • Hello,

    I would like to know how can i rotate an object around another one.

    I tried to do it with physics, it works very well but the first object doesn't change its angle corresponding to its position around the second object.

    How can i do that?

    Thank you