Creations Sylwest's Forum Posts

  • I know this post is old but for all people who's looking for a basket ball template, (like I did myself many times before) I recently made a basket ball 3D effect (with animation and some coding).

    You can try it here :

    https://www.scirra.com/arcade/sports-games/basketball-3d-template-19516

    Links to the capx (to codecanyon and scirra store) in the description of the demo.

  • Thank you so much korbaach, you made my day, my month and even my year LOL

  • Ok thank you, I haven't see this section, I'll do it, thx a lot

    EDIT : not necessary anymore : there is a solution here and it works !!!

    https://www.scirra.com/forum/how-do-i-make-a-button-when-tapped-will-call-a-phone-number_t171589

  • UP please !

    Since this cramberry plugin doesn't work, how could I implement this one in construct 2 please ?

    https://github.com/Rohfosho/CordovaCallNumberPlugin

    I really need a programmer help urgently please. I can pay a little bit if necessary to help me to make my phone dialer works tonight !

    thx

  • it doesnt work for me what do you do exactly what i miss maybe?

  • OK thx for all, i will try and keep you informed

  • Hi,

    need urgent help please.

    I'm trying hardly to allow the player to click on a sprite and his phone dial a number automatically. So I bought this plugin :

    cranberrygame_CordovaDialer_1.0.4.c2addon

    So I was wondering since the last C2 update in 2016, there was an other way to do that ? With html or JS or something ? I'm a little a noob in programmation but please, if someone could explain that to me.

    Also I saw a post where someone talk about using the browser object and go to url: "tel:+1-555-555-5555" but it doesn't work.

    Please don't tell me it's not possible with C2, everything might be possible with programmation LOL

    I'm sorry but it's quite urgent because I took some engagments to publish this app this week-end !

    thx a lot and have a good 2017 year btw

  • Hi, I bought this plugin :

    cranberrygame_CordovaDialer_1.0.4.c2addon

    But it doesn't work, when I test my game with my android phone, it doesn't react at all !

    So I tried only your own example : example_cordovadialer.capx itself but it doesn't work either !!!

    It tried to built on Phonegap AND cocoon. I tried the original plugin automatically installed and then this new one : https://github.com/Rohfosho/CordovaCallNumberPlugin

    without success.. Please someone help me, I took an engagment to publish my app this week-end, it's VERY URGENT ! thx

    (Or else, if someone know an other method to dial a number in the events that WORKS, please tell me)

    thx a lot

  • hi guys

    is it possible with the media function to make an animal talk, like a parrot or like Talking Tom?

    I want to do something simple, only need to have a function where the player speak to its microphone and then the animal repeat that loudly.

    is it possible with construct 2 ?

    thx

  • Ohhh Ok i see... excellent idea ! thx very much for all your help

  • One question more please :

    The only way to do that is to using the Events?

    For example :

    Text_Name ------ Set Text to "hey " & hero & " how are you?" (that is works well, thanks again

    Or can I use my sentence directly in the Properties box on the left of my Text_Name item ?

    So directly write in the Properties "hey " & hero & " how are you?" Unfortunally, if I do that, it doesn't work, but I was wondering if it was possible with a specific expression by any chance ? It's just because It's more simple to see directly all my texts in the Editor (else with the 1st method they are empty).

    Thx for your help

  • Blackhornet, your solution worked to me, thx again

    TelleS0808, thank you to made a capx specially for me, I have an older version than you so for now I can't open it, but I'll make an update today to be able to open it, and see finally which solution is the best.

  • Ok I will try this, thank you very much

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh, thank you, I didn't know the "&" trick

    Problem solved, thx

  • Hi,

    (sorry it's my second post today but I have 2 distincts problems I can't resolve...)

    I'm trying to make appear a sequence of sentences with the Touch function.

    For example : Sentence_1 - The player has to click on "Next" sprite to make Sentence_1 to disappear and to make appear the sentence_2. etc.

    But when I do that, whatever I use "On touched", "Is Touching", "On Tap object" (I tested all of them!!) it doesn't works correctly and ALL my sentences are disappear.

    Here precisely what I did in my events (my sentences are in Text object) :

    (By default, all my Texts are invisible except the first)

    EVENT 1 :

    Text Sentence_1 is visible ........................................ Text Sentence_1 - Destroy

    Touch - On touched "NEXT"...................................... Text Sentence_2 Set visible

    System - Trigger Once

    EVENT 2 :

    Text Sentence_2 is visible ........................................ Text Sentence_2 - Destroy

    Touch - On touched "NEXT"...................................... Text Sentence_3 Set visible

    System - Trigger Once

    EVENT 3 :

    Text Sentence_3 is visible ........................................ Text Sentence_3 - Destroy

    Touch - On touched "NEXT"...................................... Text Sentence_4 Set visible

    System - Trigger Once

    etc, etc, etc....

    But when I test it, if I touch the "Next" sprite, all my sentences are destroying at the same time. What I'm doing wrong ?

    Or is it a bug with the Touch function when we test it on construct 2 via computer ? It's an app for Mobile so I don't have the choice to use "Touch" here...

    thx for your help