Chadori's Recent Forum Activity

  • Thanks guys, I get your point now. But how does it even know where the function is if it doesn't search through the whole sheet? Yeah a noob question but I just got curious again.

  • lucid - Ok. I'll keep reminding every 2or3 weeks in case you forget.

  • I have been wondering about how functions work efficiently and I didn't see in the manual any explanations so I came here. In normal programming, User-defined functions are always placed above the in the code sheet, this is because it works efficiently that way since the cpu reads codes from top to down. And scattered functions can actually cause non-noticable delays.

    For example: (Both of them always have their functions above)

    An HTML code:

    <html>
       <head>
           <title>
               Javascript Function Sample
           </title>
           <script>
             function MyFunction()
              {
               window.alert("Function");
              }
           </script>
       </head>
    
       <body>
       
         <script>
         MyFunction();
         </script>    
     
       </body>
     
    </html>
    [/code:a7jvc6xm]
    
    C++ code:
    
    [code:a7jvc6xm]
    #include <stdio.h>
    #include <conio.h>
    
    void MyFunction()
            {
    
            printf("Function Test"); 
    
            }
    
    int main(void)
            
           {
     
            MyFunction();
    
           getch();
           return 0;
          }
    
    [/code:a7jvc6xm]
    
    I sometimes think that if we put functions in the middle of the eventsheet especially with a big project containing about 4000 events. It will make an unnoticeable delay but if pushed through, it might just make an unexpected delay. My point is that event sheets are read by the cpu from topwards to downwards. That means if 
    a function is right above the call then it will travel 150% the normal distance, so basically it read longer by 50% and that is 1.5 * tick cycle travel. (See the below image) Is my observation right or does Construct 2 handle functions differently? 
    
    [img="http://i.imgur.com/pYg3rJg.png"]
    
    Summary: So should C2 functions be always on top?
    Thanks for your time.
  • I saw an animation contest on spriter forum and I just wanted to share. The prizes are really big. The Grand Prize is worth $1,000.00 <img src="{SMILIES_PATH}/icon_eek.gif" alt=":shock:" title="Shocked">

    https://brashmonkey.com/forum/index.php ... and-prize/

  • Napelazam - Just want to point out that Ashley is a guy.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads

    andreyin - Thanks it works nice but a little non-user friendly but many features.

    Does anyone know any good free (no watermark) screen recorder with non laggy performance. Please no Camstudio, it is currently infected like others in sourceforge.

    I know looking for something free isn't easy but please do understand since I'm maxed out. Thanks

  • > lucid - I hope you are not bothered, I just wanted to know if you with the Spriter Team have already discussed the Scml object identification feature, like nametags or something better your team thought out?

    >

    , sorry I missed the notification for this. Do you mean to help in picking them in C2, to make it easier to identify individual instances?

    Woah, I nearly missed seeing this. I meant the scml object white boxes on the editor(layout view), since they all look alike, it is hard to identify which is which. Then i suggested to add a text(nametag) of the name of the scml object so it will be easier to differentiate like the scml object has it's own scale always shown. Or did you / with your team thought of something better?

    Thanks again.

  • Lol. Finally someone suggested this. This is so common with functions & animations too.

    +1 too.

  • Txchaser - You can use TESTDISK (Ubuntu) and recover your files from your broken harddrive even if it is a mechanical or logical error. Mine was a severe mechanical damage since it was a year old harddisk but I managed to recover 92 % of my files (Some of my game backups, PC fixing tips & hacks and serial numbers were permanently lost as part of the 8%) . My 500gb worth of data were restored in about 3 days on a netbook booted with ubuntu. But if it is a logical error then I am certain it will take no time at all (about an hour).

    If you are trying to restore your single .capx then it will just take a sec. You should try it and it works like a charm but you need to know a little about linux.

    (Your Harddrive files and folders will look just like it when you restore it from testdisk). Harddrives with logical errors don't actually need testdisk to recover files since they can use the ubuntu system file manager instead. But testdisk in some cases can fix your harddrive logical error.

    Good luck.

  • If you mean a good resolution for a portrait app then I suggest (720, 1280). There are other more resolutions for different purposes but as far as I know, this resolution is the universal HD resolution. If you like SD then you can also use this (480, 854).

  • It's one of those marketing tricks

    Lol. I totally agree XD

Chadori's avatar

Chadori

Member since 10 Oct, 2014

Twitter
Chadori has 50 followers

Trophy Case

  • 10-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

24/44
How to earn trophies