lennaert's Forum Posts

  • For python add:

    self.response.headers['Access-Control-Allow-Origin'] = '*'

    Anywhere in your handler. (within your python script)

  • Try Construct 3

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

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

    Replied :) great stuff

  • Would be nice if I could add a newline or line break to the initial text of a text plugin.

    atm it requires an extra event if I want to add multiple lines to the text.

  • Hello,

    Anyone know any good methods and approaches to track down bugs in construct 2 related exports ?

    I mainly use firefox and ctrl shft j myself an error console.

    I generally used the console to read raw info from ajax post requests and replies.

    But there are likely other methods or approaches when you run into something unexpected.

  • Hi.

    Anyone else have that problem?

    Thank you.

    If you downloaded the first release of 152, which had a faulty 32bit version and you installed that, you might need to redownload it. And install new. (it was updated)

    Check the info here

  • Last poster in the bug section gets an admin color on the forum index page:

    <img src="https://dl.dropboxusercontent.com/u/7134196/color_prob.png" border="0" />

  • If you are calling a PHP file through ajax on another host, add somewhere at the top:

    header('Access-Control-Allow-Origin: *');

    This will allow PHP to perform cross domain requests.

  • Unfortunately your game gives me a black screen.

    csf

    :

    It works here in IE11, Firefox25, Chrome31

    What browser did you use ?

    NOGL VERSION

    I uploaded a no gl version, could you try that ?

  • Hi there fellow sciscirians   ^_^

    I've been using Construct 2 for a little over 2 months now and consider myself already an able programmer with this tool.

    I made quite a few games already and have some hosted on google play and amazon.

    I got my own games website since recently, and it sums up my games on boomtanium.com too:

    I have a long background in webgames and web programming from a PHP/html/javascript background. check my site for details: lennaerthohe.nl

    I have invested in licenses for google play, ios app store, graphics licenses (lifetime) from Arteria3d , a https certificate for my site (secure connections) and ofc a construct 2 license.

    I am in the process of making a isometric game, with imagery derived from 3d models.

    Atm it is called knight demo, due to lack of better name or idea for it.

    See it here: Knight demo

    My idea for the game is a cross over between diablo 2 and world of warcraft.

    features:

    single player campaign

    multiplayer interactions

    rpg elements

    Quests, missions

    Target platforms will be tablets and and web based.

    I am looking for a couple people

    Audio artist: create the sounds, music and sfx for the game

    Story writer: story line from A-Z chopped into chapters for levels

    3d Artist: who is able to create maps and buildings and imagery from the various packs on Available graphics

    Construct 2 designer: to make levels, level elements etc

    I will do the majority of the game designing myself, but will work together with the team to change aspects to produce a better game.

    There are some options as to publishing which we will work as a team: like, game set price, or free with ingame purchases.   

    As reward you will be given a % share of the income the game will generate.

    sound artist: 15%

    3d Artist: 15%

    Writer: 15%

    Level designer: 15%

    Plans are to have an early release up in the stores by end of januari.

    Lennaert

  • You never need own ideas anymore:

    http://orteil.dashnet.org/gamegen

    Best ideas I ever read!:-D

    "a horror game where you shout at kittens and everyone in the game hates you"

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

    *has problems visualising*

  • Almost 4 thousand views :\ and no reply

    yay

    So ... three months further down the rabbit hole .... ANY NEWS ?

    Hi there,

    please remove all my games from the arcade ...

    I'm getting mighty frustrated that the vast majority of visitors find may games faulty in the current arcade ....

    I uploaded lots of versions but its just not working ... (errors left and right) and Scirra is not responding in my topic about the problems ...

    I deem it pretty bad advertising on my own behalf that I have games hosted which are seemingly not working ...

    And hey ... ALL my games are getting hosted on other websites straight from scirra (with scirra ads, not even my own) ... so thats lots of bad advertising.

    Granted, somehow it works for SOME people .. but it doesnt for about 80%.

    I prefer to only have material of mine spread around that works decently ...

    So pretty much, delete all my games from the scirra arcade.

    I will upload again once the new arcade comes around.

    Thank you.

    ps: hosted on my own sites they work 100%

    EDIT: I replaced my games with blank slates stating "NO GAME" made with construct 2.

    Funny enough, they work.

    So its an error on scirra's behalf.

    EDIT2: that was fast :P

  • I think you can simply add a "Pick all families computerprograms"

    to

    families computerprograms activity= "action"

  • If the client page generates some code in their webpage, cant you use a native javascript ajax post to a php database, and have cs2 retrieve that ?

    Major advantage of using the cs2 ajax is that it is most compatible.