marc254's Forum Posts

  • > Alright no problem. Thank you

    >

    > Maybe you can help me with that

    >

    > I am trying to stop the music when the reward video is showing.

    >

    > So on reward video shown and sub-invent if global variable music was already on, stop all music that has tag "music". And restart when user close the video

    >

    > Is that make sense?

    >

    > I tried that but can get it. the music continue same time with the video content.

    >

    > Thank you

    > Regards

    >

    Hmm sounds ok to me. Maybe instead of stopping on "On rewarded video shown", try to stop the audio just before calling "Show rewarded video", so that would be under "On Tap object" I believe. Also try with "Audio Set Silence" instead of stopping the audio.

    It's hard to guess so you need to try several approaches.

    Alright good! I'll try a couple of things to see.

    Thank you for your help

  • Alright no problem. Thank you

    Maybe you can help me with that

    I am trying to stop the music when the reward video is showing.

    So on reward video shown and sub-invent if global variable music was already on, stop all music that has tag "music". And restart when user close the video

    Is that make sense?

    I tried that but can get it. the music continue same time with the video content.

    Thank you

    Regards

  • Hello

    I bought your template and it is working very well.

    Thank you for your job.

    The only issue I have here is the interstitial.

    When the purchase is done, banner is hidden but not the interstitial.

    How can I get the interstitial also hidden?

    Thank you

    Regards

  • Hello

    Thank you very much for your reply.

    Can't we use this section to do something to cancel the reward if the user end the video before the end?

    "This condition is triggered after the video ad is stopped by the user. "

    Regards

  • Hello

    I bought your plugin. Thank you for this amazing work.

    I have 2 questions :

    How to use this section

    "This condition is triggered after the interstitial (the one that pops up after the video is completed) is clicked"

    Do I have some events to add there?

    Secondly, can you guide me how to avoid giving reward if the user close the video before the end?

    Thank you

    Regards

  • dropbox.com/s/86q9lfr0nmvgn8t/calculateSomething.capx

    Thank you so much.

    That is exactly what I was looking for

  • scirra.com/manual/116/text

    Thank you for the reference.

    I did not find the result yet but I am going to continue the test

    Regards

  • No, if that is all you need, then set the numerical global variable the to numerical translated contents of the textObject.

    translate a string to a number you do with int(string); or ....

    int(textObject.text)

    Ok I you talking about something like that : Global number Variable1 = int(textObject.text)?

    Let say for example I want to calculate a price with taxes

    Variable1 = int(price.text)

    Variable2 = float(taxes.text)

    Can I get the result with another variable3 which will be variable3 = variable1*variable2?

    If so, how to display variable3?

  • Euro 7.5

    Hello

    Thank you for your reply

    Is this plugin can capture text from input text box and store it into a global variable or instance variable?

    Regards

  • Hello all

    I want to make a simple form where users enter 2 or more numbers (in different input text) and when they hit on calculate button the result is displayed as a text. In my understanding, you have to store the input in 2 variables as numbers and then put the formula to calculate those 2 variables and display the result. Can someone advise how to do this please?

    Thank you

    Regards

  • Hello all

    A simple (or not) question

    I tried to search on the forum but I can't find the way to do this

    How can I use the phone native share and make a share button for my game?

    I am trying to use the cocoon-share plugin, but when I test on my phone nothing happens.

    Does anyone has a different way to do that?

    I just want the user to be able to share the game via email, viber, whatsapp, sms, ...

    Thank you

  • Thank you for your reply

    I have been able to figure out that issue

  • Hello all

    I am having trouble to install cocoon-share for construct 2

    I paste the files in my construct 2 document as the other in

    C:\Program Files\Construct 2\exporters\html5\plugins\cocoon-share

    But when I open construct 2, it does not appear in the plugins.

    Does anyone has an idea?

    Thank you

  • Hello all

    I am trying to open the game I am making with construct 3 but I am having error.

    I started to develop that with construct 2. When I try to open with C3 it says that the project is using 2 plugins (sprite font + and lunarray.litetween) which is true and asking me to install those plugins for C3 to be able to open the project.

    Does anyone knows where to find those plugins for C3?

    Thank you

    Regards

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • the layouts for level 3 and 4 don't have an event sheet selected.

    if you click the layout in the projects pane the layout properties pane will appear. then just select the event sheet you want linked to the layout.

    Thank you so much Celstrider. I even didn't realized that. Thank you for your time