little_angel's Forum Posts

    131 reputation point troll user

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I am trying to make a sprite become visible when the player sprite overlaps another sprite to provide contextual help:

    If the player sprite overlaps a door sprite, a sprite which says "press e" should fade in, once the player's sprite stops overlapping the door, the "press e" sprite should fade out.

    how do i achieve this?

    thanks in advance.

    use the Fade behaviour with "destroy after fadeout" option disabled

  • I want to do something like

    "Hey! You are [your name], aren't you?"[/code:310ryemp]
    Which [your name] will display as the name string of user from the global variable. Just like something from visual novel or text adventure that display your name.
    The thing is I would call this text dialogue from a single line of text (possibly xml or csv). Does Construct has a way to display global variable between the text?
    Thanks  
    
  • Im making a sonic game and need him to rotate when going up ramps but i have no idea how to do it, has anyone got an idea for loops or ramps???

    try on increase platform speed parameter when overlap ramps/loops areas and for rotation just change sprite animation

  • C2 + Cordova CLI.

    best combo imho

  • > Do you want to know how many times it was touched, or how many touches at once?

    >

    > Eg: If I tap a square 4 times, you see 4. If I put 4 fingers on it I see 4.

    >

    > Touch (https://www.scirra.com/manual/119/touch) is the quick and easy way to go.

    > For either option you can create a variable to hold the count, and then use

    >

    > System>Touch>On Nth Touch Start (or End depending on your goal)

    >

    > count each time it starts/ends.

    >

    ----------------------------------------------------------------------

    Thanks for you respond,

    Let me explain it this way:

    For example i have a button and a text in my layout:

    each time that player touch the button, the text shows different numbers for each touch, like 1,2,3,...

    First touch button: Text changes to 1

    Second time touch same button: same text change to 2

    ...etc

    I dont know how to explain better, sorry <img src="{SMILIES_PATH}/icon_e_sad.gif" alt=":(" title="Sad">

    it's exactly what i did in the shared .capx, have you tried it?

  • Hello,

    Does anyone know how to make a proper call to open google map app on android or iOS?

    Thanx!!!!

    Android

    https://developers.google.com/maps/docu ... pi/intents

    iOS

    https://developers.google.com/maps/docu ... /urlscheme

  • Hi,

    I new in construct and i am going to learn it.

    How can i give order to each touch or make each touch act separately?

    For example in first touch object i want it shows 1 and in second touch on same object it shows 2 in third on same object it shows 3 and... etc

    Thanks

    im not sure what you need but i made this sample project for you

    https://drive.google.com/open?id=1ZoB_i ... elScnKAORc

    I just made a comparison worked in C2 than switched to C3 in the browser, than back to C2. C3 feels sort of fragile and some small stuff which I was used to in C2 is gone, like the expressions window is automatically opens up in C2, and in C3 it need an extra click. Plus tons of all these 3rd party plugins.

    Overall the whole idea of subscription is a bad user experience, it scares off people. Guys, you would have sold way more copies till now for 200 - 300 € one payment + downloadable desktop, than what you have right now.

    Please consider your user also in terms of product pricing and platform. Browser based and stuff is nice, why on earth should I pay you every year? Make a base software - one time payment, new updates/modules as DLC, if you need this new functionality - you buy it for extra price.

    Free to play version of c3 is sort of alright, could be more events. Sorry, guys - bad marketing/price strategy.

    imho the only better things in C3 are the apk built-in service (for those that arent'hable to do it for themselves) and the possibility of running it directly on linux/mac systems without need of warkarounds.. I personally do not need any of these things so I will continue to use C2 and hopefully tomorrow I will switch to another pro-tool like unity or unreal engine.

    PS Fusion3 could be a great tool too (if Clickteam ever manage to release it.. )

  • My first 8 bit (SEGA Master System) games

    Alex Kidd

    Shinobi

    Double Dragon

    Golfamania

    Paperkid

    Mortal Kombat 1

    Predator2

    Alien Storm

    Ghostbusters

    Asterix and the Great Rescue

    Strider

    ..and many others that I can not remember the titles ^_^

  • That's it, thanks AySquirrel. I had it spawn on a single frame and that was the problem.

    Thanks so much!!!

    TED

    always use a player box single frame best for collision and much more..

    every tick set position of player sprite to player box object.

  • hello.

    Can anyone please explain how to get the Game Center leaderboard to work.

    I do not have any achievements in my game, i just need to authenticate, and use the leaderboard.

    And how do i get a leaderboard ID?

    I've read the manual about the Game Center plug in, and how to program it, but it seems impossible,

    i don't really understand what they mean.

    please, any help out there?

    Thanks

    ledarboard ID you have to choose it into your leaderboard settings on Scirra Arcade page of your uploaded game.

    then just use Scirra Arcade behaviour action to call the signing score with a variable.

  • Hey, I'm trying to get my attack to spawn from my characters hand. I have multiple layers (background, foreground, and character) and I can't get the layers and image point to work. I have an image point on the character but for some reason it's still spawn from the origin. If I set the layer to 0 it has problems with the foreground that's on layer 1. Can anyone Help? https://youtu.be/2JuZyogtlRg

    TED

    add an image points on character hand, and use this instead of the origin point

  • fiverr.com

  • Hello everyone and thank you for your attention.

    First of all, I would like to say that I started my studies on the Construct tool recently and I am having problems generating my first APK with Cordova.

    When I add the Android platform and gain the apk, I get the following error in the plugin cordova-custom-config:

    -------------------------- ----------------------------

    Falha ao restaurar o plugin "cordova-custom-config" de config.xml. Talvez seja necessário tentar adicioná-lo novamente. Erro: Falha ao buscar o plug-in cordova-custom-config via registro.

    Provavelmente isso é um problema de conexão, ou a especificação do plugin está incorreta.

    Verifique a sua conexão e o nome / versão / URL do plugin.

    Erro: cmd: Comando falhado com o código de saída 1 Saída de erro:

    npm ERR! código ENOGIT

    npm ERR! Nenhum binário de git encontrado em $ PATH

    npm ERR!

    npm ERR! Falha ao usar git.

    npm ERR! Verifique se você já instalou e no seu CAMINHO.

    npm ERR! Um registro completo dessa corrida pode ser encontrado em:

    npm ERR! C: \ Users \ br_de \ AppData \ Roaming \ npm-cache \ _logs \ 2018-02-23T03_39_43_999Z-debug.log

    ------------------------ ------------------------------

    At the end of the process, the APK is generated, but I would like to do it without any kind of error.

    If anyone can help, I will be very grateful.

    Thank you.

    this appen to me too with latest Cordova updates, the apk is correctily build so nevermind. in case ask on Cordova forums.