LaurenceBedford's Forum Posts

  • I am pretty sure you can skip that. - I have released multiple apps with the same screen sizing and got the same 'optimisation error' but you can just move on to the release.

  • The first ad I ran, I did $30 for one week.

    The second ad I did $30 for one week.

    This third ad, I am paying $30 for 1 month.

    Ok let me know which one did the best!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi Lauren,

    I have been advertising my app on facebook.

    In other words, people who are using facebook (or instagram) will see my video ad. When they click it, it takes them to the google play store.

    As far as budget, with FB you can set your budget.

    So, for example, right now, my budget is set to $1 a day (I'm poor, lol). But, one can increase the daily budget to put their ad in front of more people daily.

    > 	<a href="https://ibb.co/BjQ9hc7"><img src="https://i.ibb.co/BjQ9hc7/1.png" alt="1" border="0"></a><html>
    		<body>
    
    		</body>
    	</html>
    

    That is not too bad - how much was your budget?

  • I am confused are you adding Facebook ads to your game or are you advertising your app with Facebook?

    Also for advertising what sort of budget is recommended?

    I want to advertise my app but have no clue what budget etc.

  • Spent an hour on it a week before last, couldn't get it to work while building an APK, Just guesswork without the official documentation, so It's a matter of just waiting for a Stable Release, with updated documentation I presume.

    Ok, thanks for letting me know. I have been trying as well and have not got it working :(

    Ashley any updates for documentation?

  • You stream russpuppy?

    If you want to try it out, you can check out what it can do by visiting https://www.challacc.com

    I used to stream but struggle to find the time for it :)

    I got to twitch affiliate then stopped.

  • Hi russpuppy

    Yes, I'm able to get all of that working. It's pretty insane what I've been able to achieve slapping Construct and Twitch together :D

    The fact we can now make Twitch extensions just opens up so many more doors when combined with the multiplayer plugin :)

    This looks awesome can you post a tutorial for this?

  • Hi guys,

    I recently saw that Scirra added support for adaptive app icons, where is the documentation making these icons?

    - I have tried and it does not work - I think I am going wrong somewhere - are their any examples?

  • Passing data in queue parameters requires re-loading of the iFrame content.

    Aghh yes, you are right - it depends jr22cs will this affect your project or do you need to pass data before it is loaded or whilst they play the game?

  • Kniggles

    For the webcam streaming part, you could use twitch.tv and embed your stream in an iframe in construct.

  • jr22cs

    To pass info from your website to your game check this out:

    ct-test-server.s3.amazonaws.com/constructQueryParams/queryParamTest.html

    That is a small demo - type stuff in the text box and it is sent to the construct 3 game in the Iframe.

    You can inspect the site for the code.

    Here is the .c3p file used:

    ct-test-server.s3.amazonaws.com/constructQueryParams/queryParam.c3p

  • srenshaw

    Thank you!

  • Hi Aekiro, I'm using Scroll View to display a very long list of over 400 clickable items (each item has the button behaviour attached). When I scroll the list using either touch or mouse clicks a button click is often registered, which then triggers an action and prevents scrolling through the rest of the list. Also, the scroll speed is fine using touch controls, but far too fast using the middle mouse button.

    1. Is it possible to detect whether the scroll list is moving so that I can disable button clicks whilst scrolling?

    2. Can I control the scroll speed when using the middle mouse button?

    Thanks,

    Steve.

    How did you do that as I want to do something - similar I have data in a database and how would I create an object for each column in the database and make it so it scrolls?

  • Hi,

    my current js code is as it follows:

    > chatbotJsonObject = JSON.parse(chatbotData);
    m_Int = parseInt(chatbotJsonObject.m_Int);
    

    I'm trying to parse data similar to the events below, which work fine.

    Any pointers of what I'm doing wrong would be really helpful, thanks!

    I think you need to call the global variable using the runtime object. Use the following:

    construct.net/en/forum/construct-3/scripting-51/set-value-global-variable-148584

  • Thank you, LaurenceBedford

    If you need any help post the link to the API and I will take a look for you.