jaytee's Forum Posts

  • I want to adjust sprite size depending on my screen but why is the code thinking the browser is in full screen? or im using viewport incorrectly. Can someone help me understand and resolve this. In addition, I have set Fullscreen Mode: Scale Inner.

    my code:

    not full screen:

    full screen:

    TYIA!

  • You do not have permission to view this post

  • You do not have permission to view this post

  • I keep getting this on dev tools on game start but my game is running smoothly and perfect. Can anyone care to explain this? Very much appreciated.

    Tagged:

  • For a user that just transferred from C2 to C3, I got really confused and frustrated regarding this...

    Same color codes, different output.

    It just frustrating that I use the below reference for color codes, and then it shows a different output..

    And then I just found out that rgbEx means extended or extra color codes (also means every code has been adjusted as it seems). Then why not just put another tab that also show the codes for rgbEx then? and not just rgb. Sigh.

  • NOTE: Wasn't sure where to post this but it was highlighted on the notice that to report immediately to be able to fix.

    Error report information

    Type: assertion failure

    Message: cannot select detached view

    Stack: Error at Function.d.ASa (https://editor.construct.net/r210-2/main.js:288:242) at Lb (https://editor.construct.net/r210-2/main.js:201:29) at window.assert (https://editor.construct.net/r210-2/main.js:201:330) at ea.Uq (https://editor.construct.net/r210-2/components/editors/eventSheetView/eventSheetView.js:165:272) at ea.Le (https://editor.construct.net/r210-2/components/editors/eventSheetView/eventSheetView.js:162:387) at ea.Nfd (https://editor.construct.net/r210-2/components/editors/eventSheetView/eventSheetView.js:191:169) at ea.$d (https://editor.construct.net/r210-2/components/editors/eventSheetView/eventSheetView.js:183:311) at HTMLDocument.oe (https://editor.construct.net/r210-2/components/editors/eventSheetView/eventSheetView.js:145:409) at HTMLDocument. (https://editor.construct.net/r210-2/main.js:420:10)

    Construct 3 version: r210.2

    URL: editor.construct.net

    Date: Wed Aug 19 2020 04:04:29 GMT+0800 (Philippine Standard Time)

    Uptime: 211993.1 s

    Platform information

    Browser: Chrome

    Browser version: 84.0.4147.125

    Browser engine: Chromium

    Browser architecture: 64-bit

    Context: webapp

    Operating system: Windows

    Operating system version: 10

    Operating system architecture: 64-bit

    Device type: desktop

    Device pixel ratio: 1.25

    Logical CPU cores: 8

    Approx. device memory: 4 GB

    User agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/84.0.4147.125 Safari/537.36

    C3 release: r210.2 (stable)

    Language setting: en-US

    WebGL information

    Version string: WebGL 1.0 (OpenGL ES 2.0 Chromium)

    Numeric version: 1

    Supports NPOT textures: partial

    Supports GPU profiling: no

    Supports highp precision: yes

    Vendor: Google Inc.

    Renderer: ANGLE (AMD Radeon(TM) Vega 8 Graphics Direct3D9Ex vs_3_0 ps_3_0)

    Major performance caveat: no

    Maximum texture size: 16384

    Point size range: 1 to 256

    Extensions: ANGLE_instanced_arrays, EXT_blend_minmax, EXT_color_buffer_half_float, EXT_float_blend, EXT_frag_depth, EXT_shader_texture_lod, EXT_texture_filter_anisotropic, WEBKIT_EXT_texture_filter_anisotropic, KHR_parallel_shader_compile, OES_element_index_uint, OES_standard_derivatives, OES_texture_float, OES_texture_float_linear, OES_texture_half_float, OES_texture_half_float_linear, OES_vertex_array_object, WEBGL_color_buffer_float, WEBGL_compressed_texture_s3tc, WEBKIT_WEBGL_compressed_texture_s3tc, WEBGL_debug_renderer_info, WEBGL_debug_shaders, WEBGL_lose_context, WEBKIT_WEBGL_lose_context

  • I just exported my LARGE project file of C2 to find out there's a problem with C3-to-C2 Local Storage communication/process.

    I'm not sure if this is already a known issue, but per my test, C3 Local Storage cannot be read by C2 Local Storage "On Item get". But why? Aren't they both use the same Storage which is the Browser storage, right?

    Thank you for anyone who can clarify this to me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Alright i was understanding it incorrectly then. Thanks!

  • So base on my understanding of Array.IndexOf(value) is that it will get every index that matches the "value"

    But how come in the pic below that its only updating the FIRST instance of the Array.IndexOf(var) while it loops through the array.

    What i expect base on the pic above is that if var=13 , then all Array.At(Array.IndexOf(13),1) should + 1.

    So both Array.At(1,1) & Array.At(2,1) should be 2 and not just Array.At(1,1).

    Let me know if I'm understanding this incorrectly..

    Tagged:

  • Thank you so much as always dop2000! All this information are helpful for me right now and for the future!

  • My problem is that after some basic checks which are all true, it still does not go to the next layout (right away). This has been my problem for months now and I just can't get my head around it.

    One workaround I gave my users is to keep refreshing till it gets cached by the browser and goes to the next layout. It works for at least 2-3 refreshes but sometimes some users are still stuck after several refreshes.

    Is this because of the file size? Currently its only 27.1 mb once exported.

    I hope someone can tell my why this happens or provide a much more smooth sequence.

    See below screenshot for my basic checks:

    To summarize, it gets the current URL+folder then compares to the latest URL+folder if its equal or not before redirecting or go to next layout

    You can try my website here to check if it loads on your side right away: dreamte1.sgpro3.fcomet.com/games/demo-live/v1.3

    Thank you in advance!

  • WORKED PERFECTLY! THANK YOU AS ALWAYS dop2000 !

  • Good day!

    What would work to set the below AJAX request to every CurX(0),CurY(1) of an array. I want every new line to be added to the next X index.

    I'm familiar with tokenat single separators but not with 2 separators (comma & newline) and here is what i have so far

    Tagged:

  • I was tabbed away on my preview mode but after i returned, my screen went black but i can still see my textbox and theres a sad face on top.

    I pressed F12 and all i see is are these RED errors. What does this mean??

    This also happened on my EXPORTED version and im worried!

  • jobel

    Thanks! This looks promising. I'll try this and let you know the result.