Gravi's Recent Forum Activity

  • 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

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • 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

  • SpanishTextDisplayed without capitalization, punctuation, or special

    letter (á == a, é == e, í == i, ó == o, ú == u, ü == u, ñ ==n):

  • You do not have permission to view this post

Gravi's avatar

Gravi

Member since 27 Oct, 2020

Twitter
Gravi has 1 followers

Trophy Case

  • 4-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • Forum Contributor Made 100 posts in the forums
  • x2
    Popular Game One of your games has over 1,000 players
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

12/44
How to earn trophies