BadMario's Forum Posts

  • You have to include it yourself. Add it to the list of characters in sprite font property

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Everybody charges more for monthly, that is perfectly normal. As for Scirra becoming "commercial" well, they are a business. There would be no Construct if they were not commercial.

    I personally have seen an increase of price of about 10 Euros for the annual subscription

    Could be Exchange rate fluctuation? Euro vs. British pound vs $, whatever the original pricing is in vs. everything else

  • You need to have that object in your layout in order to get its properties, so either drag and drop it into your layout, get the info you need at start of layout then destroy it. If you need to be able to access this info during actual gameplay or if it changes then you will have to keep it in your layout, just hide it at something like X -5555, Y -5555.

    If you are using an ObjectBank layout ( not necessary in my opinion ) you will have to load that layout first ( I think ) and get the info, save the info to a global variable probably,m then quickly unload that layout and proceed to game, or create the necessary objects in your current layout to get the info, .

    I have some simpler games with close to 1000 events and a really nice top down racing game complete with only about 375 events. I am sure those simpler games could be done in fewer than 500 events too, but I like to use my own events instead of behaviors whenever it makes sense ( doesn't take too much time ).

    So yeah, 500 in the free version would pretty much be free Construct for 90%+ of developers

  • Apply impulse at angle angle(Touch.X,Touch.Y,sprite.X,sprite.Y)

  • Isn't the pin behavior basically the same thing, only in a form of a behavior?

    Well, same logic should work even if you use pin behavior

  • give each text and each sprite an instance variable like which = 1 ( from 1 to 10 )

    Then do for each sprite, add subevent if text.which = sprite.which text.setposition Sprite.X and Sprite.Y ( + whatever offset you need to cernter it, if any )

  • Delta time just makes sure ( and even that not necessarily always correctly ) that your objects move the exact same distance in pixels within the same amount of time, but it does not guarantee smoothness of movement.

    And I don't get exactly if this is part of physics ( seems according to your posts ), but it seem like it should be TouchPower = not *. Also you need to multiply distance difference by 60 and then multiply the result of that by dt

  • 200MB of RAM should work fine. I still work on my games in Construct2 and sometimes use Construct3 to export games. 1/2 of my games have encounterd problems of this kind and while with one game it was clearly RAM issue with the others it was not ( that game was 450mb when exported from Construct2 and 700mb when exported from Construct 3 )

    Anyway For games done or started in Construct2 and imported into Construct3:

    Removing text objects solved the issue in most cases. Used sprite fonts instead.

    Sometimes images larger than 2048 caused crashes

    Unchecking preload sounds and preloading them when your loader layout shows helps with "staring at the long black screen" syndrome while things load.

    Also the fade behavior did not work properly in the pre-loader layout ( works fine in other layouts ) and I had to do my own fade in/out using events.

    Nothing dangerous about putting ads in your game ( same as putting them on the page next to your game as far as danger goes.

    Well, don't wanna get into arguments over this. Every cent Google, Facebook, Twitter, etc... make comes from ads, so obviously it is not exactly useless

    I know, but like I said in my post that is not the same as being able to insert ads anywhere within the game. That is what we were able to do with CPM Star ads ( and Mochi ads ) in Flash games.

    I used to make over $100 per day for about 2 years from those, so this is not some irrelevant thing.

    adsense stays on your site, these ads travelled wherever you game went, so you can see the difference. Somebody playing your game on y8 or any of spil games' portals would still see your ads.

    Well, I have been bugging you guys on and off for more than 3 years to develop a few plugins that would enable us to use adsense or CPM Star in Construct games, but seems like you are not interested in doing so. Kind of puzzling since you do support admob which is only for mobiles, yet you seem to share ( a less severe version anyway ) my opinion that appstores are garbage that nobody really needs ( yet people keep giving them their money just because ) and PWA is the way to go

    Having ads around our games on our own sites is not the same as being able to insert ads into games ( the way you could do with Flash ). There is a crapload of money being wasted here.

  • Soundtrack set volume to VOL

    if audiofade = 1

    set VOL to VOL-1

    if VOL < -100 set audiofade to 0

    There you go, faster than adding and setting up the actual plugin

  • Ah, OK. I didn't even read that intro, just clicked to go to the main game. And my biggest gripe is that people don't read instructions before playing. I am becoming one of those people.

  • Looks good. Good job overall, but you may wanna look into the name ( unless it was on purpose ).

    It may mean something different to some people and/or in some languages