Chadori's Recent Forum Activity

  • Bl4ckSh33p - Try using Nw.js for Construct 2 also has better performance.

  • I joined Scirra 3 years ago, I wasn't active and I know that I didn't have more than 2 Fanatic Badges but now I have 20. Lol XD

    I also noticed that a certain time in the day in our morning time, a profile visit will earn you +2 consecutive days.

    A Notch badge would be more acceptable since it's been 3 years but a fanatic badge isn't something I deserve.

  • - You are going to have to use an external image editor if you want to resize your images. Honestly, C2's Image Editor is not good in re-sizing since quality is lost every re-size, may it be sprite or tiledbackground image editor. Tiled backgrounds is for tiling images repeatedly and are commonly only used as backgrounds that's why it can't be scaled down and it would lost it's tiling ability if it were scalable while sprites are like objects in a game, like characters and such that's why it has a scale option since it is not a looping image and size may be needed to be manipulated in the game. I suggest you change the image size of your tiled background in Photoshop, ImBatch or any external image editor that doesn't lose quality in re-sizing.

  • icugigasoft - It's not really something that we can say we are sure of since we can't see the events in your .capx but if you are asking if bad logic behind any event causes

    fps drop then I agree that it might. Unnecessary or Non-Optimized events can cause serious problems in a game. For Example, using the condition "Is Overlapping" instead of "On Collision of another object" can cause major problems when combined with a loop or called many times in a tick or second. Misuse of Loops is something that shouldn't be taken lightly since it will loop infinitely if a problem triggers. Massive or Misuse use of the Pathfinding Behavior can also utilize a big portion of the cpu. Misuse or Massive use of the Physics behavior can destroy a game. For example, using the Physics behavior and Platform Behavior altogether will make a lot of glitches, very high fps drop and might even crash the game or never let the game be opened without closing as soon as it finished loading.

    For more info, read these:

    https://www.scirra.com/manual/134/performance-tips

    https://www.scirra.com/blog/141/common- ... nd-gotchas

    https://www.scirra.com/blog/83/optimisa ... -your-time

  • In Local Storage, there is no more every tick checking for item existence because in Local Storage it will be a trigger and adding Every(X) seconds on the condition will be inefficient .But without that, It should be like this..

    --Without Regular every tick Item Check "Local key "Cont" exists (Efficiecnt)--

    *System -> Trigger Once

    --------->Local Storage -> Check Item exists("Cont")

    *Local Storage -> On Item exists("Cont")

    --------->System -> Set Global Variable Value "level" to LocalStorage.ItemValue

    --------->Sprite -> Set Animation Frame to 1

    --With Regular every tick Item Check "Local key "Cont" exists (Inefficiecnt)(Not a good idea but it is more like a WebStorage because of the regular every tick item checking)--

    In this case, I rather recommend finding a new way to check if Item exists like above or use variables to check rather than this method.

    *System -> Every(dt) Seconds

    --------->Local Storage -> Check Item exists("Cont")

    *Local Storage -> On Item exists("Cont")

    --------->System -> Set Global Variable Value "level" to LocalStorage.ItemValue

    --------->Sprite -> Set Animation Frame to 1

  • I also want to know about that too.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You are going to need to use the localstorage plugin for that. LocalStorage is a storage of keys with values and persist even when you load your game data, close or re-open your game.

    Try this tutorial:

    https://www.scirra.com/tutorials/1461/h ... age-plugin

  • I was wondering if Xbox One Games requires a HD resolution because I was making a SD resolution and might not be accepted? Thanks for the one who answers

  • UltimateArceus3 - In this situation you need the local storage to make you a backup of the value of the variable so that when you load a saved data, your variable can be updated by the backup from the local storage since local storage's aren't affected by saved data's.

    Example;

    You have a variable named "Health"

    And a local storage key named "Health_Backup"

    *System->On Load Complete

    ----->Get item --> Key "Health_Backup"

    *LocalStorage->On Item Get->Key "Health_Backup"

    ------> System->Set Global Variable Value-->Variable 1 to LocalStorage.ItemValue

    ------"That Should do it"------

  • Could you elaborate on what fundamentals your are talking about ?

    What I mean are the basic parts of writing code in programming. For example, in C++ all codes starts and ends in a bracket and almost all lines of codes end in a semi-colon. But in Construct2, it is very simplified that you don't need to worry about those things especially when the brackets or semi-colon are one of the beginners frequent errors in writing codes. In C2, it is as if we are writing a story in english and the computer understands it without errors but only unexpected events happens which is normal for beginners. With these features, I really think that Construct 2 can't really help in hastening learning in programming(coding), it won't make any difference in just learning programming(coding) directly. Although, C2 is more helpful in improving logical or mathematical thinking of people and understanding how programming works but not writing codes. But again only my opinion.

  • The first one looks more professional for a pixelart.

  • HessamoddinS - I am not sure but it might not be a bug. It might just be a floating-point inaccuracy. But I manage to find a solution, changing the angle of the tiledbackground from 0 to 180 or -180 or changing it's size from 20 to -20. It's not really a serious problem, only needs some workaround.

Chadori's avatar

Chadori

Member since 10 Oct, 2014

Twitter
Chadori has 49 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