luckyrawatlucky's Forum Posts

  • same thing is happening.

    these events are working in construct 2 but in construct 3 it not working.

  • Another Question

    What is wrong in this event?

    layout does not restart but global variables resets to default.

  • two years later...

    is there any news about this question ?

  • my idea is to copy one by one each game's object, layouts, eventsheets, etc into one project and rename then according to game name to make sure any object with similar name doesn't ignore original object. I think by doing this merging 40 games is possible.

    each game will be on different layout and those are kids games and avg project size is 4 to 5mb each game.

  • web page! you means webpage url in iframe ?

    i want games to be played offline but if i use web pages then users has to be always online.

  • So i have only way to do this is

    copy all data including layouts, eventsheets, objects, plugins, etc from other games to single game. but still there is a problem. there are many things which cannot be copied to other project and i have to recreate them like families, containers etc. So is another way of copy paste content from one project to another project, like if possible to do copy paste of eventsheet, layout, family folder from project folder explorer.

  • first i did test by simply import my exported html project into new project's file folder and in iframe i used url index.html but it doesn't showing preview.

  • WackyToaster

    if i load games from website then user cannot play games offline. they have to be online always. I don't want this. is their any way so i can download games from website So users can play it offline?

  • another question

    How to i set gradient to sprite?

    i did follow steps

    create color gradient called "myColor"

    add stop point at 0 with value rgbEX(255,0,0)

    add stop point at 1 with value rgbEX(0,255,0)

    Now how to apply this gradient in Sprite

    i tried with expression AdvancedRandom.Gradient()

    but it only requires numbers in the ()

    if i gave it 0 it gave color rgbEX(255,0,0) and if i gave it 1 then rgbEX(0,255,0)

    how do i give sprite gradient?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Can you explain it little more?

  • I have made 40+ games which i want to merge into single app. Is there any way of doing this.

    I have only one idea in mind by copying all other game's data into one project

    Any one has any idea?

    Note that i have also uploaded those games in a website separately.

    Tagged:

  • Do you mean you don't want your objects to overlap each other while they're moving along the path?

    Fib yes, I don't want them to overlap with each other.

    is there any way so each of them find a different path to reach the destination.

  • i didn't understand this

    how this will avoid overlapping with same instances.

    i didn't get what to do on "multiplier On Timer find path"

  • i have a object with pathfinding behavior. this object has several instances in layout and all of them has to find same path but i don't want them to overlap themself.

    how can i do this?

    Tagged:

  • thanks

    its working