vaz_2's Forum Posts

  • I was unable to attach a demo .cp3 but here are some screen shots of a working example

    Clearly not much different than your attempt ...but without seeing more of the code its hard to decipher, hope this helps ya track it down

  • Hi all,

    Is there an audio plugin that gives the "add remote url" functionality for c2 like we have in c3?

    thanks for taking a look ...

    Rik

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • i was afraid this was going to be the answer, so i had an alternate solution in place that is similar to your suggestion.

    thanks for the assist -- VERY much appreciated!

  • Hi all

    in construct 3 im able to pass a global var in js using the following:

    rik.logError(runtime.globalVars.myGlobalVar);

    in c2 obviously i need to use the Browser.Execute Javascript object

    but what would the in parenthesis syntax be in c2?

    i have no issue making the call successfully, but when i do so im missing the content of my global var.

    p.s. - im able to pass a regular string successfully just dunno the format to send my globalVar

    thanks for the look.

    Rik

  • You do not have permission to view this post

  • Ashleythanks for the reply .. i figured that was going to be the answer, but it's always good to get a double check!

  • is there a way to add audio tags when fetching / playing audio via JS?

    is there a way to access event code that relies on audio tags via js so you can trigger it?

    sorry so vague -- im kinda just grasping at straws for possible solutions based on random ideas, so i dont have an EXACT situation to share.

    Thanks!

    Rik

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • -> Browser: Load stylesheet from "styles.css"

  • thank you for the assist!

  • Hey there...

    I have seen others asking this same question (very old posts) and no luck anywhere....

    does anyone know how to style the scrollbar in the listbox object?

    ive tried importing a css style sheet & had no luck (might be my syntax within the style sheet)

    #myIncorrectList -webkit-scrollbar-thumb { background: #d23737; border: 4px none #99a30a; border-radius: 20px; }

    i get no errors...i just get the same old standard scroll bar.

    any insight or help is appreciated!

    -Rik

    p.s. I HAVE TO USE THE LISTBOX (for accessibility reasons)

  • Hey everyone.... got an issue im dealing with an was wondering if anyone had any insight.

    i have a spelling game that uses the c2 text box (under form controls) for my input and im having a couple of issues

    the game is fairly simple, you hear audio for a word...you spell it.... you get it wrong you have to spell till its right, you get it right and you move on to the next word (plays audio, you spell, repeat)

    here is the main issue:

    #1 on ios the keyboard is not popping up automatically when the game starts ( it is on android)

    i can verify that my focus is working... however i need to keep touching the screen to get the keyboard to pop up (i can touch anywhere since the text box is in focus)

    is there any way to use code to trigger / simulate the touch that the device is looking for ?

    this seems similar to needing to touch the screen to hear audio on ios devices .

    maybe some code to activate the keyboard?

    thanks for the help!

    -Rik

    Ashley

  • Ashley completely understand and agree with your comments, just wanted to make sure i wasnt missing something when explaining to "the boss man"

    thanks for your reply!

    -Rik