wertt22's Forum Posts

  • why not add new animation system.for example.add 5 frame for Sprite.every frame only used one pic. but for each frame you can change mesh for the pic .and save the each mesh data. so let.s the frame changed , the animation display to us. i think is not hard to make this effect

  • can you add effect like mesh.mesh can help us make smile speak animation so easy .we don.t need anima2d on u3d. Sprite plugin is most used in c2 ' if add mesh for it. all c2 game can make new animation for their Sprite

  • mesh can help us make smile speak animation so easy .we don.t need anima2d on u3d. Sprite plugin is most used in c2 ' if add mesh for it. all c2 game can make new animation for their Sprite

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • mesh can help us make smile speak animation so easy .we don.t need anima2d on u3d. Sprite plugin is most used in c2 ' if add mesh for it. all c2 game can make new animation for their Spritep

  • if we want change sprite shape ,we only change width , height, scale,if we can use mesh change sprite shape,and set each frame for each mesh shape, we will make Very beautiful animation!

  • if we want change shape ,we only change width , height, scale,if we can use mesh change sprite shape,and set each frame for each mesh shape, we will make Very beautiful animation!

  • Problem Description

    when add event like touch a tilemap or mouse click tilemap, then add any action, when run layout,the browser did not active the action!!!!!!

    Attach a Capx

    ____ Upload a Capx to this post ____

    Description of Capx

    ____ Concise description of what this CapX does ____

    Steps to Reproduce Bug

    • Step 1
    • Step 2
    • Step 3 etc.

    Observed Result

    ____ What happens? ____

    Expected Result

    ____ What do you expect to happen? ____

    Affected Browsers

    • Chrome: (YES/NO)
    • FireFox: (YES/NO)
    • Internet Explorer: (YES/NO)

    Operating System and Service Pack

    ____ Your operating system and service pack ____

    Construct 2 Version ID

    ____ Exact version ID of Construct 2 you're using ____

  • i mean when ball is extrusioned ,ball height low,and ball width long,

    or rubber Stretch ,shape change like the ball,

    is there a behavior easy to make this effect,is to busy to make it in event thx!

  • i mean use my new data.js file Replace old ones,

  • So you have 1000 frames with different heads? Why don't you split them into 100 different sprites with 10 heads each?

    Keep all these sprites on a separate (unused) layout, so that they are not loaded automatically.

    Add all 100 sprites to a family, say "HeadFamily".

    Then on start of your game layout create an instance of the sprite with the head you need.

    For example:

    System Create Head58

    HeadFamily Set animation frame 3

    This way only one sprite with 10 frames will be loaded into memory.

    thanks good idea,do you know how to hot unpdata data.js if my game have a new Edition

  • from frames you can make a video instead of a 1000images-sprite, otherwise you can edit images in bundle lowing resolution (decrease MB but you have to scale in in-game) and decreasing color palette (but those metod you can lost graphic detail..).

    i think video at 20fps is better choice in those cases.

    thanks,but i do not need a animation,the 1000 frame is used for 1000 different heads,i want make a game whit many actor,so i can change frame to change actor

  • Hey wertt22!

    If it is one text object, you can't make part of it visible and part invisible. But you can mask the text to show just what's inside the box, like you mask any layer. See below an example:

    https://www.dropbox.com/s/qg2hgaxm9rtuo ... .capx?dl=1

    The only differenece is you'll be masking a text, not an image.

    Hope this helps. Cheers!

    thank for u answer ,it,s usefull,

  • You can load the data from the site and adjust the format manipulating the string. If you show us the format the site uses, I can help you with the conversion.

    Cheers!

    you mean write code like this?{“c2dictionary”:true,“data”:&site jsondata&“}”

  • i have a sprite has 1000frame, when i debug game,i only use one frame of sprite,but the sprite est 200mb imagememory!!!

  • i use ajax to load it,no response!

    some one said must use fomate like this {"c2dictionary":true,"data":{"score":"5","high_score":"315","game_token":"xyzabc"}}

    but the online api site not give this fomate??????????????