AnD4D's Forum Posts

  • Hi guys, I forgot about this question, but it's come up again. Does anyone know the answer, or is my question cryptic?

  • Ahh, but only for instance variables?

    Thanks GeometriX

    I was adding the int expression a lot earlier!

  • Hey there, I'm basing an objects frame number by an instance variable which I'm trying to input using webstorage.

    I can do this using a global variable with:

    WebStorage.LocalValue(LayoutName)

    However, if I try to do this using the instance variable, I get the following error:

    "You cannot set a string to the number variable - Use int() or float() around the expression to convert"

    I try this, and it tells me that it requires a string, and not an integer.

    Can someone tell me how to get around this, or why it isn't working? Is it a bug? The data that is stored in the webstorage is a number (ranging from 1-5) so I have no idea why it would be so different.

    HELP!!! I am sooo close to finishing my game! 523 events and counting.

  • Hi there,

    I thought I'd just follow up on this rather than start a new one. I noticed this line in Construct r131 release notes.

    "Also note CocoonJS accelerated physics has been turned off for the time being, so your projects aren't broken while Ludei are working on the bug fixes. Hopefully we'll be able to turn it on again soon."

    I just tried my project out on Cocoon again, and the issue with the disabled collision is still occuring. Is this unrelated to the CocoonJS accelerated physics?

  • I've been struggling to get seamless music for a long time. Strangely, I made a song with a few seconds of silence at the end, then deleted this from the project, and added the same track without the pause with the same name, but noticed that it still wasn't seamless. I right clicked on the music in the project panel, and played one of the tracks, and it had reverted back to the deleted version with the few seconds of silence at the end.

    It's almost like it kept the other version in memory somehow.

    I just tried reimporting the same file with a different name, and it's now the correct one. How odd!

    It's working pretty well now, with only the smallest of gaps in the loop.

  • I've searched the forums, as well as checked the FAQ, and I can find some examples close to what I want, but I thought I'd ask just in case someone has the answers.

    I'd like the Math that will tell me how much I need to rotate a constantly moving object (such as a space ship) at variable speeds so that it enters an orbit. I know I can use pin and change the position using cos, but I'd rather it be based on the rotation and distance.

    Thanks in advance!

  • I'll weigh in on the thank yous!

    It's brilliant software, and so user friendly. I use it every day, and am very thankful for such a friendly community.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Sure, I believe this is already in the platform behaviour. Sorry, I don't have an example, but I've seen games that do this already, so I think it's doable.

  • Wrap isn't great. I have found it pops the objects, rather than a smooth transition.

    You may have better luck having 2 events that say:

    If ObjectX = LayoutX+51 Set ObjectX to -50

    &

    If ObjectX = -51 Set ObjectX to LayoutX+50

    Then just have Object as a family, so you only have to do it once.

  • Thanks Kiira,

    The main game will be in 3D, which I'll probably end up doing myself eventually, but ideally for now I'd just like to know how decent your character designs can be. That's one of my major downfalls... the ability to draw. I'll eventually want quite a few drawings done, but for now, the Robin Hood version would be great.

    The game I showed was Fire Emblem. They have cut scenes where the characters are shown and they talk. They don't animate, but each figure has about 3 or 4 different facial expressions to represent their mood.

    <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Hi Kiira,

    Very interesting offer. I'd be honoured to take you up on something if you don't mind?

    Are you able to produce artwork to the level of the linked?

    http://metrouk2.files.wordpress.com/2013/02/3ds_fireemblemawakening_0117_02.jpg?w=650

    I'd like a Robin Hood style character that can be used in talking scenes. If you can do that, then we'll talk more <img src="smileys/smiley17.gif" border="0" align="middle">

    * Could it be around 512h x 256w?

  • Can i see a capx?

  • Was this made with construct 2? I'm guessing no.

  • What type of teaching do you prefer? Screen share, Skype, online forums?

  • Oops, my bad... Not sure why I thought that wasn't there.

    Still, do you happen to know the difference between velocity equalling zero and sleeping?