GeorgeZaharia's Recent Forum Activity

  • Have you disabled set angle on the behavior properties of the bullet?

    If you didn't then it won't take the new angle.

  • Is there a built-in feature or extension that I can use to let players draw custom sprites/images?

    no, but you can code that using the event system, and some external database where you will stock sprites/images users/players will draw.

  • like, textobject.text, but like, self, you know? like not all textobjects.text, just self

    might be a troll though, is pretty self explanatory by itself.

  • someone replied to a topic you were subscribed to but maybe it was spam and deleted or the person deleted their own post

    Ah that makes sense wish the notification would been canceled though if the person removes his post or is marked as spam. Now it disappeared after i clicked on the notification from your reply. Thanks.

  • Im getting the red bubble with 1 notification on my profile pic top right... but when i click notifications and i go to see what is new there is nothing new.

    Am i the only one experiencing this? Or is that a notification regarding the blogs i have? Is not the first time this happens, i think is 3rd time or so usually it disappears by itself after 2 3 days.

    See video

    Edited:

    Also the @gamecorpstudio call does not notify me.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • maybe this has been solved already, but since you wanted to keep it vanilla here is my approach, should apply to your bullet behavior also ... they are working on same principles.

    is going to be a pain in the "bowl" to make that bullet bounce of objects though.

  • I figured it's possible for someone smart enough. Just trying to see if there is a simplified way to recognize characters using the basic construct 3 functionality. Even something as tedious as detecting black pixels vs white pixels in a jpeg and putting the pieces together that way.

    Official default expressions? Not as far as i know... i can almost for sure say there is no official face recognition function in Construct ... however there is a an old C2 face detection plugin you can find here a long side a lot more C2 plugins ... but not sure if any of them will ever be ported to C3 though.

    I hope im wrong though about the recognition part not being supported officially, cause that would be a awesome thing.

  • Try this topic first see if you can find some examples in there for C2 or C3.

    For drawing a square ...

    so for a square to be drawn order is following x1 y1 top left, x2 y2 bottom left, x3 y3 bottom right, x4 y4 top right.

    i don't think it can do circles though, atleast i cant wrap my head around that ... is lacking explanation.

  • Creating a custom plugin might do it all you have to do is register a request for accessing their API here

    However considering the scalability of their pricing... as Construct is a downloaded by over 200,000 active users and maybe more.... or less.. is not feasible.... unless you have 10,000 dollars laying around.

    But instead of using tinypng's sdk or api and trow 10k away for something that already is out there for free, just not in a simple interface ... and if you want not only to save cash but you understand how plugins work in Construct you can trow an eye at pngquant and try port it into a plugin for Construct that would be basically like tinypng ... however i think easier would be to just squash manually the images using tinypng or pngquant.. then just replace the spritesheet Construct exports and replace it in the zip folder, i mean is just 5 minutes of work.

    I find Construct's Brute image compression and Image Repacking very space saving though... Construct already squashes various alien looking things/images/sounds pretty hard.

  • I did that too

    you need to put spacebar is down 1st in your condition order in same event... followed by every 0.2 if you want it to work properly

    and you also need a counter event to stop delayed miss fire.

    They should look something like bellow

    P.S i automatically unfollow the topic i comment to, cause it gets to cluttered in the notification box. use

    @

    to call me if you want my input! Have a great one!

  • miguelromm try this swipe gravity example and see if it works like you wanted. Also read the comments inside the file.

    Open it with by clicking

    the C3-Editor link once you downloaded the file.

    Hope is what you wanted! Have fun!

    P.S sadly there is no backward compatibility from C3 to C2... so you will have to manually recreate it in C2.

  • Hello guys,

    So i have a ball falling with physics and when it reaches the floor it is destroyed

    I want it to fall faster every x seconds using physics, is there a tutorial or can someone help me do this in some way?

    On start of layout physics set gravity to 20 30 40 100 etc... default value is 10.

    Or you can add a variable on the ball with a value of extra 10 and add it to its Y velocity when is falling, by events.

GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 36 followers

Trophy Case

  • 10-Year Club
  • 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
  • x9
    Popular Game One of your games has over 1,000 players
  • x21
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • RTFM Read the fabulous manual
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

21/44
How to earn trophies

Blogs

  • Construct For Dummies - Simple Tutorial Collection

    I scour the Construct forums for users tutorial requests, and create small quick and simple tutorials using Construct's defaults features so anyone can use and apply them.

  • My Dev Logs

    Thinking on games 24/7 is fun and waste of time and unproductive if we don't bring those game ideas to life. In this blog im bringing my game ideas to life and log their development process.