GeorgeZaharia's Recent Forum Activity

  • this looks very promising, tell me you have some alpha/beta for people to use!

  • Holy crud, where have i been?? when was this released? IS it complete and bug free or an alpha?

    more of a beta i think! https://www.construct.net/ro/make-games/releases

    personally im waiting a R200 atleast before i go into it!

  • you can use the bbox top and bottom of the standing truck, and measure between angle of those positions its a bad solution though to play with angles. better use distance.

  • Okay, Thanks a lot !

    The game is free just I am using ads.

    ads are a income this days, so copyright is needed!

  • Yes its a must if you intend to make money with it! if you dont intend to make money with the game, not so important.

  • Good job!

  • You do not have permission to view this post

  • Hi guys,

    This are some various tests and examples that im doing from time to time! hope it helps you all!

    line creation based on random points (something i was trying to achieve when i was testing the audio waveforms and road creation)

    Circular movement between 2 points

    A to B using Qarp some request from a few months back that R0j0 helped i think on it! was requested by a member that wanted to do some football type of game and couldn't achieve the arc trajectory of the ball

    Simple drawingusing Sprites and a few variables.

    using Tonejs.API for keeping the audio analyser effect, and some of r0j0 solutions with some inline scripts, i managed to pull up together a simple capx, that reads the waveform of an entire song/ogg/mp3/ and i think even videos with sounds and then using a bit of C2 basic expressions and some number playing creates a road/curved line on peaks and bass beats! keep in mind this example requires ToneJs.API u can find in the forums.

    Music Example capx is rudimentary commented since wasnt meant to be shared plus it's just a old test. useful for those who want to make a rhythm game like audiosurf or other similar games like ride your music. with a bit of tweaking it can read even soundcloud live feed and youtube feeds.

    Edited : More fast paced and with waveform creation based on song length/duration.Music Example v2 duration calculation its a bit offset instead of *10 multiplication it should be *31 or around there.... since we space the lines more.... it seems to depend on (songs length) not length but songs bitrate/?Mhz the more Mhz or quality the more audio samples therefor creation is longer even though the song length is the same so if you calculate the sample rate, then you can split the bins accordingly to the length of the song properly.

    more to come!

    Folder with all my test capx files (C2 only / not sure if they work with C3 also didn't tested.)

  • you sure you assigned the WASD keys for the right sprite?

    it should work no matter what event u already have in C2 the WASD will overwrite the movement or other events if its placed at bottom of C2 eventsheet.

  • move forward (distance(self.x,self.y,arrow.x,arrow.y)+(60*dt)) at angle angle(self.x,self.y,arrow.x,arrow.y)

    see if that works

  • The first relies heavily on extensive use of plugins (which is incompatible with the goals of this project), the second doesn't work for slider-bars Thanks though! I've managed to get the rail to style using "webkit-appearance: none" but that's all so far.

    ah that is because sliders dont take CSS if i remember correctly, someone said something about that in a very old post! i think was ashley. i would do a custom slider bar though.

    just use the loading % rule usage.

    sorry for giving you those dead end links ... forgot sliders arent working 100% (css wise atleast)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
GeorgeZaharia's avatar

GeorgeZaharia

Member since 30 Jun, 2014

Twitter
GeorgeZaharia has 35 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.