gordon101112's Forum Posts

  • Hello, I'm having trouble with my sound in game. I searched forums and found my problem in FAQ under audio the link says solution to IOS. It was hard for me to understand but I know that it's the problem I'm facing. I tried following the steps but it was confusing and just to be clear that I'm on the same page as you are this is what I have done.

    Step 1) I exported my game into a folder I made downloaded the file he/she posted and dragged it into the folder.

    Step 2) I downloaded audacity imported all my mp3 files and combined them onto one track. I made a 5 millisecond blank sound in-between each sound clip.

    Step 3) This is where I got confused. I downloaded the file in step 3 but I wasn't sure what to do with it. I opened it and a one line long code came up in notepad. After looking at it, it looked similar to the picture he had. I lost him here because I don't know what to do with the file. I also don't know where exactly I should type my information. Do I need to add text? Not really sure what the deal is when it comes to codes. I never worked with them before. If you could explain this step in simpler terms that would be really helpful. Thanks in advance.

  • Thanks, that's a big help.

  • Hello,

    I've been working on my game lately and I need to test it to make sure it's working properly. My game is intended for touch based controll, mainly the Ipad. Whenever I test it on my browser on my laptop it doesn't work because I have everything set to touch. So I have to use my Ipad and basicly I run as admin and type my Ip address into the safari browser. (Safari Is the only browser on the Ipad) Whenever I test it on Safari it's really slow animation, layout change, drag motion, and everything that has a function. I also exported my game onto a server and tried playing it on the Ipad that way but it was still slow. I tested it on safari on my internet and it was the only browser that was lagging. I test internet explorer, chrome, and firefox. Is there a way to test my app on the Ipad without using Safari? I can't get another browser so something other then that.

  • Question: Where do you input step 3? Is that in contruct 2 or Audacity?

    The file wont open for some reason. I get an error it that the file couldn't be verified and I click allow then the option to open it comes up and I click it but nothing happens.

  • I see now. Thanks again you guys were really helpful. Sorry for being a bother.

  • Sorry about that, I just downloaded the version 98 of contruct 2 and tried opening the example file and I got the same message. The first paragraph in the box says that it could not open the project and then it says the location in this format c:owner/app/... Then the secound paragraph says Layout c:Owner/app/... is missing. Was it deleted or renamed outside of construct?

    I didn't touch any settings or anything. I just clicked open the first time and tried opening it and it didn't work. Then I clicked save the secound time and it didn't work. And I just clicked open every time after that.

  • Umm sorry to bother you again but for some reason I get an error when I try to open the example file. First error I got was to install version 95 of contruct 2 which I did. Then now it says the file is missing or something like that. Reason I'm trying to open the example is because I attached all the text to the global variables to produce the numbers visually but I have it as every tick so it makes the numbers go really fast until it reaches infinity. What did you use to show your numbers because every tick isn't working out for me.

  • Thanks so much, exactly what I needed.

  • I have no idea how plus I have other layouts in my project like the cacluator is just a sub thing.

    Are you confused on my concept? If so, just think of a calculator. There is buttons labeled 0-9 and plus, minus, divided by, times and other minor buttons. When you hit the 1 it appears in the bar at the top and you hit a 7 it appears as 17. I'm trying to make it do that. When I hit 1 and 7 it appears in text 1. I can't make double digits, I'm not sure what set up to use or how to do it.

    One Button clicked. Condition global variable is Zero. Set text1 to 1 and add one to global variable. Plus button clicked condition that global variable is one. Set text 2 to + and add one to global variable. I'm making an equation.

    Ex. 1 + 2 = 3

  • Text 1 Text 2 Text 3 = Text 4

    (Numbered Buttons set for touch/click)

    1 2 3 4..... + - / x

    ________________________________________________________________________

    I have a global variable set to 0

    When 1 clicked set text 1 to 1 then add one to global variable.

    When addition sign clicked and global variable is 1, set text to to addition symbol.

    When global variable is 2 and 3 is clicked then set text 3 to 3.

    When global variable is 3 and four is clicked set text 4 to 4.

    ______________________________________________________________________

    That's an example in my event sheet. This works but only allows me to use single digits. I want like numbers 1-99. Also I'd like to make a correct or incorrect option. This is basicly like a calcultor but I want to incorperate it into a game situation. Using buttons to create double digit numbers.

  • My layout is as follows:

  • Sorry let me try explaining it better.

  • I'm trying to make a calculator type of thing where you use buttons to make numbers in a form of an equation. I'm having trouble making the numbers appear double digit though. My setup is as follows: text 1, text 2, text 3, equals sign text 4. Global Variable ='s 0 and number clicked (I have all the numbers as buttons at the bottem of the screen) it appears in text 1. When that happens Global Variable = 1 and then when you hit a equation sign(Ex add subtract) and another number that replaces text 3. And same thing for text 4. This makes me only able to input single digits. I want for example if I hit 2 and 3 that it shows in one text or text 1. If you want me to explain it better I'll try but this is the best way I can put it in words for now.

  • Thanks a lot, that really helps.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello, I am having trouble with the volume in the project I am making. When I added the audio and ran the layout in my browser I had to turn the volume up all the way just to hear it. Is there a option to make it so it is loud at a lower volume setting on my computer?