Darklinki's Forum Posts

  • It?s cause of the logo.png, it doesn?t get right exported.

    C2 tries to get the image from the same folder where the index.html is, but in an app it?s different organized.

    We fixed this with custom loading screens. But I?m sure there is another way to do that.

  • Please try to write English, all your threads are also a resource for other newbies.

  • How do you move your physic object ? With an behavior ? (Like 8 directions)

    If yes just set the speed with flyingmachine set speed to flyingmachine.speed * air_resistance (air_resistance should be a variable, with the actual air resistance like 0.95)

  • Construct 2 a king ? ....

    It�s much more something between emperor and duke !

  • 3 levels/layouts -> cocoon screen during 5 secs

    110 levels/layouts ->cocoon screen during 12,7 secs.

    Sounds totally ok, or how many levels do you want to create ?

  • You know something about Level Design with .xml files ?

  • Make an plugin, choose a given one or use on that let you execute JS-Code. There are many.

    If you make your own plugin or use a JS-Code-Plugin:

    new Date().getTime(); Will return the actual milliseconds since year 0 save this for your item.

    As soon as the player starts the game again you just check with new Date().getTime(); if the new value is an hour bigger than the old ;)

  • So the player cant move on the blue part ? So you just want to let him move behind and in front og the Black wall ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • You know a bit about arrays ? If not we have good Tutorials for it ;)

    Make an Array and save there the pressed keys like: Array(1: Z, 2:Y, 3:Y, ....)

    In you On key Press function something like:

    + On Key press

    ++ If Key = Z

    +++ if Array = Z, Y, Z

    ----> Special skill Haduken

    ----> reset Array (optional)

    +++ if Array = Z, Y, Y, Y

    ----> Special Skill Sharingan

    ----> reset Array (optional)

    This is just an idea, try it on your own risk :D

  • I?m not sure where your problem is, I try to explain you what I would do.

    Black Z-index = 1

    Blue Z-index = 2

    Green Z-Index = 3

    //Can also be done with Layers

    Blue = Platform

    + Green is overlaping Black

    + trigger once

    ++ Green is overlaping Ground(I Hope you have an image for the ground)

    ---> Set Green Z-Index behind Black or one Layer behind Black

  • I?m doing it like that:

    -> add an family call it however you want

    -> add the sprites you want to set the instance variable

    -> Add instance variable to the family

    -> delete the family

    Works fine and there is no difference between creating them manually.

  • I?m interested but we need more information:

    • Do you offer the graphics ?
    • How big is a game for that you pay 750 ?
  • lemo first at all thanks for your reply

    "Didn't understand your 5+4 math thingie, but I remember having a similar issue" - Do not care about this, this is just to find the right images.

    "Anyway, how about On image url loaded > set scale to 1, would that work for you?" - I tried it an laughed, first site Ok like every time but the sites after it they are even bigger and on the false position now :D This is really the first time I don?t even have a clue what c2 does.

    Edit: OMG, it works now :O Set Scale 1 was also doing some random sh*t so I tried to set the size after the loading of the image again (yes totally ugly) but this works. Load Image from Url ist totally buggy.

  • Uhh thanks, but arimas looks much better ;)

  • Where do you get the dark theme from ? or do you made it by your own ?

    If yes, would you like to spread it? - The one I made looks like s*** -