warville's Forum Posts

  • i have idea for your problem, to know the progress you must compare the the player.X and the layout right edge , now using simple equation you can know the percentage of progress in the level , you can use this to make the bar and the background effects , how to make the background :

    you have the layout width and , using the percentage from the level progress you can know the position of the sun,

    for example if the you are in 20% of the level you know that the sun.X = 20% of the layout width.

    this is the basic idea , you can extend it to make sun and moon , and for the background color just a sprite with different frames colors.

  • ads and in-app purchase

  • Hello, I'm Hamza Trabelsi , Graphic designer and 2D/3D game artist and mostly environement artist, i'm also advanced in Construct 2, i have gained some experience working on some small projects and doing freelance i also have made some free casual and mobile games UI kit for the independant developers community i will provide a link at the end of this long text, technically i can make the game by myself, but my little experience tells me to do not even try also i'm still a human i can't make a good project alone, unless i get a motivation generator plugged to my head, so i'm trying to gather a team will be called "Warville Entertainment" to develope a MMO Strategy game, titled " Fort Rush ", what is needed here is the elite of this forum, the game is going to be 2D obviously but we still need 3D artisits. i have some ideas and we will talk about the game idea later because i prefer to discuss together i'm not the boss here to force my ideas. so the game is Medieval Fantasy. for this team we will need all different kind of talents related to video games, don't underestimate it, 2D doesn't mean it's easy, we will need this talents:

    Programmers (construct 2 and php,mysql,css,html)

    Game artists in cluding (3d generalists, 2D artist & concept artist, texture artist, Characters artist, animator...)

    Game Designer

    Music/Sfx composer

    Also if you have any game development related skill, you are welcome to contact us, skills such as, writer, voice actor, social media marketing, managment you are more than welcome to contact us.

    Note : the positions are not paid, there will be revenue share, we will be making a Crowd-funding compaign to helpe us continue developing the game.

    Contact me : hamza.trabelsi.art@gmail.com don't forget to write " Fort Rush " in the subject field so i can easily notice the e-mail.

    [attachment=0:1v8k16ir][/attachment:1v8k16ir]

    The free Ui kit is here : bit.ly/11Bfpwi 0.1

    the second version is here : bit.ly/11w2g6A

    the download links are in the description.

    Kind Regards

    Hamza Trabelsi

  • as i understood he want to do that in the editor not in runtime, so it's not about pin behavior or collision or position or angle or whatever, he ask if there is somthing like grouping some sprites together as in some other softwares for example in inkscape i groupe objects using Ctrl + G

  • it's used to happen for me, if your game is endless runner i would suggest you only work with 1 layout, the loading screen the menu the game all in one layout , only reposition the view. and make the Ads load before the game start so when the camera move to the area you find the ads ready shown. if multilaout needed , maybe make a trick , make a little cutscene in the begining , about few seconds , enough time to ads load and everything is ready.

  • just select all of them and move them , or you can dynamicly position them in runtime by code

  • can't contact you , i still don't have 500rpm on the forum , i can't send private messages

  • do everything as in the tutorial for the screen size i will only discuss the Hud , you have to add and anchor behavior to each element , tweak the behavior proprieties to make it in the position you want. , this a methode it may give your good resault , but another great and very precise methode , is to place Hud automaticly using the event-sheet , in start of layout make the object placement using set position , and the expression layout.tayout top layout.left layout left / right are usefull to know where to place the object

  • i have mad a game with and used Admob plugin , i first build the ads worked perfectly. it loads ad banners and interestial ads , but now it doesn't work anymore, i have lot of impressions but no revenue the Rpm is fine but the revenue is not , that mean the ads in the game work they request the ad but they never show it. i have built the app using Crosswalk on XDk , and the the cordova admob is sucessfully installed in the build log. can it be a problem caused by Construct 2 R183 , because i think the problem came after i installed the last version, not sure about that.

  • as blackhronet said Families is your solution.

  • as i understand , this question is not related to Construct 2 itself , but it's okay , as an artist , i would tell you many ways to do that , but since and as it is obvious your are not an artist ( obvious because you don't know how to) i would suggest you make pixel art graphic assets , anyone can make pixel-art all you need is your Ms paint software that come with Windows, zoom it to the max and press Ctrl + G to show the grid and just start making your assets , don't worry pixel-art is not ugly , look what i'm working on currently using Ms paint ( i just wanted to try a pixel-art style for my next game)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • eli0s thank you soo much that's exactly what i needed , it's a very intelligent idea to do it like that. without even effects. i will try to tweak it in order to get the result i need thank you again.

    danuyos thank you man, but didn't want to use that method, i know it works (somehow) but it looks to tally ugly when you set it on a gride you will see the gride lines breakes.

  • i thought of that , but it doesn't work , because the target object is a grid tiled backgound , i want to make a ripple effect on a specific part , doing the solution you suggested doesn't work because it's very obvious that there is another object on the grid

  • can i apply effect on a specifique area of an object ? , and if not , is there any other solution to make that happen event using other objects , and blends... ?

  • you need php,mysql to do that ofcourse using the Ajax plugin to send and get data from database.