megatronx's Recent Forum Activity

  • Hey folks,

    Whenever I finish my prototype, in most cases ( ones that are not influenced by inability to have something working well [solids] ), I don't know where to go next. Most of my prototypes are fun. Could you tell me about your development process? How do you handle it, and when you know that current amount of content is good to go full development? How do you start a game after prototype is finished?

    Thx!

  • It is possible. And it's not that hard or difficult. But it requires quite a lot animations and setups.

    This is a small part based on my very old project, which was unfortunately dropped because guy responsible for all sprite animations stopped answering to my email without any reason... Yeah don't know why but in game development people I only had problem with were always graphic designers/animators - quite few of them :/

    Hehe, me too.

  • Playing a game with myself.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You do not have permission to view this post

  • You do not have permission to view this post

  • > Grouping layouts - can be as simple as folders, but would be very helpful in workflow, in editing and in game design.

    >

    Grouping layouts? Something different than currently is in C2 (in Projects panel)?

    Different, yes. that's for layers panel and for events. For example being able to disable all 3 layouts by disabling group in editor as well as in events.

    if you require an addon, it should be downloaded automatically on opening capx.

    My crazy Idea of start up pop up would be a screenshot of last action you did before closing the program.

  • Moar suggestions

    Grouping layouts - can be as simple as folders, but would be very helpful in workflow, in editing and in game design.

  • >

    > you also have to use "power of 2" sized tiles

    >

    I don't think that is true- I have a 24x24 tile size in my current project and I don't see any seams.

    That's n*2

  • For people trying to do booleans for right now here's two methods...

    Method A:

    If myVariable = 0 (IF FALSE)

    If myVariable = 1 (IF TRUE)

    Set myVariable = 1 - myVariable (TOGGLE BOOLEAN BETWEEN 1 AND 0)

    Set myVariable = 0 (FALSE)

    Set myVariable = 1 (TRUE)

    Method B:

    If myVariable = -1 (IF FALSE)

    If myVariable = 1 (IF TRUE)

    Set myVariable = myVariable * -1 (TOGGLE BOOLEAN BETWEEN 1 AND -1)

    Set myVariable = -1 (FALSE)

    Set myVariable = 1 (TRUE)

    Even easeir

    myVariable = 0

    X myVariable = 0

  • Nows that this is a thing, I'm hesitating to buy a C2 lisence considering that I'm just saving enough money for it.

    Any idea or guesstimation when's C3 coming out?

    Within next 2 years

  • -Layout Navigator: an optional minimap

    • as we are on minimap - a mnimap plugin
    • Buttons for zoom in/out layout ( like + and - next to scroll bar )
  • really want a feature that removes or enables you to remove the decimal points after E.g. 1,000,000.XXXX(last XXXX are decimals) or if i try something like

    if number is => then 1,000,000

    set text to number/1,000,000 to give me 1 not 1.000.000 <--- (1dot000dot000) so sad about this for the last 36 hrs ....

    Floor()

megatronx's avatar

megatronx

Member since 25 Sep, 2008

Twitter
megatronx has 1 followers

Connect with megatronx

Trophy Case

  • 16-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

23/44
How to earn trophies