Kali's Forum Posts

  • Here you go -> tinypic.com/r/amp2li/8

  • I've used a sound toggle function , with stop all sounds and set silent - and that still works fine on samsung stock browser, chrome mobile and safari ...

  • Hi - I'm not sure what works best in regard to pure performance ... but .. if you go the "chain pinning" way you might get a problem where the last sprites in the "chain" don't move at the same speed as your base /(hope that makes sense) - for some uses it might be a cool effect - but if your are trying to make a car out of several parts it would look very odd

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi - sorry for not leaving better feedback.. the tool works nicely - I haven't found any bugs - not with larger arrays either. The only thing that might be missing featurewise the ability to make 3d arrays .. but i hardly ever use those myself - so for me it doesn't matter .

  • arrjayjee

    i would recomend Audacity for stuff like this - great opensource audio editor and easy to use audacity.sourceforge.net

    you can also set up batch processing for your files to speed op the process

    manual.audacityteam.org/index.ph ... pply_Chain

  • Cool little tool - thanks for the share

  • Hi there

    I think the method you are looking for is Paralax scrolling - take a look at this tutorial and see if it doesn't point you in the right direction

    scirra.com/tutorials/1027/p ... -scrolling

    Also try serching for "infinite scrolling background" - you might find some useful tips in that direction

  • I'm gonna bump this - i've been trying to make a system like this for a while without any luck

  • I haven't had any problems with lite tween .. and i use it alot - including the seek feature..

  • I think i might be a nice solution for a small time hobby developer who just wants to see his/hers game on google play... no need to pay for google acount your self... and like Raipier says you get to benefit from the added visibility from the "see more from developer" section. plus you can add you own adds and perhaps make a buck or two.

  • Hi fellow constructors... I've run into a strange bug i hadn't noticed in my bubble game.. see image -> [attachment=0:3tmqli69][/attachment:3tmqli69]

    as you might notice all sorts of sprites are shown to the left of the game window .. (it's actually all the sprites & spritefonts used in the current layout... ) i did not place these objects my self and as far as i can see they are not registred in the debugger as objects ...

    It only happens using canvas 2d all seems well on webGL - and if i rotate the ipad so it goes to portrait and then back to landscape (or resize browser window) they disappear (and the white bars turn black) ...

    Do any of you have an idea about whats going on - and more importantly how to fix it ???

    EDIT

    found out what was happening-

    i had all my layers set to transparent because they are fully populated with sprites..

    but i had also set the project property : Clear Back ground - to "no" ... that made all the visible objects to be shown in the screen ... manual explains it like this ->

    "If all layouts are completely obscured by sprites or other objects, you can also set all layers to transparent to skip both clears every tick. However, in this case, any areas not covered by objects will appear glitchy or full of garbage pixel data."

    i managed to solve it by just leaving the bottom layer opaque

    funny thing though was that all the pixel garbage seemed to disappear if i forced the canvas to resize :/

    anyhow hope this can help somebody if they find them self in a similar situation

  • yep that's what i'm trying to do now... i might just store all level information in a array (the levels are quite small and simple) and then make a board building function to layout the tiles and edges

  • hehe absolutely no need to be sorry I'm just lazy and just wanted to make sure that I wasn't doing my level design the "hard" way

  • questions keep popping up sorry

    anyhow . is there any smart way to create edges in a "layout to board" kind of way ?

  • mind boggling cool!!!