Chadori's Recent Forum Activity

  • Hello everyone. I'm newbee. And I try to do simple apps. In my last 'game' I need to do a lot of similar actions. Please, help, can I somehow optimize it (i need to hold on to 64 numberMouse)?

    I think making duplicate sprites like this is very inefficient if you can just separate each one by UID's or IID's or even Instance Variables.

  • Hello

    I have made a game with a demo version and when player tap on" Buy full version" how can I navigate to the google play ?

    Browser object works with HTML but not in the phone ?

    Doesn't this work?

    1)Add a Browser plugin.

    2)Condition: A trigger

    Action: Go to url: https:\....

  • Any ideas? Please

    You can use IID to Index them.

    IID is an index identifier of a same type of sprite and it is also in chronological order. That means if I create a new sprite, the first sprite becomes IID = 0 and if I create another, the new one will have the IID = 1. IID's are zero-based, so IID's will start at 0 index.

  • how can I have enemies attacking each other and having them attacking the player when in range

    Try this:

    https://www.scirra.com/tutorials/474/pa ... e-of-sight

  • Hey guys,

    I'm having jitter in my game when testing on mobile. I figured out that the lerp in my camera object (smooth scrolling) is causing this. The movement in my game is very similar to Asteroids (Custom Movement). Here's what I'm using for the camera at the moment:

    Every tick|Camera -> Set position to lerp(Self.X, Player.X, 0.08), lerp(Self.Y, Player.Y, 0.08)

    Is there any way to get a smooth scrolling camera in mobile without jitter/lag?

    Things you should know for mobile smooth performance of lerp and camera:

    1.( Use delta-time for frame dependence like 1.0 * dt)

    2.If it isn't enough then use make it faster especially in older devices. So that the jitter won't be noticed.

  • I'm not certain what is considered low RAM usage, for now I have 27mb of RAM maximum used.

    I see. Then based on the information you gave us, I think that your game is already well optimized. About your game heating on Iphone6. It really is just how HTML5 works. It uses a lot power and gives out more heat but it is a small price to pay to enable Gaming in HTML5. But it doesn't give out that much heat, if it does then it is the fault of the developer. But since your game performance usage is good then there is nothing to worry about.

  • i have this 2 game that i work with...i want to link my project to another project so that if i play i have a choice that what game i would like to play...help me URGENT

    I think this topic should be in the "How Do I" Board Index.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I believe "collisions" refers to the collisions onto other sprite or objects and not touch. I THINK, I may be right though.

    Yes you might be right. But If that is the case with touch, why did they make the Collision Polygon as a base of touch. I think it would be better to make a Touch(disabled) condition & action and if there is time a Touch Polygon.

  • Actually I had 30 collision checks per second, so 3 checks per tick. This is highly reasonable amount So I won't go for further optimizations in terms of collision. Will find the culprit in another area.

    If that is the case. Check in the debugger -->> Profiler Tab for any high usage of events. You must have an event that isn't optimized yet. But that is very unlikely.

    So I think, this might be the cause of high GPU usage now. Try to see the Ram Usage during gameplay.

  • Wow, are you sure that the objects stored in a separated layout are not preloaded? I was almost sure that they are... and it would be much more organized.

    How do you know that they aren't?

    I exactly did what you did. I made a Separate layout to put all my objects and load them secretly on startup (loader layout) but when I tested it, it was very poor in performance. That was in my previous game and it became a complete fail. And I then realized my mistake when I read Ashley's optimization posts.

  • i have this 2 game that i work with...i want to link my project to another project so that if i play i have a choice that what game i would like to play...help me URGENT

    Why not make the two games inside one project?

  • I have some buttons that I change the text of and use newline as part of that.

    It was working fine last night, but this morning newline doesn't seem to be working? What happened? It kind of screws up all my buttons? I'm on chrome - did it update somehow without notifying me?

    I checked it and Newline seems to be working. Did you update in what version? Beta? or Stable? Do you have a .capx to show us?

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