Windwalker's Recent Forum Activity

  • Looks fine! Will the end result be something like caddillacs and dinasours!?

  • No sir this is not just another lets kill some aliens shooter, this is actually quite well done. I want to jump, but even without it, this was really fun. Congrats!

  • almost every day I say this to myself as well...

  • ahr Ech I love this enemy.

  • Nice find Katala!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There is a flappy clone in c2 examples. Could you try to compile it and try to see if it works really slow as well? I personally am having a great time and constant 60 fps with a collection of around 300 sprites, some of them as large as 1000x1000, many hand crafted bone-based animations and even particles. I use cocoonjs for export to apk and get very nice results beyond s3 and newer devices. On iphone 4s and an ipad2 I have 50 stable fps, I am pretty sure somethin is wrong with either

    1-) the device you are testing on (may be a very old device?)

    2-) the code (maybe you are missing something and doing something every tick when you only have to do it once? maybe you are spawning thousands of objects every second? maybe you are using text objects and updating their text every frame instead of using spritefonts?)

    3-)the export method (maybe you are just running on stock browser of the device instead of using intel xdk or cocoonjs to export to apk first? maybe you have disabled webgl?)

    Please do not get disappointed with the product before making sure you are not skipping something. C2 is really wonderfull to use once you get to know how to use it and what you can do with it. You can be sure that you can easily make a nice flappy clone with it which runs great on %90 of the current market devices. Basically, anything newer than s3 and iphone 4. Devices before these have some problems handling html5 and games with constant movement.

    Hope you figure it out.

  • Yeah in my current project my UI is made up of around a hundred small pieces. What I am trying to do is to put all of them into a family, give the family instance variables of startx, starty and startangle, put them in place by hand on a layout, give the startx and starty values manually, then create them in the beginning of the layout in the correct order to prevent z-sorting related problems. This is not easy and alot of hassle, and also not fun but it's part of the work I guess...

    And that's not even counting that I have to manipulate the instance variables for various aspect ratios in-code... We really need a solution here, whether a plugin or an official update...

  • Maybe this is more of a reflection of the 'brainstorm & chaotic' style of development that my brain prefers..

    I would like to see some sort of global layer control. For example, if I want to create an interstitial layer between 2 others (add a new UI feature or some-such, for example) then it's a massive pain to create a new layer on each layout because the new layer has to be renamed, repositioned in the hierarchy etc. C2 does copy-paste of objects really well, but this type of game modification is a real slog.

    +1 for the globaly layer and/or similar, project management related stuff.

  • Nice and smooth! Really likesy!

  • Ashley I am quite sure that after some point it got worse, as in around v160 debug preview used to show very close values to normal preview in-game debug texts I have placed. But after a point it got very bad, there is considerable difference between the two. It is as if debug preview is not usig GPU and putting all the load to gpu even when it says webgl mode. When I go home I will try to install an old version and try to see if it is version related.

  • It needs a "color streak" or "combo streak" or "exploding balls that drain time" or some similar sort of gameplay variety. And a background that doesn't interfere with the game. And spritefonts instead of fonts. It will be fun

  • Err... Could you please explain it with more detail, probably with an example I couldn't make out what exactly you are asking for...

    For every object, you can have an instance variable, that turns 0 when loop is running and 1 when loop is not running.

    Then, after the completion of each loop, you can loop through the objects and count the number of 1's. When none of them is 1, you can do next iteration... I think...

Windwalker's avatar

Windwalker

Member since 2 Apr, 2013

None one is following Windwalker yet!

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Email Verified

Progress

13/44
How to earn trophies