vee41's Recent Forum Activity

  • You could be able to do this with something like this:

    ' Set sprite1 origin to sprite2 imagepoint

    Set sprite1 position to sprite2.imagepoint(1).x, sprite2.imagepoint(1).y

    ' Move sprite1 so that instead of origin we get the imagepoint at the spot we want

    Set sprite1.x to distance(sprite1.x, 0, sprite1.imagepoint(1).x, 0)

    Set sprite1.y to distance(sprite1.y, 0, sprite1.imagepoint(1).y, 0)

    Something like that, formulas might be wrong (and can be simplified) as I did not test it but the idea should work.

  • > codah

    >

    > No, 'nickname' plugin could not solve this problem.

    >

    You're right, I had a go but it doesn't solve anything. I wonder about families within families (multiple 'inheritance' )

    That has been discussed many times, it is just not what families are meant for

  • If you've single member of the family you can do this:

    Sprite1 pick by uid : Family.uid

    Sprite2 pick by uid : Family.uid

    Sprite3 pick by uid : Family.uid

    Etc.

    then you can access sprite specific functions behind every condition.

  • Or just put your monsters in single object as different animations.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I updated the .capx in the link, something like that maybe?

  • Here is simple example: https://dl.dropboxusercontent.com/u/199 ... locks.capx

    You are doing something wrong with picking and not properly specifying which instance you want to rotate.

  • Yes. If you are using a mouse you could do it like this:

    On object clicked -> object rotate xxx degrees

  • Use the set text with line like: YourShipSprite.variableName

  • I'd recommend this excellent plugin:

    Basically you'd have event where you do AJAX request for JSON file. When that AJAX request completes, you'd load the AJAX.lastdata into the JSON object that comes with the plugin. With that plugin you can manage JSON data pretty smoothly.

  • Do this:

    Your touch event

    Pick Object by UID (Family.UID)

    --- Object is now picked, so you can do stuff like Object.variable

  • Not really. C2 is tool for 2d games. While implementing/faking 3d is possible to some extent you'd be much better off using engine that is actually meant for 3d fps games. There are plenty available.

  • moonraystudios

    Yes, you can. Best way to go about it might be to use 'On sprite3 created' trigger and do your stuff there.

vee41's avatar

vee41

Member since 12 Apr, 2012

None one is following vee41 yet!

Trophy Case

  • 12-Year Club
  • Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies