shinkan's Recent Forum Activity

  • Yes. It's very possible to do 2d fighing games with C2. There's a nice post here about similar subject:

    Are you interested in a fighting game tutorial?

  • Nice :D

    Congrats man!

  • You need to save your project as a single file (capx).

  • <img src="http://dl.dropbox.com/u/34375299/Construct%202/examples/4doors.JPG" border="0" />

    I only had to use Is overlapping with trigger once for collision detection .

    "Player On collision with Door" was giving me strange results.

  • If you are on free edition, you probably would like to keep your events count as low as possible.

    I took theubie image and remade it a little to use function object and sprite animations.

    There is only one Mob sprite with four different animations "Mob1", "Mob2", "Mob3" and "Mob4".

    As in theubie image i've used Local text "SpawnType" to choose("Mob1","Mob2","Mob3","Mob4"), but then instead of spawning Mob sprite equal to SpawnType variable I've called Function "spawn" with "SpawnTpe" variable as a parameter.

    Function: On "spawn" spawns Mob sprite and then set proper animation by name selected from function parameter.

    <img src="http://dl.dropbox.com/u/34375299/Construct%202/examples/spawn.JPG" border="0" />

    It basically do the same thing like in theubie example but using less events

  • <img src="http://dl.dropbox.com/u/34375299/Construct%202/examples/imagepoint.JPG" border="0" />

    Sprite have image point called "point"

  • yes You can do that.

    if it's instance variable

    Set position to Object.ImagePointX(Object.variable), Object.ImagePointY(object.Variable)

    or global variable

    Set position to Object.ImagePointX(variable), Object.ImagePointY(Variable)

  • You do not need container for that - it's only an easy and quick way to do this.

    Other way, without using containers would be something like this.

    <img src="http://dl.dropbox.com/u/34375299/Construct%202/examples/bodyheadnocontainer.JPG" border="0" />

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There's not much to add to Whiteclaws and sqiddster lists..

    • I like to have separate things on separate event sheets.

    Event sheet for global variables

    Event sheet for player controls

    Event sheet for game mechanics

    etc

    and include them whenever I need to, for example

    +Turn = human

    + include Human event sheet

  • <img src="http://dl.dropbox.com/u/34375299/Construct%202/examples/bodyheadcontainer.JPG" border="0" />

    Head and body are in container.

    In my example on start of layout I destroyed body sprite (head is automatically destroyed) to make sure there are no objects on layout.

    When you press left mouse button new object body is created (is in container with head so head sprite will be created as well) then i used the pin behavior on head to pin head sprite to body sprite.

  • Unfortunately yes.

    It can be done without families quite easily. It just be more events to code.

shinkan's avatar

shinkan

Early Adopter

Member since 21 Nov, 2008

Twitter
shinkan has 8 followers

Connect with shinkan

Trophy Case

  • 16-Year Club
  • x5
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • Email Verified

Progress

25/44
How to earn trophies