Anggrian's Forum Posts

  • 9 posts
  • workaround?!

    create a sprite (opacity =0)--> give him bullet behavior --> give the text the pin behavior --> pin the text to your sprite(in the eventsheet)

    clever! thanks!!

  • From what I can see bullet behavior can only make your object moves forward. Rotating the angle of the object is a clever idea, works great if your object is mostly sprites since you only need to rotate the image too. But it won't help if I intend to move a text, which rotating it means rotating the text too.

    Is there a solution? Any other clever way to shoot your bullet up straight?

  • <img src="http://i40.tinypic.com/24ffuci.png" border="0" />

    Oh so that's how it's done, thanks a bunch!

  • Mouse has been added into Object types folder once the project is created, what do you mean by "adding Mouse plugins"?

  • how do you actually do that? Because unlike Button, there is no On clicked option when adding event into the sprite

  • this is so frustrating, how can they not support an image editor on Button. Can somebody please show me a step-by-step guide?

  • how to simply set make the button become image?

    say I have the image "ball.jpg" in Files folder under my project, and I want to put that image on my button.

    I tried putting Set CSS Style, property name="src" and value="ball.jpg"

    Didn't work, I'm guessing syntax error on Value part. Can somebody please correct it?

    Thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Anggrian

    In order to export with node-webkit, you can set the image url to

    file:///C:/Users/hendr_000/Desktop/pict/walking.png

    It won't work in preview mode though.

    what if the pictures are on the folder "files" inside the Construct 2 project?

  • this may sound like a stupid question, but how do you actually use an image from your internal memory?

    I tried: "C:\Users\hendr_000\Desktop\pict\walking.png" doesn't work

  • 9 posts