bon4ire's Forum Posts

  • I've looked for a simple explanation to implement this feature but can't find a demo of how this would work.

    When initiated, where does the captured image go and how would I call it?

    Here's what I'm looking to do:

    Objective: Switch from Layout 1 to Layout 2 with a slide transition.

    • on click capture image snapshot of Layout 1
    • take Layer 1 snapshot and overlay on Layout 2
    • switch to Layout 2
    • slide Layout 1 image (sprite) to reveal Layer 2.

    Ideas?

  • Just had random thought.

    Since the current state of the mobiles out there can't utilize WebGL, do you think the new windows slate to be released soon, or windows hardware partners, will support it?

    Bob

  • Woo hoo!!!

  • Perfect! Thank you.

    I knew there it had to be something simple I was missing.

    <img src="smileys/smiley32.gif" border="0" align="middle" />

  • I've a global variable A to "Hello" and global variable B to "World".

    Now I want to add A and B to global variable C.

    I tried setting C to A+B but on text output C displays "A+B"

    How do I get C to show "Hello World" instead?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I was reading this thread and I noticed that the sample files were pre C2. This is possibly the solution I'm looking for and would like to get a more understanding of this plugin.

    Is it possible to have updated sample files so we can see this in C2?

  • You may have to preload the sound before actual play.

  • Ah yes, thank you! This makes perfect sense now.

  • Ok cool! I was able to use the variable instance to specify which sound to play.

    I have two mouse onclick entries each checking the id to play that specific audio.

    According to your scenario, you have one entry for mouse click. I assumed this would be the optimal way.

    Do you have a sample of how this could be done?

    Thanks again!

    Bob

  • I've two buttons, one duplicated from the other.

    On the first button, I want to play a sound file that says "yes" and the other button to play a sound that says "no".

    I thought it would be simple but am having difficulty trying to do this (newbie I suppose.)

    Is it possible to assign different sound files to duplicate buttons, ie a soundboard?

    Thanks!

    Bob