BluePhaze's Forum Posts

  • In your event sheet simply right-click the object portion of an event and you will get an option on the menu that says replace object.

  • So here is an early screenshot from my game. This was before I implemented slopes and other features into the terrain. At this point the levels are in the redesign process to take into account items like sloped tiles, bounce pads, etc... I also do not have the main character in this screenshot this is strictly a background shot. We are a two person team, I handle the graphics, development, music, etc... all the technical aspects. The game is a runner and will support touch screen, keyboard and mouse and game pads on those platforms that support it. I will show some more up to date screenshots this weekend as well as possibly the main character...

    <img src="https://dl.dropboxusercontent.com/u/10285716/Screenshots/PrototypeLevel.png" border="0" />

  • Hello All,

    I am excited to announce that I have officially launched my game and application development company "BluePhaze Creations LLC". I can finally start talking about and showing what I have been working on. I also wanted to thank the construct 2 community as well since you have all been amazingly supporting over the past year.

    I will soon have more info on our first game which has been in development for about 9 months and is built using Construct 2, Spriter and the Adobe Creative Cloud suite. Below is more info on where you can keep up on what we are doing. Please note that the official site is still a temporary place holder (though it is all in html5) and will be seeing a total redesign very shortly.

    Official Site: BluePhaze Creations

    Facebook Page: BluePhaze Creations Facebook Official Page

    Twitter: @BluePhaze

    You can also find me on my regular twitter account @BluePhaze_24x7

    Thanks again! And I look forward to sharing much more with you now on my game, etc...

  • Doesn't the browser object already give you the ability to specify landscape or portrait in your project?

  • Using the on key (specify you key) pressed > Simulate Left/Right/Jump, etc... doesn't do it for you?

  • it should deduplicate images across any frames in same or different animations if I read the original description correctly.

  • I anticipate eventually most mobiles will support WebGL. (Apart from Windows 8...)

    IE 11 comes as part of Windows 8.1 and should also be part of Windows Phone 8.1 and supports WebGL.

  • a variable inside a variable would basically be an array or struct, etc...

  • It started working again within an hour. The odd part was every other part of the site was fine, but as soon as I clicked on any part of the manual it was error out with the google redirect URL showing.

  • Hello there,

    when I try to hit the manual pages I get a 404 with the nice ugly google URL up in the address bar. Not sure if the manual pages are jacked or if the google redirect that is being used (hate that thing) is causing the issue...

  • One of the things that would be impacted by this would be logic that appends a variable value to an animation name... for example if I have 5 different jump animations (jumpWall, jumpDouble, jumpSuper, etc....) I may have different events that set my jumptype variable to Wall, Double or Super, I can then call Set Animation and set it to = "jump" + jumptype to get it to pick the correct animation for me. This is a common scenario for more complicated games that need context sensitive operations. So if the dropdown list (which I have also asked for in the past) were to be added it would need to still allow for us to enter our own data as well instead of forcing us to use the individual animation names.

  • Also, to clarify you don't sell your game "to" the marketplaces. You actually have to pay to put your games up there (Usually $100 a year). They don't buy your game, they just host it so that the customers can buy it.

    Personally I am going with the approach of having a free ad supported version and an ad free paid version.

  • Check the TD sample that comes with Construct. Do the tutorials. Looking at the sample project types that come with construct will show you how to do 90% of the things you want to do when starting out.

  • Also, if you look at the list of badges, you can get 500 rep in one day easy. Read the manual (gets points), etc...

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Excal Looking great! The only issue I can see from a board layout point of view is that since each side is random, it may give one team and advantage or disadvantage based on the layout. Any though to generating half as much tiles, then mirroring that to make the other side of the board so both sides are asymmetrical? That may make the gameplay a bit more even for both sides. Though as this is a single player game I guess that is not as much of an issue...