LaurenceBedford's Forum Posts

  • Hi guys, I didn't find any info about a related plugin. But I think it would be a great idea to have support for Aseprite.

    Meaning you can save the .aseprite file into construct 3 and build get the sprite animations from it.

    In Unityyou can already do something similar with a package created by some users.

    Thanks!

    For suggestions please post it here:

    construct3.ideas.aha.io

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sorry for my questions, but you are helping me a lot!!

    I got one more, hope not to bother you...

    how to request some data from PHP? (construct side, PHP will figure it out myself with a collegue)

    example to request data from "Maria" (instead of John) to get her data:

    {"name":"Maria", "age":31, "city":"New York"}

    It all depends on the JSON so lets say I have the following:

    {"name1":"Maria", "age1":31, "city1":"New York", "name2":"John", "age2":31, "city2":"New York"}

    To get "Maria" you do JSON.get("name1")

    To get "John" you do JSON.get("name2")

  • Hi here is a quick example

    In your PHP file insert the following:

    echo "{"name":"John", "age":31, "city":"New York"}";

    The script will output the following:

    {"name":"John", "age":31, "city":"New York"}

    Now In construct insert the JSON and AJAX plugins then add the following events:

    1. Global Variable Name (Should be a string)
    2. On start of layout ----> Ajax request URL (URL is the URL to your php script)
    3. On AJAX completed ----> JSON parse AJAX.lastData
    4. set Name to JSON.get("name")
  • > > Hi there!

    > >

    > >

    > >

    > > I want to introduce you to my latest creation: Krono Dash - Time Under Control.

    > >

    > >

    > >

    Subscribe to Construct videos now

    > >

    > >

    > >

    > > The game is very simple, it is inspired by games like Geometry Dash or The impossible game.

    > >

    > > But I tried to make it unique through a system where the obstacles have their own movement (speed and rotation) that varies depending on the speed of the gestures.

    > >

    > > So the faster you scroll on the screen and the more obstacles increase in speed, if you scroll slowly, the movements will be slower.

    > >

    > >

    > >

    > > It has two modes, the progressive level mode, and the infinite level mode so that the game can continue to be fun for a long time. I've also added a skin shop to increase retention.

    > >

    > >

    > >

    > > It hasn't been long since I started developing video games with CONSTRUCT 3, so any feedback (negative or positive) is welcome!

    > >

    > >

    > >

    > > If you want to write me in private this is my email: infosaiengamemtz@gmail.com

    > >

    > >

    > >

    > > Android FREE -> https://play.google.com/store/apps/details?id=com.saiengamestudio.krono

    > >

    > >

    > >

    > > Thanks guys!

    >

    >

    > Brilliant game, how did you do the scroll game mechanic?

    Thank you! :D

    Do you want to know how it is constructed that obstacles increase their speed according to the speed of movement, or simply how I got the ball to follow the movement of your finger on the screen?

    The speed mechanic

  • Hi there!

    I want to introduce you to my latest creation: Krono Dash - Time Under Control.

    Subscribe to Construct videos now

    The game is very simple, it is inspired by games like Geometry Dash or The impossible game.

    But I tried to make it unique through a system where the obstacles have their own movement (speed and rotation) that varies depending on the speed of the gestures.

    So the faster you scroll on the screen and the more obstacles increase in speed, if you scroll slowly, the movements will be slower.

    It has two modes, the progressive level mode, and the infinite level mode so that the game can continue to be fun for a long time. I've also added a skin shop to increase retention.

    It hasn't been long since I started developing video games with CONSTRUCT 3, so any feedback (negative or positive) is welcome!

    If you want to write me in private this is my email: infosaiengamerim@gmail.com

    Android FREE -> https://play.google.com/store/apps/details?id=com.saiengamestudio.krono

    Thanks guys!

    Brilliant game, how did you do the scroll game mechanic?

  • > > I understand what is supposed to happen but I'm having issues with the parameters? Whats the tag for?

    >

    >

    > LanieCoder

    >

    > Here is a basic example on how to get this working with uploading a file to your server:

    >

    > Here are the events

    >

    >

    >

    > Here is the PHP script that needs to be hosted on your site.

    >

    >

    Great Explanation! Superb! Thank You, is only example I could understand!

    I may ask you... and its possible to receive data into the C2 back from server this way?

    Yes as with PHP you can echo as a JSON for mat and c3 can parse and read JSON data

  • If you want to export to HTML 5:

    Then click export and select HTML 5 as your export option.

  • Change its type to "Textarea"

    Exactly what I needed,

    thank you !

  • Hi Guys,

    I have noticed the text input box text starts in the center of the textbox:

    How can I make it start at the top left and instead of scrolling it carries on below like this:

  • This item needs to be removed from the construct website.. It is will not work!!!!

    I have just purchased a game template that did not list the Appaeal plugin in the description, and fount myself purchasing this whis is NOT THE PLUGIN (EVEN THOUGH YOU SHOW A CAPX FILE IN THE DESCRIPTION)

    I did a web search and appadeal no longer will be supported and this must be a scam along with any game/app templates being sold within then construct store. now I have 2 dead templates 1 from appadeal and the other is "Samarui Shadow" please someone in the construct store go through ALL of your templates and delete the defective scams like these. this is about th 3rd or 4th time I came across a template that does not list the plugins and will not run in c2 or c3. I am just a hobbyist and these types of issues are avoidable

    If you need a refund contact scirra via email and mention the template so they can remove it. I was in the same situation a while ago.

  • Yes thanks for the info - I will hopefully be playing next time you are streaming!!

  • Hello!

    Im willing to hire a game developer/ construct creator that can create a game based on my plan. Its a simple idle/clicker style.

    Feel free to contact me and discuss!

    Thanks in advance!

    Hi Bill The Butcher

    I have worked on many commercial projects for companies and solo devs regarding construct and I would love to help you with this. Throughout many years of experience, I have made games and even apps and chrome extensions with construct 2/3.

    Feel free to email me:

    ficiendeveloper@gmail.com

    Many Thanks,

    Laurence

  • Hi,

    I made a frogger clone for a streamer, and you control it from the chat, I was inspired by the twitch plays games I've seen over the years:

    Subscribe to Construct videos now

    One of the most fun projects I've worked on :)

    Looks so fun can you post a tutorial for this?

  • I see, thank you! I will try it then

    Let me know how it goes :)

  • Angel_Sakura

    Aghh ok so do you have a global variable in place for when the user has collected the items?

    If so you would use

    Touch on touched object button

    then click the event and type s to add a sub event then do:

    system compare variable unlocked = 3 ----> go to unlocked layout