simwhi's Forum Posts

  • This sounds great. Forgive the pun! I look forward to this plugin.

  • <font size="3">TIPS</font>

    1. Sprite Font can also use tilesets, not just font strips, basically anything that is a grid of images.

    Is it possible to load each font letter as separate tile? I could not find how to do this. I want to use fonts that are not equally spaced. Splicing each letter using a font strip does not work very well for the font I am using.

  • I really loved playing your game. I hope you have the best of luck with it on Kongregate. It would be nice to know you experience with this game and ad revenue. Only if you would like to share that information of course.

  • Hi All,

    I have just started experimenting with Touch.beta and gamma. I couldn't get it working with PhoneGap properly using cordova-1.7.0rc1.   It just crashed when you tilt the phone but I did get it working through AppMobi.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I really enjoyed playing your game. I liked the visuals and the moody music.

  • This is certainly possible but you have to think ahead before you actually copy code across from one project to another. C2 code should always be executable, so you will have to make sure that everything you need from a project has bee re-created in the new project before you can actually copy and paste an event sheet.

    Here are the steps:

    1. Open both projects in C2

    2. Re-create all objects in new project that have been used in the original project. Make sure all the names are correctly spelled

    3. Re-create all instance variables for each object created above that has been used in the original project.

    4. Make sure that there are no variable name conflicts between the two projects.

    5. When all of the above has been satisfied create a new event sheet in the new project.

    6. Copy and paste original code into the new event sheet.

    6. Finally, add an include for the new event sheet

    Think that covers it. Let me know if I have missed something, or you have any problems.   

    I wish there was an easier way but I haven't found it!

  • I'm glad that you have fixed the problem. You have to be careful how you order your groups. I had a similar issue recently!

  • If I understand you correctly, I think it should be:

    Set Player.MaxHP to Playerstats.At(2,0,0)

    This will set the Player.MaxHP from the array

  • Can you post a capx? It's difficult to solve a problem like this without looking at it.

  • I agree with sqiddster to an extent but if the project is too large there is a good chance that you will never complete it.

    My advise would be to look at completing smaller projects that have elements of your big idea. This is how I worked initially with C2. I followed tutorials and built upon them. I think it is less frustrating in the long term.

    Whatever you do, have fun!!!

  • Congratulations!!!

  • Your media and images folders are in the correct place. However, your libs folder should be moved up to the same level as the assets folder. This is how my project is set up. I'm using cordova-1.6.1 by the way.

    Within the res folder I have an xml folder. Place the config.xml file there.

    I hope this helps you.

  • I had a good look at your website. I wish you all the best in writing more games in the future. I am an educator and game developer too, so I am very interested in what other developers are doing in this area.

  • Nice work. Very simple but the graphics are colourful enough to keep a young audience entertained for some time.

  • Very nice demos.