GeorgeZaharia's Recent Forum Activity

  • id go with 1 as it makes more sense to me for the shooting button be on top.

    but what i would do is remove the movement control. and have it appear from the 1st hold intent wherever the user wants. that way you don't have a always on screen movement control.

    then u would have more screen room for more buttons (like item slots: potions etc, or extra skills: healing, ultimate: destroying all enemy on screen if is that type of game.) or even space out the shoot and jump button.

  • You do not have permission to view this post

  • tarek2 Sure I got! Thanks anyway, tho. :)

    and AllanR Thanks for the sample, guys. I'm gonna take a look into them, but maybe they're a bit too advanced for me, since I'm just starting on Construct. Sure I'll learn something, tho. :)

    i updated my capx and copied what makes things centered so u don't get confused. there should be 2 everyticks 1 enabled with the edges and guides enabled, and one without. the simplified version is the one at the bottom without guides and edges that sits currently disabled. if u just want that for your project, copy the global variables and use the disabled everytick event. my version of doing things apply to spritefonts also, however u need to know the width and height of the characters in the spritefont u using, and the difference ratio of the height vs width. once u know that u can simply replace the data i previously had to the one u have for the spritefont. You can redownload the file from the same link. Merry Christmas to all.

  • merry christmas everyone, and thanks for the convertor and the good work ... ... 2 years have passed :O unbelievable i remember when this topic was made! how time passes by sorry for zombifying it!

  • i gave it a +3 cause i think it might help with collisions maybe in future, however... the current collision system construct has in C3 atleast works pretty well ... and as i commented on the voting... never actually seen a game made in Construct that is so complex that needs a raycasting system ... but i know this been a old problem from many peoples view, so im guessing +3 till it happens ^_^.

  • it might be that u are using the free version, or it might be that u are using some custom plugins? which are not available in C3. not really sure.

    try with another project that doesn't have any custom plugins and no more than 50 or 30 events.

  • you don't need to create a keyfile for each game you make. the keyfile is sort of a self signature for the developer to tell the store, you are the owner (like a ssl certificate for websites). you can re-use the same keyfile on multiple android games. make sure though you don't lose the password and id of it... in case someone claims your game. and don't give that information to nobody else.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • - I did this, and the game it works. The only problem is that the % load of the game stay to 0 until the game is loaded.

    the % load of game sits at 0 till game loads ... is actually the facebook sdk not loading holding your game loading till it solves its response, you might off not implemented the facebook instant properly, i worked around that issue by manually opening the index.html file and puttin the <import facebook_instant.sdk> thing right in the header(you can find the code for importing the sdk in the facebook help section). it is not your game from my experience so far.

    its normal. don't worry about it. as long as it loads eventually.

  • in order to bypass the ssl thing just type your adress without http in front... like

  • there is a spritefont creator somewhere on the forum ... i think C2 section, you can make your own bitmap font with it. get the size and all.

    not sure if is this one sprite font generator v3

  • you don't need a server to integrate paypal purchases/donations, you need a paypal button that you can setup in the paypal, then use browser object or ajax to get the response the user bought or paid for something then save that data on cloud somewhere ... excell from google is a good alternative if you can't get a free hosting somewhere to keep a database online.

    try look at Construct 2 tutorial section for more information on how ajax or paypal setup works with Construct.

    i remember on construct 2 there was a paypal plugin not sure if is available for C3 though.

  • Hi, when i try to add the admob banner ad at the bottom of the game, the banner covers the game control buttons Any help please!

    put banner at the top? or change from static banner to a full screen advert once in a while when player dies? move the controls? its a matter of design.

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.