orangpelupa's Forum Posts

  • hello :D

    i tried the code, it works. I can type, it also can check the typed word are correct. But i can't make the virtual keyboard showing button text.

    here the screenshot

    i.imgur.com/HwPjlkW.jpg

    can you tell me how you make your virtual keyboard have button text? I have tried copied the script from your capx but still not work :(

  • thanks :D

    it seems you use construct2 beta 130. i'll try the capx adter finish downloading it

    thanks

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello

    i have searched on forums and the conclusion is that i cant use textbox on CocoonJS.

    Is there an alternative or workaround to make textbox in CocoonJS?

    what i want to do is making quiz game with textbox which behave something like this:

    if [textbox == appleisred]

    answer are correct!

    Thanks :D

  • sorry bumping old topic. but where is the button to style CSS the textbox?

    i have read

    scirra.com/manual/117/textbox

    it explains what to do with the CSS but did not say Where i can find the CSS button

    thanks

  • wow keepee it WORKS :D

    thanks a lot

  • thanks, i have done that and it works but only for multiple copies of one object.

    so using the picture on 1st post, it only works if i stack multiple green bars.

    I can destroy the green bars one by one. Unfortunately the blue circle under green bars also got destroyed in the same time.

  • Hello

    I need help

    In Editor mode, i can touch individual object that overlap but when running, with one touch all objects that overlap are touched.

    How to make only individual object that i touch are touched?

    I'm making that the object i touch is destroyed. Currently when i touch one overlaping object, all of them are destroyed :(

    <img src="http://i.imgur.com/lDd1QDZ.png" border="0" />

    what i want is, when i touch the top-most object, the object under it should not get destroyed.

    Thanks for any replies :D