Joe7's Recent Forum Activity

  • tnewhook: It was a plugin-bug. Thanks for reporting it. Should be fixed in v 1.2 <img src="smileys/smiley17.gif" border="0" align="middle" />

  • Ajax plugin sends the data via get.. merge the vars and values in the url..

    Php.net get

  • Sending an email with php should be an easy task - if you're a little familar with that language:

    http://php.net/manual/en/function.mail.php

    Then in C2 you can make an ajax request to the php-file. In the tutorials section is an explanation how to use the ajax-plugin. I suppose a GET-request similar as shown in the tutorial will do a good job for the first tests. <img src="smileys/smiley1.gif" border="0" align="middle">

    [Edit]

    ..the game data by e-mail.. -> I would never ever do that, but it's possible..

    [/Edit]

  • tnewhook

    Now with version 1.1 counting is possible. <img src="smileys/smiley2.gif" border="0" align="middle" />

    Two more expressions:

    Get the number of keys:

    <img src="http://dl.dropbox.com/u/31151399/Construct2/Plugins/joe7_loadJson_demo/images/expressionRootKeysSize.png" border="0" />

    Get the numbers of entries of a given key:

    <img src="http://dl.dropbox.com/u/31151399/Construct2/Plugins/joe7_loadJson_demo/images/expressionKeysSize.png" border="0" />

    short overview:

    <img src="http://dl.dropbox.com/u/31151399/Construct2/Plugins/joe7_loadJson_demo/images/overView1.1.png" border="0" />

  • No, counting isn't possible this time. Update is on the way. <img src="smileys/smiley2.gif" border="0" align="middle" />

  • septeven, rexrainbow

    What about the idea to store all the plugins and behaviors similar rexrainbow does it already now, and describe them only on a (dynamic) website.

    With SVN-clients it should be possible only checking updates in specific folders(=foldernames=the installed plugin-names) in this complete repository. Perhaps anybody knows/finds a very simple and configurable svn-client or something better.

    This should be easier possible or not? Sure, the png-Images but this is another problem.. <img src="smileys/smiley1.gif" border="0" align="middle">

  • If I?ve understood this correctly, then yes. <img src="smileys/smiley2.gif" border="0" align="middle" />

    The Action "Screenshot saving request" takes 4 number-parameters:

    from (leftTopCornerX,leftTopCornerY) to (rightBottomCornerX, rightBottomCornerY)

    --> a rectangle from leftTop to rightBottom gets saved

    In the demo the rect is adaptable - drag "1"(=leftTop) and drag "2"(=rightBottom) --> "save rect" to create the PNG-image on the server and then "show"

    <img src="http://dl.dropbox.com/u/31151399/Construct2/Plugins/joe7_c2i/howTo/rect.png" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You don't need a custom plugin for that. It is built in.

    Use the Touch-Plugin and look at the properties on the left side. There you can set that the Touch-Plugin listens to "Mouse-Input" - i.e a mouseclick is interpretet as on-touched-event. No you can replace all Mouse-click-events with Touch-events and finally delete the Mouse-object - but only if you do not use mouseover-events and similar.. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Bad news.

    septeven: If you need help and I'm able to help(-I'm not familar with Multimedia Fusion-) -perhaps with the serverside stuff or whatever- drop some lines. Do you have a specific reason that you want/can tell us why you stop it? If it's too much work perhaps you can split the developing among some people.

  • Ashley: When I edit the adress in index.html to the jquery lib

    <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script> then it locally works without the error above in Chrome.

    Seems that Chrome is looking for a local "file://ajax.google..." and not for "http:"//ajax.google...

    Firefox falls back to the local jquery file and throws no exceptions.

    What I've used:

    Chrome 17.0.963.83 m --> local file error without edit

    Chrome 17.0.963.83 m --> no error with adding "http:" in the adress

    Firefox 11.0 --> no error with and without edit, but falls back to the local jquery

    OS: Win XP

  • simwhi:

    here's a short example(capx) with arrays in the source-code of the index.html. To call the functions from within C2 I've used the Call Javascript-Plugin. Afaik calling javascript-functions isn't possible without a custom plugin.

    If you really want to insert data directly in the non minified version of the file c2runtime.js - I would recommand write an own plugin. When exporting a project, C2 inserts 'some' sourcecode of all the in the project used plugins in this file.

    Just to mention: I personally would never implement it both possibilites shown above, because

    1) a non minified version brings you no advantages - only the possibility to write messy javascript-code.

    2) a plugin written only for one project isn't very useful for the next projects.

    3) If I would need something like the example above I would write the scripts in an external file - eg "myScriptfile.js"

    4) I've created some quizzes too and I personally prefer loading JSON-datas(per javascript) or anyway with ajax - just to seperate the datas completely from the runtime. That way I win the possibility to reuse the quizzes. The plugin load JSON is a small sideprodukt of a quizz I've made.. <img src="smileys/smiley2.gif" border="0" align="middle">

  • perhaps that way way with global countervars (commented capx)

    or a shorter possibility with the instant Count expression <img src="smileys/smiley1.gif" border="0" align="middle">

Joe7's avatar

Joe7

Member since 14 Oct, 2011

Twitter
Joe7 has 3 followers

Trophy Case

  • 13-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

15/44
How to earn trophies