7Soul's Forum Posts

  • Cool game, I enjoyed playing it. I have a few points I feel need some work:

    � I should be able to just keep the mouse button down between levels. If feels strange that I have to click again to start the next level, and it breaks the flow of the game.

    � Dragging the mouse to fast may cause you to jump over a block. It only happened once, but it could be solved by creating a sprite between the last block and the current position of the mouse every time it moves a long distance, and then checking if that sprite is over the correct block before considering it as a fowl

    � Maybe improve level generation? I was at level 35+ and a level generated with only 3 blocks...

    � Add music! :)

  • It's pretty simple. If you set the velocity to a positive number it moves right (x) or down (y), and if it's negative, it moves left (x) and up (y).

    With a combination of both you move diagonally.

    Density, friction (of this and the object it is moving against) and linear dumping will slow the object down over time.

  • To create many objects instantly, you use a repeat or a loop with an 'on start of layout' condition.

  • From How Construct 2 licences work

    Construct 2 Free Edition

    The free edition has all the features of the full software, but with a couple of limits. These are:

    • A maximum of 100 events in a project
    • A maximum of 4 layers on any layout
    • A maximum of 2 effects in a project
    • No organising the project with subfolders
    • No event search
    • No Configurations bar
    • No Families
    • No access to Preview on LAN
    • Not allowed to be used for commercial purposes (however, it can be used in education and other non-profit organisations).
    • Several exporters, e.g. for mobile or desktop publishing, are unavailable
  • I have an error when I try to update my game image:

    "Server Error in '/' Application.

    Cannot create a file when that file already exists.

    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

    Exception Details: System.IO.IOException: Cannot create a file when that file already exists."

  • I made an example on the Arcade:

    It's a function with only one event, and you can call it using any score value. You will need a custom font for it (I made one for the example) or you can change it a bit to just use text.

  • sqiddster

    No they wont add webgl because of security reasons.

    Obviously voice command listening all the time poses no risk what so ever...<sarcasm/>

    Security reasons, aka we don't care about you little developer

  • The XBONE (yes, this is what we're calling it) is not a gaming console anymore, it's a multimedia center.

    <img src="http://media-s3.viva-images.com/vivastreet_br/clad/e7/a/64104262/large/1.jpg" border="0" />

  • I uploaded an example to the arcade, using functions and one array:

    You can download the .capx there.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hey, maybe they could add a section to the website to share color schemes? Or maybe select a few later and include them with the program

    Edit:

    I like the default light look, and I love green, so I made a simple theme in green:

    Copper Acetoarsenite (Right-click, save as...)

  • Arima

    Yes, I had seen it already but thanks (who needs these notifications with Arima around?)

    But then, your reply notification appeared correctly. This error seems random...

  • There's a bug with the PM reply:

    (PS: I replaced the message with "Stuff")

    Print screen of the reply area:

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

    It doesn't show the date (Sent: 1:,)and it cut a part of the message until the comma, as you can see from the page source:

    The page source (looks fine):

    <textarea name="message" id="message" rows="18" wrap="virtual" tabindex="20" style="width:596px;" />
    -- Previous Private Message --
    [b]Sent by :[/b] damjancd
    [b]Sent :[/b] 18 May 2013 at 1:55am
    
    Hi there,
    
    Stuff</textarea>
    

    Here's the Chrome 'inspect element'. You can see the <dfn> tag screwed things up:

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

  • Anyone else? Had another one today

  • Aphrodite

    I think that's a .net ASP thing, it's not being able to retrieve the number or something like that.

    I got this same bug today when I had 1 new PM

  • > You can also make conditional expressions using operators. Refer to scirra.com/manual/78/expressions

    This is the reason I got stumped to begin with. I don't see why you can't just write it in as a single expression, rather than have to break it up. The syntax would be identical.

    I think construct classic had this. It'd be pretty cool... sometimes I feel like it would be simpler and easier if I could do it in a line, instead of the 'compare values' dialog

    Let me redirect this idea to Ashley ^^