deathangel1479's Forum Posts

  • Web/LocalStorage and System.

    May be there are other possibilities.

  • Simply said, you want to be able to add instance dictionary?

    You can save a json string in a instance string.

    Edit:

    Or you mean real class objects?

    like "new RGB()"

    Yes, I think you want this, how do you think this should work?

    Thats like writing a Behavior.

    -------------------------------------------------------------------------------------------

    Edit: You describe a Behavior.

  • What kind of converter?

    I've already worked intensively with the topic.

    Because I have written a json converter for Tiled to Construct.

    So if you have any questions...

  • Would be a disaster if any webside could close your browser. true?

  • > You can use the program Tiled, it is much more comfortable.

    >

    yes but I feel the development workflow is quite bad and doesn't allow fast level editing when designing "tight" levels.

    I will have to give it a go again though, as it seems the "less favorable work flow" will be faster in the long run.

    I really like Tiled in every sense. To each his own.

    But I have also my own methode to use these maps in Construct. T2CC

    I also need something, I think nobody else needs. The objects in Tiled, for server-side collision.

    I think I handle Construct a bit different.

  • Set:

    Save every x seconds, x to Storage totalTime.

    Edit: Save every x seconds, totalTime + x to Storage totalTime. (missed)

    Get:

    hours <- int( totalTime / 3600 )

    minutes <- int( ( totalTime % 3600 ) / 60 )

    seconds <- int( totalTime % 3600 % 60 )

    Primitive but effective.

  • Musste mir den Spass grad mal erlauben, wenn man hier schon mal auf jemanden trifft, der auch deutsch ist.

    Ich habe noch keine solche Funktion gefunden.

    Gut man kann Datensätze übertragen strings ints usw. per get und post und Dateien sind ja quasi nichts anderes, aber das es direkt geht kann ich mir nicht vorstellen.

    Aber kannst ja abwarten, vllt widerspricht mir noch jemand.

  • Na prost Malzeit, noch so ein Vollidiot.

    Hmm, auf Englisch bin ich irgendwie freundlicher...

    Ich glaub nicht, dass das möglich ist, wie wäre es denn, wenn du den Kontent schon rein packst und nur abfragst ob der Jenige die Erlaubnis hat diesen zu nutzen?

    I do not think that's possible, how would it be if you pack the Content directly in and simply ask if the one has permission to use it?

  • There are no stupid questions!

    Only stupid answers!

    Here you have one:

    For this you can use all object conditions or system picks.

    You can not destroy objects itself, just all instances, if you dont specify.

  • To Organisation, for me I can say, its much better. I faster find anything I search. But that has much to du with order all!

    Im also more a programmer as a designer, may be thats why I habe no problems to organize that. I order them in some sheets and groups, I separate function and creation. The sheet you see has only creations. By copy paste l create a new menu part in a minute.

    In objects I search hole day to find anything... and mostly i take the wrong.

    The last parts of your post are interesting, I will think about this things. Thanks for your opinion.

    My english is bad, but with smartphone its a real horror! Sorry!

  • No one with an opinion?

    I do not need 100% statements!

  • I become the messages from smartfox server to construct.

    I mean a chat like, any mmo has.

    Group chat, public chat, private chat....

    There are the usernames colored, posted items colored and any other things, too. Its partly done(posted items) like bbcode and with ids.

    I think you know the clickable function to get a user to private send, or click on posted items.

    This is what I want to show in whatever, TextBox or Text...

    But I think I will be forced to create a complete chat box plugin.

    I dont think that I can use HTML_div_Pode, but I think I can do it like them...

    I will sacrifice my next weekend.

  • You mean iFrame as TextBox?

    But can I put strings with html code to the iframe, directly from Construct?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You can use the program Tiled, it is much more comfortable.

  • I think the platform catapults you continue upwards, accelerating you ...

    It only happen if you jump through.

    -------------------------------------------------------------------------------------------------------

    Smaller collider to bottom.

    If the collider hits one more plattform, it jumps higher... and higher... and higher, lol infinity jump.