user5487's Forum Posts

  • please reupload the file , i have an old c2 project , it cant be open,

    at least tell me how to remove this object from project

  • SPRITE FONT

  • You do not have permission to view this post

  • Here

    https://oyunkulturu.com/temp/file/lunarray.easytween.zip

    the link is broken again . here i uploaded it into dropbox

    https://www.dropbox.com/s/osg76wdpsdjw40x/lunarray.tween.zip?dl=0

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Here

    https://oyunkulturu.com/temp/file/lunarray.easytween.zip

    thank you good sir!

  • i could not find EaseTween by lunarray i went to this link but i could not download it . maybe the link is broken

    https://www.construct.net/en/forum/extending-construct-2/addons-29/behavior-litetween-48240

    can you upload it for me ?:

    EaseTween 1.6 Behavior

  • First screenshot:

    You can combine all 4 conditions into "Or" block, it will be a bit bulky but it will be one event.

    Or you can change all four condition to this one:

    System -> Compare two values-> (bgg=7 | bgg=14 | bgg=21 | bgg=28) = 1

    Second screenshot:

    TakHarf On frame changed -> Set WallpaperCount to (TakHarf.AnimationFrame>7 ? (TakHarf.AnimationFrame-7) : TakHarf.AnimationFrame)

    (if there are no more than 14 frames in this animation)

    worked like a charm thank you

  • hi can i do this is one line ?

  • how to set width rop and angle to a hook fish?

    dropbox.com/s/j47wjkwcovrjv4x/moveto-touch.capx?dl=0

    thank you

  • help me please

  • Problem Description

    execute javascript location.reload crashes[android webview]

    i made a simple application with a WebView Object in android studio it will run the html5 game but when i click button to location.reload it will crash the application in some devices

    Attach a Capx

    Description of Capx

    Steps to Reproduce Bug

    • execute javascript with Browser plugin
    • call " location.reload(); " which is run in android webview
    • webview crashes

    Observed Result

    ____ What happens? ____

    Expected Result

    refresh the page with location.reload

    Affected Browsers

    • Android WebView(YES)

    Operating System and Service Pack

    Samsung note4 (android 6) [it will not crash]

    samsung s6(android 7) [will crash]

    honor8 (android 7) [will crash]

    asus Zenpad(android 6) [it will not crash]

    Construct 2 Version ID

    r244

  • The issue or bug has been fixed however, and i do not have a clue how it fixed . [closed thread]

  • Problem Description

    i have two smart phone with android 7.0 and two devices android 6.0 and a ipad mini2 and two devices with android 4.0+

    so all of them work perfectly on these devices except the devices with android 7 .

    (i use a simple native application android and ios application too . both of the apps uses WebView object to run html)

    Attach a Capx

    dropbox.com/s/qdn5j6w07e6cn ... .capx?dl=0

    Description of Capx

    it just simply usig gotourl . plugins : button and browser

    Steps to Reproduce Bug

    • click the button
    • opening url
    • crash

    Observed Result

    crash

    Expected Result

    opening a url link web

    Affected Browsers

    • WebView Object (IOS and Android (WebView Object)): (YES)
    • Chrome: (NO)
    • FireFox: (NO)
    • Internet Explorer: (NO)

    Operating System and Service Pack

    Android 7.0 device

    Construct 2 Version ID

    constrcut2 244

  • hey

    i tried to load image from above folder , the given path is correct (i changed "images/highlight4-sheet0.png "to " ../img/highlight4-sheet0.png "in data.js), but c2runtime.js gives these errors can you help me put how to solve this ?

    [quote:3gv7jt7x]Error loading image 'file:///C:/Users/asus/Desktop/project_test_app/img/highlight4-sheet0.png': error { target: <img>, isTrusted: true, eventPhase: 0, bubbles: false, cancelable: false, defaultPrevented: false, timeStamp: 1502890749546000, originalTarget: <img>, explicitOriginalTarget: <img>, NONE: 0, CAPTURING_PHASE: 1 }

    [quote:3gv7jt7x]c2runtime.js:4598:5

  • are there a way to do it ? someone help me please