GeorgeZaharia's Forum Posts

  • it should not affect your performance and cause any issue.

  • the resolution really doesn't matter as size, as long as you have the 16:9 aspect ratio, which is the 1280x720 screen

  • this is it guys, 3d came to C2 in the best way, love Q3d but this is going to be awesome

  • ah ... for that you need to move the object that has the animaiton up on Y axes easiest is "move at angle", set angle 270 which is up and number of pixels to move per frame value 5-10 for a flock of birds its going to work, as speed depends on your desire on how fast they should take off., then when its outisde the layout you can destroy it or reset its position

  • Hi Spittle, If you noticed every sprite has a system condition called "on collision with another object" now if you add that condition and select your object that your player will collide with, for the bird animation to start.

    Next to it add action from Bird sprite, and set animation to "fly" if you have it like that if not default or what is it, but usually when you type the double brackets opened ( --> "myanimation ) the animation fills in, and you can select from the list your sprite has.

  • That would be possible to implement, as I said before as long as BabylonJS comes with a function, this plugin will implement it. It justs takes a lot of time and effort to import all functions to Construct 2.

    yes i understand the implementation process, i was just asking if its something you wold consider to add in future development of the plugin. Cause id buy it only to wait for that, the rest i kinda got used with Q3D. but im always open to more new ways to do 3d on C2 never ruined anyway for something to have competition, it actually bring'd success to one of the parts, in rare cases both sides.

    i cant wait to test it out, let me know when its approved in stores

    ------------------------------------------------------ Bought it ----------------------------------------------------------------

  • marshalldesigns thanks yea i found that after i posted the quesiton on this thread, was to lasy to delete it. Thanks its actually easy, and also they have an addon.

  • for fire, use the beam i did, to make the wall then set it to invisible, then play the fire over it on a new sprite... C2 is simple Puzzle like... il do a demo again...

    P.S those flames, you have ..... are making me feeling bad i joined this topic ... i mean we are talking working graphics that can stretch, you show us....... some "Picasso/Rembrandt" weird painting you want to stretch....

    ok here it is the new demo laser-flame trower .... now....... i used 2 objects, however you can have 2 animations on the laser beam, as you see the fire effect im using its not looking bad when stretched, or shrink'd, its actually damn hot its all about how you make your graphics. id suggest take your time into finding the right flames?

  • this looks awesome, i was actually interested how you made the controls to work with airconsole? does it work with game-pad plugin? or you have some sort of custom plugin inside? and if so can you share the details on how to make it work?

  • > Smileh did you tried the capx? just follow the pattern for the sprite. and all your problems will be fixed.

    >

    I couldn't. Dont have the beta installed.

    but i used r238 beta, stable is r239 you should be able to open it. unless you use some very old stable version in which case i dont want to help for various reasons.

  • Smileh did you tried the capx? just follow the pattern for the sprite. and all your problems will be fixed.

  • > Seems like the most flexible method to me tbh. Did you have something particular in mind that wouldn't work with it?

    >

    You can't stretch animations as you please. They have a height and width for a reason

    man this was a fast disproved point...... yes you can stretch it as you wish, that is why is a image. and can also look good, depends on how you create your graphics, you can use also not a regular sprite, but a tiledbackground for the frame of the laser to repeat itself in length or width, however tiledbackgrounds dont have frames, so im using sprites cause its more useful.

    Demo capx enjoy it <--- has animation in it also multiple frames.

    if you want the beam to stop a platformer, just add the behavior Solid to it, and will be working as long as its on screen and blocks the blobs path.

  • you are kind ... there certainly a solution... let me meditate

    Thug Life ... hahaha

    if you are talking about the Smash It glass shattering effect that is a 3d game, with precomposed 3d models that brake apart, which can be easily be done in 3d, however in 2d that is a different ball game.

    if you are talking about a random glass effect then you can use the glass effect C2 already has, and for shattering just create multiple sprites with same effect when collided with main one.

    here is a quick demo using the C2 glass effect and some basic spawn conditions hope it helps you. click on C2 nation logo glass thingy and will shatter as glass does... if you want it to have more irregular shapes, add more random cut sprites. (hint: in order for the effect to be visible even at 10000 parameter value, you need some sort of multi color image, best are working with white and black, it differentiates between deep and high glass material, if you add one color sprite wont be visible at all will be just clean glass transparent.)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Pode

    Can i read barcode also? If yes, can i use scanner, not camera only? Thanks!

    you might want to commission or ask someone to create a plugin for C2 based on this code bar reader js api or use browser to execute it and read directly the barcode using the scanner.

  • Not possible. you cant add 2 blend modes. dont ask me why, just i know you cant, and you will never be able to cause webgl does not work that way. it can only apply one blend mode, same photoshop does, you can apply one blend then if you want you can rasterize the image then apply another one but the old blend wont be there. so the long answer wold be "Nope"

    ps. see if you have a option to fallback blend mode, and set that to additive, but that only happened only when a effect is added (hue saturation etc)

    i remember doing a old project, with a girl in a mirror, and i was using the same source atop blend trick, but for some reason its not working anymore, unless the bottom or top source is on additive, and even then its going to look bad in the new C2 version atleast, the version i used for girl in mirror and worked, was back around 167 or 180 i think but i cant remember was months ago, maybe a year.