frozenpeas's Forum Posts

  • Thanks volkiller730

    I managed to squeeze out another 2fps using your method.

    Now to optimise the images and hopefully this will sort it.

  • To hash up scrolling menu's I have lazily been using a 0% opacity sprite with drag and drop scrolling vertical only and pinned on items.

    Of course, when I scroll with touch it's jerky.

    I know this is not the "proper" way to do it, but is there some straight forward way (without plugins) that I can apply to make scrolling menus as quick but smoother?

    As I seem to spend more time building menus than developing gameplay and would love to see some built in system within Construct 2

  • Basically it's "on touched sprite - add one to total"

    Testing on Samsung S3 and Galaxy Tab 4

    Exporting with Intel XDK Cordova

    Thanks

  • These are great tips.

    Thanks DUTOIT

  • In my project when I touch the screen in very quick succession or touch with multiple fingers at the same time for a length of time, when I stop touching the action continues. It's like it's trying to catch up.

    I'm using "on touched" as the action.

    Is this a frame rate issue?

  • I appreciate the importance of keeping backups but Is it possible to stop auto backup when you first open a file?

    It's quite annoying for the backup to occur just after you've opened the file to get stuck in.

    Also, I download a lot of forum demo capx files related to problems I may be trying to overcome and my backup folders are filled with these demo capx files as well.

    Would love a feature to prevent backups of certain files.

    Perhaps a visible backup checkbox on the toolbar.

    Thanks

  • Got it thanks

  • Where is this option? i want load gmae background from url but i dont know where find this event

    Add a blank sprite to the layout call it e.g. "photoHolder" and then within events select "photoHolder" and then select load image from url

  • Thank you will give it a try and report back

  • Great tool and thanks for sharing

    Feedback

    How do you scroll right - my array is 20 on the x and I can only see 8

    If you want to use this inside an external file .json you need to remove the double quotations marks and the quotation marks surrounding the whole results.

    Example

    "{""c2array"":true,""size"":[20,10,1],""data"":[[[""Crab""],[""Pig""],[""Frog""],[""....... would need to be: {"c2array":true,"size":[20,10,1],"data":[[["Crab"],["Pig"],["Frog"],["......... Win64 version Thanks again

  • Thanks Niko

    I am using Intel XDK and Cordova

    Which plugins should I select:

    1. File

    2. File Transfer

    3. Media

    Basically, I want them to select a jpg from their gallery.

  • I'm struggling with the fileChooser on my own project as we speak.

    I've noticed that how you export the project affects how the fileChooser works.

    I'm using Intel XDK to test it and have to include the file plugin.

    How are you exporting it to test on android?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Help me please... is it possible with file chooser?

    Perhaps

    1. Select FileChooser in projects window (right hand side of screen)

    2. Under properties for accept - type in .txt (left hand side of screen)

  • Using the file chooser.

    Works in chrome on windows, however when exported to android through Intel XDK I get this error when clicking the button: "unfortunately the process not.yet,specified has stopped" and the app crashes/locks up.

    I must be doing something wrong, but I'm buggered if I know what.

  • When using "Scale Outer" do the X,Y coordinates change?