PhoenixNightly's Forum Posts

  • At the top you should have your on layout start so it should be

    on layout start->(subevent)Audio is playing (Audio Tag)->(Action)Audio Stop(AUDIO Tag)

    That has to be before the play audio and the way to but it at the bottom of the on layout start event is create a blank subevent below it

    Also as a side note::

    Just sharing a personal preference The 'On Start of Layout' should be the first event in a eventsheet; IMO because everything executes in order that you have it setup. So nothing should be running before 'On Start of Layout'. Events should be place in level of importance and being that 'On Start of Layout' setup the level it should be number#1

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Where is the layout restart placed?? I don't see it in your screenshot I only see when out of layout to stop the sound. But what you can do is when the layout starts check if the theme is playing ..if so stop it..then restart it. But depending on where you put the layout restart it could be happening before it gets to the event of stopping the music. So you have to have the music stop event before the layout restart.

  • I really don't see how you came to that conclusion. I see people helping all the time even to the point of doing what the person is trying to figure out for them by providing them a .capx. I don't provide .capx files but I do answer I believe for me to help you, you first have to help yourself. Heck at times the people give capx files willy nilly if a person was clever enough they could have their whole program done for them and they learn absolutely nothing in the end.

    I see it as bad because new people come in demanding .capx and not just answers.

  • Then if you just use 'Is touching' and invert would be like being released. Release is more of a mouse button terminology but is touching and is not touching is the same as press/release.

    But Colludium idea works also.

  • You can do it this way.

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

  • You can make a subevent in 'onTouchEnd' and see if the touch ended over your button object.

    IE

    OnTouchEnd

    Touch is over Button

    Do this

    Or check when the touch isn't over the button to reset it

  • Problem Description

    Opening project single file it errors

    [attachment=1:1iwtxoyz][/attachment:1iwtxoyz]

    Steps to Reproduce Bug

    Can't really tell you I saved my file as single file came back later got the error.

    Observed Result

    Saved my file as a single file returned and C2 error ed and crashed. I open the project file in winrar and saw all the needed project folders wasn't placed inside.

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

    Expected Result

    Open my project back up

    Operating System and Service Pack

    Win7 64 bit sp1

    Construct 2 Version ID

    r165

  • Aurora Australis

    Yes disappointing when I first heard I thought of an actual computer for production

    mepis

    Well I have just been given the memo that my dear computer is on its final legs...so fate is twisting my arm.

    BluePhaze

    Great share!! The I will check out when I get a chance.

  • mepis

    That is what I thought to until I was following Ashley tutorial and I misinterpreted when he said 'you need Windows 8' I was thinking Windows 8 SDK. The VS 2012 they referring to that is built specially for Win8. But if you can shed more light cause when I googled I could only get a few places to confirm. But on windows tutorial site it does say you have to have Windows 8 and if you want to use the emulator Win8 Pro or something like that.

    **Update**

    Here it is from Microsoft site themselves the version you need won't even install on any OS only 8

    [attachment=0:14ro6vj9][/attachment:14ro6vj9]

    Now Crosswalk is suppose to export to Windows for you. I will test that out

  • Hello being that it has ads I think that is why its set that way for location. I packaged with Cocoonjs and it would be nice if Google explained why the app needed it. The status of your phone is so that it will pause the app of any incoming calls so the app needs to read you phone state to see if it goes into incoming call mode and 'PAUSE' the game. Network of course for ad access.

    But I collect no information, not to keen on collecting personal info. But as you can see from my security software it doesn't do anything. But no different than any other app with ads.

  • Well this is my first project with C2 and it was quite a learning experience. Check it out and share your thoughts please.

    On the Play Store

    Https://play.google.com/store/apps/deta ... superpilot

  • part12studios

    I was looking for the price of upgrading from win7 but their site is so off..the only upgrade they show is for vista and xp :/ and those are 120...I think I would wait..

    Very much true. But what corporations do listen to is money falling out of their pockets. So word is Microsoft is working fast to make Windows 9 and have a beta out sometime later this year and release sometime next year. Which means it would be a rush job which I have no interest in. Corporations big-headedness at times get the best of them. Like Apple for some reason is planning on opening an Android Store...when you say it.. it sounds quite stupid but the reason is Android has a majority of the mobile market. So Apple wants to be apart of the money that is there. Like a googleChrome book I have no interest in getting because none of my software would work on it so even though it might be good but they should have some way of running windows based software.

  • Well I for one was hoping to publish an app in their market until I hit the wall of 'you have to have Windows 8' to develop for mobile/desktop. My computer is 6 years old and I really don't see a purpose of putting a new os on a dirt old computer. (Yes i plan to upgrade eventually nit in the cards right now) So the question is how many developers have been knocked out by that clause. Mind you I am only one os down Win 7 so I was packaging for deployment when I discovered it. So I change my distribution list to android amazon and blackberry. I was going to buy my roommates win phone cause he was getting rid of it cause he said the lack of apps.

    I can't speak for the reason they have it setup that way but android is Linux based and it doesn't require me to have Linux to be able to publish to it. I don'teven need a Linux is to publish to Linux. So for indie devs as you see a few here is still on xp is and make some awesome stuff but unless they go through someone else they won'tbe packaging it for Win 8

  • This happens even when you moved the origin point to the bottom-left? If so...very odd.

  • Wow interesting concept!!