Azu's Forum Posts

  • You can see what I'm talking about in the video.

    Subscribe to Construct videos now

    It show what achievement you got in the order you got them in.

    These how they are explained in Star Ocean 3.

    "Battle Trophies (BTs) can be thought of 300 different objectives for you to

    complete while playing Star Ocean: Till the End of Time (SO3)."

    Think if like STEAM games or Xbox360 acheivement.

  • Need some help. Try to make Achievements like in Star Ocean. The Achievements appear in the order you got them. A friend of mind did it in MMF2, and I;m trying to port it over to Construct.

    If anyone has MMF2, I can upload the example.

  • <img src="http://i61.photobucket.com/albums/h53/Sodisna/What.png">

    What would be close to these events? I just see "on Text change".

    Also, how would this event look like in Construct?

    Val(List Line Text$( "Query", LoopIndex("input.query")))

    This the ListBox object

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Work in practice? Meaning, how would in work in game?

    I'm not really sure. In MMF, you can change the a pixel of color.

    <img src="http://i61.photobucket.com/albums/h53/Sodisna/Untitled-2.png">

    So, any colors in the entire sprite (sprite's animation too) that has those colors would get changed. That have that the match the RGB colors.

    The first 3 blues are:

    109, 213, 238

    69, 151, 238

    18, 77, 168

    Any color pixels (with exact color values) within that sprite would get changed.

    If there's a color pixel that has 109, 213, 239, it would get changed. Only the match color values would get changed.

  • Using mulitple sprites would be just too much. Having 8 sprites in different colors all using the same actions.

    Anyways, I'm talking about a object that would let you do this with just one sprites and not multiple.

    <img src="http://i61.photobucket.com/albums/h53/Sodisna/MMXExample.png">

  • I would like to see a feature similar to MMF/MMF2. You can import a gif as a animation. I think it would be a lot faster to make GIf animations and then import them. Wouldn't have to worry so much about hotspoting.

  • Is it possible to do that in Constrcut?

    IN MMF, the event would look like

    Cannon Power( "Shooter" )*Sin(Angle( "Shooter" ))

    So, how would it look like in Construct?

  • I'd like to see a object that allows you recolor a sprite's pallette. Like in the Megaman games.

    CameraPlane - The object would allow "3D" camera rotations in 2D games. Examples can be see in the 2D Tales of games.

  • Westwood is not listed, Guuuuuu. T_T

  • You're are allowed to make fangames so long as you don't sell than. Most companies don't mind. There's tons of fangames, and far as I know, no one has gotten sued.

  • I tired that, but it just disappears.

  • Nevermind, I figured out what I did wrong, but I'm having another problem. I'm try to have an object set to another object's imagepoint, but it doesn't seem to work.

    <img src="http://img167.imageshack.us/my.php?image=clipboard03nc9.png">

    I'm trying to make a hit box.

  • I'm trying to set something to an imagepoint of a object. However, I keep getting this message:

    "'Imagepoint' is not a recognised system expression or usable object name."

    I used this

    Sprite.ImagePointX(Imagepoint)

  • How do I play sound? I tired playing sound but nothing won't play.

    <img src="http://img392.imageshack.us/my.php?image=79044331rv2.png">