zenox98's Forum Posts

  • Thank you for your reply,

    what do you mean over wi-fi ? your test was with phonegap or intelxdk ? because i try with intel and it dont work, should i try phonegap ?

    i've put the html5 thing into one of my website and with chrome on my phone it work fine. But it dont want to work with intel XDK test nor apk compiling.

    One again thank you for this reply.

    To test on a device, you can preview over your local lan - see How to preview on a local network in the manual.

    Since it works when accessing via a hosted site then there may be a problem with intel. Unfortunately, I'm in no position to help with that aspect. Hopefully some other users can step in to advise.

  • HI,

    When i try to use speech synthesis for my android device, nothing happens. Do anyone have some clues ? Thanks

    i use "user media"'s object : user media : speak text

    It would help us to help you if you exlained what you've tried, or show your Events/.capx.

    I just did a quick test over wi-fi by adding TextBox, Button and usermedia objects. I simply tried:

    Button On Clicked and TextBox.Text is not = ""      -     UserMedia Speak TextBox.Text,.......(didn't need to fill in any other values)
    [/code:28slw8z8]
    
    This worked with no problems.
  • Try Construct 3

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

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

    Awesome!!

    Thank you very much!

    Just interesting what is "g" in string RegexSearch(SpriteCharacters, Letter, "g")?

    Why not "b" or other letter?

    http://www.w3schools.com/jsref/jsref_obj_regexp.asp

  • Thanks. I intend to keep on for now. I also have some really simple game engines but they are not even close to this. They are a good distraction for awhile though.

    Thanks again.

    Out of interest - what are your immediate goals? Do you have something in mind that you want to try to create?

    BTW, don't fixate on your age - I was a Cobol programmer in the 80's !

  • People learn at different rates. It shouldn't matter how long it takes you, or how many questions you ask along the way, as long as you enjoy what you are doing.

    I have projects that have been 'ongoing' for years that I 'revisit' every now and again with renewed enthusiasm. I get a little further on, then maybe get distracted with something more interesting

    The point is, getting frustrated is always going to happen. IF that happens, take a break - start a new mini project perhaps, or do what I do - try a few mini prototyping examples.

    There are a lot of users on here more than happy to help out. Just keep doing what you're doing, at your own pace, and try not to get too frustrated. It's - generally - worth the effort

  • sielxm3d

    Hello boys and girls, want to be told what they think of my younger set in Scirra Arcade.

    https://www.scirra.com/arcade/puzzle-ga ... ensis-3640

    So what did you think?

    There is absolutely no reason to multi-post your posts across 3 different forum sections.

    Please select one location and delete the others.

  • its not a bug, its just a new version of the plugin, that its needed to be wrapped, i already talked with the guys at phonegap and i really NEED this to wrap a new game and finally launch it on the itunes store, it used to work like 2 weeks a go but they decided to use the new plugin instead of the one that its already on construct2.

    also i already posted this in the bug sections and i got no answers:

    From the bug reporting requirements:

    [quote:1c5xy1bc]Why haven't you responded to my bug report yet?

    We do look at every report, but developer and release schedules mean we may not get round to it immediately. Please allow a few weeks for it to be investigated. If you are waiting, you can improve the chance it is resolved when a developer does get round to it by carefully reviewing these guidelines and providing as much useful information about the problem as possible. If you are missing anything, you may end up waiting a few weeks for a reply simply asking for the missing information, and then you're waiting again.

    So as long as it is there, then Ashley will get to it when he can. Getting no response after a week is not out of the ordinary.

  • *moved to correct location.

  • I mean , the developers construct 2. Because a mouse is connected via plug-in construct 2.

    Did you read my post? This is nothing to do with C2.

    Use Google for more information.

  • > really tired of repeating it all

    >

    .......many new users have never read the other posts, or at least they pretend not to. A sticky could alleviate that, I think.

    There is always search

    Although the amount of times a user says they have searched and found nothing, and I yet find it straight away, beggars belief

  • Hello Guys

    i have one question.

    How to change the speed of the mouse pointer in Construct 2

    without changing the settings of the windows

    thanks in advance

    As far as I am aware you can't.

    The mousemove events - so Google tells me - are generated by the browser, and so you are receiving them as fast as the browser is generating them.

  • how do i get my asteroid demo to calculate the angles properly?

    Maybe the following tutorial by Kyatric - Asteroid clone in less than 100 events - would help you?

  • mrSingh

    I'm not getting any error - works fine for me.

    I've also unpacked the .capx to check if there are any other non-standard effects in the project but as you can see from the attached, there is only the one non-standard and 2 standard effects.

    There is no reference to "black to alpha yann gragino".

        <used-effects>
            <effect author="Paulo Ricardo Reinehr" id="prralphathreshold">Alpha Threshold</effect>
            <effect author="Scirra" id="blurvertical">Blur Vertical</effect>
            <effect author="Scirra" id="inverse">Inverse</effect>
            <effect author="Scirra" id="blurhorizontal">Blur Horizontal</effect>
        </used-effects>[/code:16xw0pq7]
    
    What version of C2 are you using?
    What is your OS?
    What browser are you testing on?
    
    Can you upload a link to the .capx?  (you can bypass posting URL restriction by inserting a couple of spaces within the start of the URL).
    
    This will be quickest way to see what the problem is.
  • Is there any hints of on whats coming for #Construct3 ? What are the key focus and features? How is it different from Construct2? Thanks.

    The only information currently available is from the Construct 3 website.

  • Hi. I just made a platform game with some levels (6 at the moment). each level contains 3 Checkpoints. So in my third level I have the problem, that sometimes the level just resetts. Its always near the same spot when it happens. But there is nothing special! It teleports my character just to the beginning from the level and all enemys, coins... are back and alive. And the checkpoints are also resettet. What kind of problem could it be? Thanks guys!

    It's going to be impossible to offer realistic help without either a .capx or snapshots of your Events. The problem could be anything, and without further info, it's just a wild guessing game.