Valentin's Forum Posts

  • So if i have a facebook PNG image (button) i would like to get this:

    On touched Facbookimage:

    (faceook object) prompt to share link > my app link

    It it works like this or how should i do it?

    Thank you!

  • It works fine with 1.4.7 to me!

    I got other problem... i don't know how could i make "fullscreen" Ad with admob + mopub...

  • I created fullscreen ad on mopub and linked an admob "banner" id... But it doesn't show.

    Anyway... How can i add fullscreen ad with mopub and admob?

  • Oh okay, i got it!

    I'm gonna try, thank you!

  • for what?

    What can i get from it and how should i use?

  • I followed these steps: How to setup AdMob ads on Construct 2 + MoPub + CocoonJS

    I'm done with everything, but when i test my app on phone, on the ad banner all i can see is:

    "Welcome to mopub! Click here to test ad..."

    Okay but why it doen't show my admob ads???

  • Thank you both!

    Works perfectly now

  • And if i set it like this:

    [attachment=0:h8yhvkpe][/attachment:h8yhvkpe]

    It almost good but not at all... starts to play a random song and after 1 sec it starts to play from beginning.

  • [attachment=0:vx2f5nkv][/attachment:vx2f5nkv]

    What happens:

    it starts to play "Correct" for 1 sec from the beggining again and again ... sound like it get stuck.

    After it starts to play all of songs same time but it shouldn't do that

    GO=2

    if song = 2 > Play song 2

    etc...

    What i want:

    Play correct ONE time and wait 1 sec(duration of correct sound and the animantion is about 1 sec)

    then choose a number to "Song" and play ithe song which includes that number.

    Help please.

  • Yeah i think you're true.

    I gonna rebuild it from the beggining

    Thank you for the advice!

  • [attachment=0:celoh5fq][/attachment:celoh5fq]

    So this is it.

    Below:

    If TOP = 4 > On touched picture 1 > Stop all

    ----------------------------------------------Set TOP to 1

    --------------> On touched picture 2 > Stop all

    ----------------------------------------------Set TOP to 5

    ---------------> On touched picture 3 > Stop all

    ----------------------------------------------Set TOP to 5

    etc.

    So what i want?

    If i start it, play a song randomly between that 9 songs... okay it works fine at first time.

    If i touch picture 1 start randomly choosen song again... This is not really working because something cunfused and starting to play all 9 songs at same time awhile... then stop all and 1 starting to play and if i touch picture 1 again gonna be even more confusion later...

    What's wrong with it?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • No problem i got that anyway

    Thank you helped a LOT!

  • I did it!

    Sorry for incomprehension!

    Thank you much!

  • So.

    I have 5 songs. I play it randomly with choose("S1", "S2", etc.)

    Its okay.

    And i have 5 pictures, i want to set:

    If S1 playing

    On touched P1 Go to layout X

    On touched P2 Go to layout Y

    On touched P3 Go to layout Y

    etc.

    My problem is i can't add tag names to the songs... so it doesn't work "If S1 playing" ... because there is no any audio with S1 tag...

    How could i solve this???

  • It works now fine.

    But i have other problem...

    Choose song1....song9 and play it randomly. It's okay.

    And I have set like:

    If song1 playing

    Picture1 position x,y

    If song2 playing

    Picture 2 position x,y

    etc.

    Well... song1(or one of them songs) really starts to play randomly, but pictures position not changin... so it doesn't "see" when (for example)song1 is playing...

    How can i resolve it?