Gravi's Forum Posts

  • i got it ans bro

    just i need to swipe touhching variable

    touching = false

    no touching = true

    thanx bro

    keep growing

  • im trying to move tower with only when touching

    but in my case , tower move when touch is overlap to tower

    how to solve it

    showing video touch is not overlaping full tower object

    streamable.com/a6htg9

    thanx for reading this post

  • i search previous post but its not helpfull

    kindly suggest me how can i do that

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • this is not correct

    guide me correct way

  • As shown Image,

    First Layout= Loader

    User Loader Layout = ticked

    Loader Style = Nothing

    but in android

    1st shows > Logo

    2nd shown > Loader layout

    and after loader layout complete Go to Main Menu

    So how works it is

    i want to show loader layout , not a logo or app icon

    kindly Help me with it :)

  • You do not have permission to view this post

  • is it correct ?

    but ball not moving

  • i'm trying to move ball using device Orientation

    remote preview not work in mobile

    i do correct ?

    please guide me correct way

  • here my Events

    this is output

    how can i solve with lerp

  • dop2000 , NICE EXAMPLE

  • my method

  • Super Easy, Thanx Ashley.

    On ipad > low electricity consumption and Anywhere can work

  • i have ipad M1

    im trying to open construct editor on ipad (tested in chrome, firefox, opera).

    but is not same as desktop version.

    anyone can guide me to how can i do desktop version on ipad.

    (using ipad keyboard and mouse)

    i tested on various browsers but result still same.

    hard to work on it on Non desktop version.

    help me if possible to open desktop version in ipad.

  • if i have 1000+ words as in spanish

    in the global variable

    SpanishWord = tres niños

    so i want to replace special letters and set as "tres ninos"

    i try script

    // Retrieve the value from the global variable 'SpanishWord'

    var text = runtime.getGlobalVariable("SpanishWord").getValue();

    // Define character mappings for conversion

    var charMap = {

    'í': 'i',

    'á': 'a',

    'é': 'e',

    'ó': 'o',

    'ú': 'u',

    'ñ': 'n',

    // Add other mappings as needed

    };

    // Function to replace characters based on the map

    function convertText(text) {

    return text.replace(/[íáéóúñ]/g, function(match) {

    return charMap[match] || match;

    });

    }

    // Convert the text

    var convertedText = convertText(text);

    // Set the converted text into the global variable 'spash'

    runtime.getGlobalVariable("spash").setValue(convertedText);

    but getting error

    please guide me right ans..

  • thanx bro