mrPeanut's Forum Posts

  • i had this aswel. Try to change your fullscreen in browser option to letterbox integer scale.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • for some reason he added a space behind it try this one new link

  • it is easier to use round than int. so basicly round(random(1,250)) . To save an event just use

    onEvent -> go to layout "room"&round(random(1,250)).

    Keep a global variable for the amount of rooms done.

  • small example of "enemies" falling from a random position at the top of the screen to the bottom and then being deleted

    enjoy

  • every 10 seconds Self.Width*0.01 Self.Height*0.01

  • if you want to change the font you will need to do that in your css.

    I did this for my project X3. It will be hard to see in your tests though. I posted it in here somewhre before. But basicly. When you exported your game. Add a css file with the font family you wanted in it.

    I'll go look for my tutorial again.

  • black overlay with 0 visibility. When you end a level. Gradualy make the visibility go to 100. If visibility 100. Change level or something related to that.

    this is just a quick simple example capx

  • don't let them spawn on top of layout. Because you are jumping out of the layout after a while which means you can't see them anymore. Let them spawn above viewport instead.

  • see that the wound you are importing is the right kind of quality and extention. Try to use wav when importing sound. IF you have an mp3 here is a good converter i always use.

    media.io

    As for the black screen. You need an apache server. Or a ftp to upload it to a host.

    This means it can not run directly from your filesystem. You need a web server to run it. Liek an Apache server. But i think that is still a bit over your head.

    Just try uploading it to clay.io.Make an account. Make youerself developer and upload a game without publishing it. There is mroe information on clay.io itself

  • when a platform is created. Every second. Make an instance of coin on that platform. Or every so often you want.

    an example

    <img src="http://i.imgur.com/V4DEjuK.png" border="0" />

  • AlexKvazos

    this could help aswel

    construct.net/en

  • i'll help translate some in dutch.

  • Maybe should have noted you use plugins. I don't have these.

  • let them go to a point on the map. If there check for enemies -> attack closest.

    Can't open capx. I'm still working on version 132(will upgrade soon).

  • Zharzew Post that on Clay.io aswel so people there know it is updated.

    (yes i'm the same mrPeanut as on clay.io)