SPECTRE ACTUAL's Forum Posts

  • No Ads, White Bar at the Top of game. Landscape view.

  • Right click, Clone the object type, and place it and it will out rename for you.

    hitbox_number

    hitbox_number2

    hitbox_number3

    Is that what you mean?

  • Do you mean the Parallax settings?

  • Cool Thanks.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Ok, so now I have a new issue I didn't think of before this.

    lets say the moneyMaker = 16,000 and the carPrice is 14,500

    Yes it goes to zero which is what I asked for but I see that what I really need now is only take the amount needed. The monies is being distributed to different places of the players choosing. But the chance that the money made being the exact amount need for the car is very slim. It will be like 500,

    250, 50, 1500, increments. So basically you save up for you items you want. But by adding it to the amount of the car until it's 0. Than you get the car.

  • Ok this is good news, not that I'm lazy but I have already installed Unity, and to be honest I'm lost. I'm sure it's easy.

    I'm hoping to stay with something I'm starting to get down pretty good.

  • So is Construct 3 still HTML/Javascript Based. Someone had said it outputs in the different game engines language. Like native android and ios and windows, and you don't need plugins and phonegap or cocoon.io(dead) or apk signing or all those little nonsense tools. Which at one point I thought I was pretty awesome because I learned to use all those things. I have one app on Windows Store and 6 on Google play. I mean me IRL I don't know anybody that has ever published any app anywhere.

    My question Is Construct 3 really Magic like they say?

    honestly.

  • Ok this might be along the same lines, but now I want to add a "boost" button

    to the moneyMaking variable part.

    So like so many click makes a certain amount of $ and the boost would x2 or something. But the boost will also have a cost. My project is slowly turning into a simple economy game.

    so i start with the

    boost being another cost item

    and

    when it hits zero(after paid)

    then it adds a multiplier to the moneyMaker so set moneymMaker to moneymaker x2; something like that. So I kind of answered my own question this time.

    This is sort of how my mind figures this programming out.

  • It stops at zero! I thought I would be stuck forever.

    Just tested and fired my action at zero worked like a charm.

    I used max(carPrice),0).

    I would of used clamp, but I wasn't to sure how to use it.

    Thank you Both!

  • I have a system where you hit a button and gives a certain money value,

    that's great for adding to your bank, but I also want to have a set price for a car.

    And I have the value decrease as you make more money. But You very often make more money than the value of the car. But then the number goes way below zero into negatives.

    And it won't let me fire an event on when the car value equals zero. I tried compare variables, but the less than sing seems to not work or understand.IDK

  • My Posts are waiting for to be approved by moderation, ? Is this happen

    if you use code symbols?

  • >

    > Also One of my goal is to make vector images of missing children. You see there image on the news and you just want to make it better for some reason coping mechanism I guess. I guess I'm weird.

    Wut.

    The art looks interesting though.

    Also my friends young brother passed, and my nephew passed in the last couple years, And I took my friends brothers face book profile pic and made them a vector drawing of it for them. It's kind of like crotchet, nobody really wants it but they take it to be nice. I think I'm helping when probably not.

  • I used to watch a heck of a lot of CHills top Fifteen you tub scary and mystery, videos, and creepy pastas.

  • I always wanted to make this. So If you need simple things let me know.

    I made it in a real hurry I wasn't I didn't have the time to refine it.

    I make lots of things but I like to make things as low poly as possible for a challenge. I cropped this down from 1980x1080

    Icon I made.

    Also One of my goal is to make vector images of missing children. You see there image on the news and you just want to make it better for some reason coping mechanism I guess. I guess I'm weird.

  • Honestly Deep Down I don't think I not sure if it is a Construct 2 bug.

    Everything was exactly the same in Visual Studio weather I used pub center or I added the code myself from the Microsoft website I still got the same two warnings.

    Hope these links can be useful for you. Microsoft is a pain.

    social.msdn.microsoft.com/Forums/windowsapps/en-US/home

    docs.microsoft.com/en-us/windows/uwp/monetize/known-issues-for-the-advertising-libraries

    ""No ads are shown in your app

    There are many reasons you may see no ads, including network errors. Other reasons might include:

    ??->(Selecting an ad unit in Partner Center with a size that is greater or less than the size of the AdControl in your app's code.)

    Ads will not appear if you're using a test mode value for your ad unit ID when running a live app.

    If you created a new ad unit ID in the past half-hour, you might not see an ad until the servers propagate new data through the system. Existing IDs that have shown ads before should show ads immediately.

    If you can see test ads in the app, your code is working and is able to display ads. If you encounter issues, contact product support. On that page, choose Contact us.""

    Also One person said make sure you are making a ""JavaScript WinJS App (Universal Windows) project""

    Hope we are getting somewhere. People have downloaded my apps, so I may just delete ads and just charge $0.99 to skip this frustration.