frayt's Forum Posts

  • up. I really need help

  • please help me I can't continue my project without it. I've tried so much things I don't understand why my project is not minified.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • The only plugin I'm using is from Spriter. I only use it to export from software spriter to construct 2 my sprite.

  • I can't export my project. I wanna make an exe files by exporting nw.js but doesn't work. can't minify, they ask me if I have java 64 bits and I have it. I've updated construct 2 to beta release 243 but does'nt work. I've used flappy bird project to test and that works, no minify problem. I don't want to share my project here. what should I modify on my project ?

  • I have multiple sprite that spawn In a different part of the map. So their act will be different from each others. I want to make and event that each sprite will act differently by their position.

    for exemple I have a goal and ball. each ball or in a different position in the map and the goal is in the center. I want that each ball go to the goal.

  • I have one spriteSpawner. I duplicated it so I have 2 SpriteSpawner, with different UID, but the same name.

    I want to make appears another spriter on both SpriteSpawner.

    I tried "for each SpriteSpawner.

    every 5 sec > create spriter on SpriteSpawner.x SpriteSpawner.y

    or just every 5 sec > create spriter on SpriteSpawner. x SpriteSpawner.y

    none works. I really don't understand how "for each" event works.

    could you help me?

  • up

  • so how can i run the even for both same sprite?

  • when I say box, I mean the spriter looks like a box because it's a spawn spriter ^^

  • I have one box sprite. I duplicated it so I have 2 box, with different UID, but the same name.

    I want to make appears another spriter on both box.

    I tried "for each box

    every 5 sec > create spriter on box.x box.y

    or just every 5 *** > create spriter on box. x box.y

    none works. I really don't understand how "for each" event works.

  • so I can use google docs as a server/host?

    how can I use google docs with construct 2?

  • thanks for reply oosyrag. I did'nt started the project. I just wanna know how local storage will manage online information. Because each members that will use the app will store his name on the app.

    what is google forms/sheets?

    I cheked google forms/sheets yeah, that's look like what I want but I would like the same things as an app on android for exemple.

  • I 'm in a part of a group for traning body. for comming to a meeting, we have to subscribe ourselves to a list. I wanna make an app that will record our name online.

    I would like that each part of members could subscribe themselves to a list by entering their name. I know how to do it, but I don't know how to bring the "multiplayer" side.

    for exemple, I subscribe myself to this list. How can I do for let the others members seing my name in their app.

  • okay I will explain my project. that's a shooter game. you have player against monsters.

    I want that every monsters that appears move to the player to bit him. but the monsters are in a different position on the map. they can move up, left right and down. they will try to reach the player but the problem is that in my eventsheet, every monsters is treated in the same why, even if they get bullet in their head. I want to dissociate each sprite of the instance monster.

  • https://www.noelshack.com/2017-07-1487513711-zezf.jpg

    I wanna associate for exemple, this guy with 3 sprite. I want that each sprite are acting independetly. because each sprite will follow a target and they are not in the same position, so they will not act at the same way.

    how can I do that?

    pic links fixed