C2 vs real programming

0 favourites
From the Asset Store
Scrollbars with FULL functionality and versatility, just like the ones you can find in AAA games!
  • I have some feedbacks regarding C2. It's great and all but it might be better if the ff: were addressed?.

    1. "Local variables reset their value to the initial value every tick..." -scirra.com/manual/83/variables/page-1

    Wouldn't it be nice to have a local variable nested to the event that only resets after it leaves the event? Like if i have a wait function inside event. I wouldn't want another global variable, specially a temporary one just so i could carry on a value 2 ticks later.

    2. Direct inputting / calling. I know C2 is made for people with nearly zero experiences in programming but for us who love programming but don't have the time to go through all the daunting task of manual programming this software is pretty useful. With that said, wouldn't it be nice to have a "console type input" that we could directly place statements and expressions? Much like how java/javascript/flash works?

    e.g. Sprite with UID of 23 = UID[23].x=5 (UID of 23's x gets 5)

    or (Sprite[5].alpha ==2)

    just a thought. Although i love the software I find it extremely frustrating to work with.

    Regards,

    accidentallyc

  • 1 - we're planning 'static' local variables which keep their values like global variables, but are only accessible in their range of events. Hopefully that will fix that.

    2 - this would involve inventing a whole new scripting/console type language, which is a huge amount of work, and it's not clear the end result would actually be useful or practical to use. Are you sure you can't get by just making events that do the same thing?

    Try not to think about C2 events in terms of programming - it's a completely different style and is easier to approach it with a fresh mindset.

  • Wow ouch. How can you find it frustrating? I've coded in many languages and i love coding. Which is why i love construct 2. It saves so much time and it is a pleasure to work with. Get the same thing done as code as to me it is code. Just layed out in an easy to read way. Its clean and easy to follow. I'm yet to find a limitation within the coding. I could only begin to imagine the hell it must have been to code togeather. I gotta give it to them, incredible!

  • You are made the tutorials search trough the arcade samples (with the source of the games)?.

    For me C2 is like a new programing languaje only need to practice and see the extensed list os samples you can found in the web.

    Is dificult probably at start but with the time you see is possible to make all the things but more fast that the other programing languajes.

    I try to help and my english not are so good sorry if bored you.

  • Yeah there are ways to go through it. Ive actually done it just that im used to the programming style of thinking :P i still love it though. Buying it was worth it haha

  • Its frustrating like trying to learn a new language and have an old language as your reference xD like that frustrating haha

  • yeah i did go through the tutorials.

    it is like learning a new language xD

    no no no, im happy that you took your time to read and reply xD

  • Try not to think about C2 events in terms of programming - it's a completely different style and is easier to approach it with a fresh mindset.

    I have been waiting a long time for programming software for the rest of us.

    Command-line languages like C or Java are sometimes called higher level languages. They resemble natural language and get compiled into machine code.

    For me, C2 is programming at an even higher level. C2 provides a visualisation of our programme, which we can manipulate intuitively. By contrast, text-based programming languages force us to make our visualisations internally.

    I believe C2 is 'real' programming. Perhaps some day all programming will be done this way. Remember, C2 is at an early stage.

    As I'm sure Ashley and Tom realise judging by the Scirra tagline 'Software Development Tools', Scirra's future may extend even beyond games   ... but maybe that's r10,000 :)

  • For me, C2 is programming at an even higher level. C2 provides a visualisation of our programme, which we can manipulate intuitively. By contrast, text-based programming languages force us to make our visualisations internally.

    That's a good analogy and i agree. But it's always good to manipulate something to an atomic level in order to bring out something that is of epic magnitude xD

  • Real programming? REAL programming?! <img src="smileys/smiley16.gif" border="0" align="middle">

  • To bake an apple pie from scratch, you must first create the universe.

    ... or something like that. <img src="smileys/smiley36.gif" border="0" align="middle" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Its still programming you know, just with a high level language.

    Its like a comparison between a bike and a motor bike xD

  • SullyTheStrange I like that saying a lot.

  • Thats an awesome saying. =D

  • Oh another question to anyone in this forum.

    Does construct 2 follow javascript's operator precedence?

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)