Kyatric's Forum Posts

  • rexrainbow made a custom plugin JSON TMX importer is that what you're looking for ?

  • The object is accessible and stored in the folder "Controls" in your capx:

    <center><img src="https://dl.dropbox.com/u/36472942/construct/forumhelp/Object_in_folder.PNG" border="0" /></center>

    Don't you see this folder in win vista ?

    If you double click the folder you get access to the objects stored in the folder:

    <center><img src="https://dl.dropbox.com/u/36472942/construct/forumhelp/Object_in_folder2.PNG" border="0" /></center>

  • 3. A newly spawned object is picked by default until the next iteration of the loop.

    So any action applying to the object right after the "Create" action will apply only to the newly made object.

    This kind of picking questions is already treated in the how do I FAQ.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 1.

    Top level event

    .. Loop

    .. Your event that will execute after the loop

    2. Yes, ofc.

    3. Isn't this an incomplete

    4. None

    5. None, arrays are just datas, unlikely it will slow performances.

    6. Check the keyword "arrays" in the tutorials and check out Yann's video about arrays (in his twitch/youtube channel)

  • jbmoyer: apparently EST is GMT - 5

    So considering we're starting at 4 PM GMT+1 I'd say the course begins indeed at 11 am EST.

    The videos will be available for replay anyway (on twitch and if all goes well on youtube too) and we will answer questions and discuss about the course on this topic as well as the course's subreddit all week long.

  • Whiteclaws, in the meantime you can still enlist this class.

    Byakko Tekniko GauntGames: Thanks for the enthusiasm and the enlisting, it's wonderful. Don't hesitate to spread the word.

  • Well if you check out the Scirra's arcade, you can already see quite a lot of action games and what they look like, which is gorgeous for most of them.

  • Byakko: the live will be held on twitch.tv, the URL will be added on the page as soon as known.

    Be sure to register to the course on uReddit.

  • Have you checked and followed the steps explained in that thread ?

  • You can check this free online class on the University of reddit.

    The lessons were given by Yann and myself (Kyatric).

    Check the full course page right here

    Next (and last) session will be Saturday 27 April 16h (4pm GMT + 1)

    <center>

    </center>

    Any questions don't hesitate to ask in those forums or on the subreddit for the course.

  • Is your capx using third part plugins/behaviors ? Is it happening on different computers ?

    Are your graphic card drivers up to date ?

    You may not want to post the capx publicly, but you could still send it via email to Ashleybeu@scirra.com to see if it reproduces on Ash's computer or if he can find a possible reason for such crash.

  • Hi, are you sure you've put your license correctly on the new computer ?

    You may want to send a mail to licensehelptst@scirra.com for more help/informations.

  • You can see the number of events in the bottom right bar.

    Global variables also do count as one event.

    A project with more than the event count can be opened in the free version but indeed can't be edited anymore.

  • For todo lists inside of C2 I generally use comments at the bottom of the event sheets.

    One "TODO" and another "DONE" and then I copy/paste items from one to another.

    To add new lines in a comment press shift+enter.

    There isn't a specific "todo list" feature otherwise, but comments are more than enough imo.

  • Check this blog article about image compression in C2.

    It's likely that skydrive will be the same as dropbox, understand a free hosting service.

    I've tested a project (300 kb only) that bugged in dropbox.

    Hosted it on my own server, no bug at all. You get what you pay for.