zenox98's Forum Posts

  • Raybrite

    I know there is a tutorial on this somewhere, I just cannot find it.

    I want to make my platforms go back and forth.

    Ashley makes the snails move back and forth in his tutorial with invisible boxes. Is this the same technique that I would use to move platforms?

    Would this affect the Player if he happens to run into one of them?

    Ken

    Have you looked at the built-in examples and templates?

    One of the 'Platform' templates includes moving platforms.

    Start a New project. In the search box type 'platform', It's the second template down called 'Template:Platformer'.

  • zenox98 I purchased through this site (not steam), just a couple minutes before I posted in here and yes, I already checked my spam folder and already contacted support but so far no reply. Do you think I should re purchase it?

    edit: I called my bank yesterday and they said the payment failed but this morning I used another card which end up in success, though still I have not received any in my inbox.

    I think an email to supportvts@scirra .com is still your best bet, as it's Tom who deals with this part of Scirra.

  • What device are you saving to: local, virtual or cloud?

  • IJCT

    please include this on the R218...please

    Do you think this is actually a bug? Maybe an outdated plugin could be classified as a bug.

    If so, maybe posting this to the bugs section, making sure to follow all the guideline, would be a better option.

    As it's an official plugin, it shouldn't really be amended by anyone else, so maybe this would be the best option? It may be slightly more visible to Ashley there.

    Just a thought/suggestion.

  • mrSingh

    i open capx file but they show warning please install (black to alpha yann gragino) but i already install this effect but . not working. and i download and i download alpha threshold form this link . but effect not working still show warning you need (black to alpha yann gragino. please inbox me the solution

    You need to install the 2 effect files, as mentioned in the Oringinal Post.

    Download the "Download Effect" zip file and unzip the file. Place the 2 files - "alphathreshold.fx" and "alphathreshold.xml" - into the Construc2 Effects folder, usually located at "C:\Program Files\Construct 2\effects".

  • barrettwolfe

    Hi everybody!

    I have a sprite (a square) set for 8 directional movement at 45 degree intervals, but when i stop moving diagonally, the sprite just reverts to one of the 4 directional positions (up, down, left, right). Is there a way to get it to stay facing diagonally?

    Thanks!

    There's no need to multi-post - you've already posted this exact question HERE.

    Please just have a little patience. Many of the helpful users are from varying time zones.

  • Greetings fellow gamemakers

    My first post, so please bear with me.

    I'm new at this way of making games. I have always been a "die hard" Basic coder, but I see the great possibilities in Construct 2 to get things going quickly.

    In Basic I can create multiple conditions for an event. "If condition is true, then if another condition is true, then do this, (else do that)". It looks like I can only make one condition and then the action In "Construct 2". I really need to make more. I have looked in tutorials/Manual/Forum, but no luch yet.

    Please have a look at this crude (Basic) example snippet herunder

    If Enemy_Is_On_Screen=1 Then
    
    If EnemyAction=1 Then Print "Run"
    If EnemyAction=2 Then Print "Walk"
    If EnemyAction=3 Then Print "Stop"
    
    EndIf[/code:wlrul22x]
    CAN this be done in Construct 2 (some way)
    
    Thanks!
    

    This can obviously be done, but using C2s Event System takes a little getting used to.

    I'd recommend the following sections of the manual: Events, and especially the link to How Events Work.

    That should get you up and running in no time.

    If you still have a problem after that, feel free to post whatever questions you may have and we'll try to help.

  • From the Manual:

    [quote:2rnzlpsa]If an individual layer has been scrolled, scaled or rotated, these expressions do not take that in to account - for that case, use the layer versions below.

    mouse.X("layer")

    mouse.Y("layer")

    Return the position of the mouse cursor in game co-ordinates, with scrolling, scaling and rotation taken in to account for the given layer. The layer can be identified either by a string of its name or its zero-based index (e.g. Mouse.X(0)).

  • Try Construct 3

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

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

    I've just purchased a personal license via card method, but then nothing happens, I still have it in my wishlist and there is no email whatsoever. I already contacted support though. Do I need to wait a couple more days? Thanks anyway

    Did you purchase from here or through Steam?

    If from here:

    When did you purchase C2? Just now or has it been a day or two?

    Have you checked your email spam in case the email from Scirra was sent to spam by mistake?

    If you have been waiting a couple of days, then as it says in the store, email and Tom will deal with it.

  • So, my actual point of view of this very long and borring stupid situation...

    1 No one is capable of simple, answer that simple question.

    2 Facebook plugin was updated the last week.

    3 Facebook Tutorial is still NOT updated.

    4 Facebook developer side IS a lot different NOW.

    5 No one seems to know How to use the facebook plugin anymore.

    6 No one knwo how to use the facebook plugin and THEN Export to Intel XDK for crosswalk android.

    7 i spent TWO full weeks only trying to achieve this.....

    8 No success

    As has always been the case, the manual is only updated on a stable release, and as the amended facebook plugin is in the latest beta then it will obviously not be reflected in the manual yet.

  • Hello

    I'm just interesting, is it possible

    to make flashlight with construct 2

    like this

    https://play.google.com/store/apps/deta ... anel&hl=ru

    In other words activate flash on device?

    Haven't looked at the link but have you tried the Ghost Shooter example that comes with C2? That uses a flashlight.

  • Raybrite

    We had a Power outage yesterday just after I finished a download.

    When I checked my purchases today I noticed one for $119 from 2013 and another one from the other day for a personal License. Now I have two active licenses on the same computer.

    I wonder if I can just put the other one on my Son's computer and let him use it from there? They were both activated in my name. I guess I can still use them as two different licenses.

    Technically, I should have given the new one to him and used the older one on the computer I have now.

    Ken

    *Moved to a more appropriate forum section.

    I don't see how a power outage can trigger such a thing - seems unlikely. More likely just a coincidence.

    Regardless, you should contact if you have an issue with transactions via the store andpxv@Tom will deal with it.

  • when I use the event " a key is down " it does'nt work with a mechanical keyboard.

    (when I use "on key pressed" it works well on mechanical keyboard btw)

    is it normal ? maybe C2 does'nt support mechanical keyboards or something ?

    thanks

    This post follows none of the bug reporting guidelines, and so will likely be closed automatically.

    BTW as this issue hasn't previously occurred as far as I am aware, then it is more than likely an issue on your end.

    how i add this?

    https://github.com/floatinghotpot/cordova-iad-pro

    You already have an active thread HERE covering the same thing. I don't think there is any need to multi-post.

    Please use original thread.

    Locked.

  • Moved to a more appropriate forum section.