d939569e84594e1586eac3e65e28dfb2's Forum Posts

  • Hello

    This looks great I'll probably back to buy this and customize in a week or two. My daughter and I are learning Construct 2 now and I am busy submitting graphic assets and nervously awaiting approval for all of them. Your write up is really thorough and the price is great. I wish you every success with Tool Madness.

    Kay

    Thank you for the feedback! When you buy it, please let me know what you think of it.

    Best of luck to you too, with the graphics. Once approved, send me a PM. I would like to check them out.

  • Here is a video of the template in action: [urlhttps://www.youtube.com/watch?v=_OUzLzL6aiY

    It is 12 minutes long. It includes:

      - What the game is
      • What the game does
      • Overview of the code structure
      • An example of how to use the template (you can create a whole new game in minutes)
      • A quick demo
  • Tokinsom

    I skimmed through the post... I did not see this answer but I skimmed fast and might have missed it.

    Two things:

    1) Is your anti virus turned on? If so try turning it off.

    2) Is indexing turned on? If so, try turning it off.

    See if that helps. If so, fine tune the indexing and anti virus so they avoid your project files.

  • Tool Madness - Full Game Template — Now for sale in the Scirra Store!

    https://www.scirra.com/store/games-with-source/tool-madness-full-game-template-1044

    <h3>How To Play</h3><div class="deshr"></div><p>Tap the screen to beat different challenges and master all of the difficulties. Tweet your high-score so all your friends can be envious.</p><h3>Overview</h3><div class="deshr"></div><p>Tool Madness in short is a game created with Construct 2. It includes three different games, and multiple difficulties.</p><h3>Why do I want this?</h3><div class="deshr"></div><p>This Tool Madness pack is a powerful tool. With it, you can easily and quickly create other games with it that look completely different within minutes. </p><p>With the help of the included guide, you have the potential to create anything your mind thinks up!</p><h3>Game Modes</h3><div class="deshr"></div>

    • Type 1: Tap at a timed interval

    <p>With this style game, the user must tap the screen at the right time. Depending on the difficulty, this could be at even or random intervals.</p>

    • Type 2: Swipe to win

    <p>With this style game, the user must swipe the screen in order to clear something off. The faster you do this, the better.</p>

    • Type 3: Tap to pick-up, tap to place

    <p>With this style game, the user must tap an object to pick it up and then tap somewhere to place it. This can create some interesting games, such as spreading cheese or putting away nails into containers.</p><h3>Features</h3><div class="deshr"></div>

    • Comes with the CAPX for customizing the game
    • Is focused around templates so you can use the CAPX to build other games rapidly (get started within minutes)
    • Using Construct 2 and the CAPX it can be deployed to the Browser, Android, Windows and other platforms
    • Features 3 different game modes, some with multiple difficulties
    • Features 3 Easter Eggs for the user to find
    • Features a tweet your score option
    • Comes with a set icons, images, and screen shots
    • Persist scores
    • Highly commented and structured code to improve readability, and make customizations easier
    • Most game text conveniently located in one file
    • Scales to numerous screen sizes with ease (Is built for 1280 x 720, but works on many different screens)

    Use this topic to leave comments, ask questions and talk about Tool Madness - Full Game Template

  • Road Trip Scavenger Hunt — Now for sale in the Scirra Store!

    https://www.scirra.com/store/games-with-source/road-trip-scavenger-hunt-1031

    <h3>Overview</h3><div class="deshr"></div><p>Road Trip Scavenger Hunt is a fun game to keep your passengers occupied so you can safely navigate the road with minimal distractions. </p><h3>Gameplay</h3><div class="deshr"></div><p>Point, click, touch, or tap!</p><h3>Features</h3><div class="deshr"></div>

    • Easily customizable
    • Included Construct Project File
    • Included HTML export for browser app
    • All graphics are included
    • Includes guides to compile Browser, Android, Windows 8.1, and Windows 8.1 Phone apps
    • Fits almost any screen
    • Awesome performance
    • Very clean and easy to follow project (in combination with this document, making changes should be a breeze)
    • Transitions between layouts
    • Easy to follow template for adding new layouts
    • Easy and very functional pop-up message system

    <h3>What's Included</h3><div class="deshr"></div>

    • Construct 2 Source
    • All images used
    • Screen Shots
    • Read Me with information on editing code, adding new layouts, how to use transitions, how to use pop-up messages

    Use this topic to leave comments, ask questions and talk about Road Trip Scavenger Hunt

  • Hi guys,

    I have no issue copy and pasting a chunk of code with a local variable, but when copying or moving a function with a local variable into a group I get complaints about that variable not existing in scope. My only way of going around this is adding the local variable to the group, then move the function and then change the variable name to what it should be after deleting the temporarily made variable.

    Any suggestions?

  • hmott I do not have one handle, but its pretty easy:

    simply select the sprite you want

    use load from URL

    enter the BASE64 string as the URL

  • I was having a problem where you would inject the image and then it wouldnt update until you went to a different layout and came back....

    I just spent about 3 days trying to figure this shit out!!!

    Apparently you have to disable WebGL for this plugin to work... now i guess i have to take a performance hit for this

    ;/

    you can use the sprite load from url option. put the base64 string in as the url, and you are done

  • newlee

    Just installed Construct2 on my Teclast Air II. Runs very well but I have the right click trouble. Any tips on this without a pen?

    if you use a keyboard with it, you can set up a AutoHotScript to right click whenever you are pressing the screen and holding the control key.

    I have not found a solid "good" solution that allows full use of construct without a keyboard.

  • I'm using C2 with Surface pro 3 and Windows Pc with pen tablet,

    both of them have pen and have a problem with the right click button.

    When I want to do the right click I have to do it with pen, and here is how to do it.

    1 hover the pen over the screen.

    2 pressed and hold the right click button.

    3 click and drag on the screen while holding the right click button.

    4 release the right click button on wherever you want to do the right click.

    that worked! thank you so much I can officially use Construct in full-blown tablet mode with no keyboard now. wahooo

  • You're welcome ??

    Do you use construct on a touchscreen?

    I am finding I need to use my touchscreen docked in a keyboard in order to use construct fully. I remember seeing ashley saying somewhere that its hard to get the touchscreen actions properly....if you do use construct with a touchscreen, have any suggestions for using it easily?

    For example, I am finding I cannot create a global variable easily with just the touchscreen unless I copy and paste a previous global.

    EDIT: I can now press CTRL and tap the screen to right click. still looking for a solution to right click without the keyboard but this gets me further along (used autohotkey)

  • newlee

    holy crud! it was a small difference but it made enough difference to be more accurate when using Construct on a touch screen.

    thanks so much

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Has anyone (if possible) made the ui for construct more tablet/pc friendly?

    I'm finding using it on my windows 8 tablet pretty tedious - the menus and buttons are too small for a 10 inch screen

  • Since it's based on standards, I'd expect that this is because WP8.1 does not support it.

    Sadly, picking files on WP8.1 is atrocious to add in with construct. ive gotten it 80% working with a ton of hacking

  • Not sure if it is possible or not, but Ashley is it possible to have a file chooser for WP8.1? File chooser works flawless for windows 8.1 but on windows phone 8.1 it seems to not do anything