lennaert's Forum Posts

  • We cannot do anything without steps to reproduce. If it really is "consistent as day and night" you should be able to provide a .capx with steps to reproduce. Without this information it is almost impossible for us to do anything towards fixing it.

    very true, but sadly for me and quite a few others, there is no consistent way to reproduce apart from working, doing and undoing edits ... seeing as soon as a save is done, a potential issue is avoided (at least for me) thusly unable to ever produce something that could hold the negative side effect.

    I am also not asking to directly look into the situation, as the problem is far from severe, seeing the methods to work with construct 2 already prevent most of the occuring issue (auto save and advice to save often).

    Perhaps its just something to take notice of, and shoud you run into something inconsistent with undoing, you have this to take into consideration if your pondering if it could cause an issue or not.

  • Could we use this technique over webpages accessing such cams ? for example, the xbox 360 kinect cam ?

    If that would be the case, there would already be a wide potential audience for such techniques, and then yes, I would definately give it a try :)

  • Neither of those behave the way I want ('Asteroids' style movement).

    You can tweak that car behaviour a lot, its default looks a lot what you made with the custom movement.

    Oh well, good luck :)

  • I just removed all your events, and tried with merely giving the sprite a car behavour or 8 direction behaviour, they both too slide along the wall, the 8 dir a bit less gracefull then the car behaviour, but thats related to the shape of your moving object.

  • I just checked yur capx, but its already doing what you said ...

    edit:

    hmm I did some test with your custom movement setup ... but its not reacting like expected ... dunno why.

  • euhh ... ok, bound by layout ?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Simple add the bullet behaviour too ... just make its speed like 0.001 or something and the bounce works :)

  • Adding/changing an HTML elemented related to styling or a link or image always appears at the bottom of your post. (while editing)

    Would be nice to have it get inserted where your cursor is.

  • If you string returns like you show you could check for the commas also: ,7, which would not give any other numbers, like 17, 27, etc.

    find(yourText,",7,")

    will return > -1 if found (returns the index position)

    This one will do just what you need short and effective.

    the bit where the 7 is between commanas can be changed too

    needle = 7

    haystack = "1,2,3,4,5,6,7,8,10,17,27,"

    result = find(haystack,","&needle&",")

    result will be 0 (indicating it occured one)

    needle = 11

    haystack = "1,2,3,4,5,6,7,8,10,17,27,"

    result = find(haystack,","&needle&",")

    result will be -1

    needle = 1

    haystack = "1,2,3,4,1,5,6,7,8,10,1,17,27,"

    result = find(haystack, ","&needle&"," )

    result will be 2

    The provided codes adds the commas before and after, but this could be changed to suite your needs.

  • Lennaert

    You'd have to check if the family members are on the layer, right?

    Else you'd set them solid across all layers.

    That depends if he has similair objects on other layers.

    If he has he could easily add an extra check for that.

  • Stuff all the desired objects in a family, and when triggered to show the layers also activate the solid state for the family objects.

    Or add a sub to the make layer visible, add event pick all from system, select desired object, and set solid state enabled.

  • > If this utube doesn't make you wretch, then by all means start planning for a creepy future. http://youtu.be/U8jsDWV8YpQ

    A creepy future with extra cheezy!

    Using the watch as a motion control for games would be cool, but I think it might only happen when phones can plug into our TV. Haha swinging our hands around while watching a 4 to 5 inch screen is sure to result in a few phones suddenly flying around.

    Phones can already plug into tvs hahahaha

    Also, just imagine smart TVs :D with a watch remote controller, that would be kick ass.

  • would be nice if the watch app could extend the main a.pp running on the phone

    like having an extra mini interface, or using the watch as a controle item such as a joystick (gravity moves anyone?).

    Im assuming its connected by means of bluetooth, any chance Scirra implementing bluetooth communication too :D ?

    Itll be a matter of time and these watches will go for like a small 100$ too, it just needs a year or two of mass production.

  • ionux

    EDIT: nvm I realised I scripted forwarding my session values to cookies for some debugging.

    delgado

    ofc, you could easily add some effect to distort a text.

    The idea is that image recognition should fail to recognise the captcha characters. As long as potential abusers cant find the value in the source code or directly by some recognition tool, then your set.

  • Everyone starts somewhere <img src="smileys/smiley1.gif" border="0" align="middle" />

    Some just dream a little bigger then others <img src="smileys/smiley36.gif" border="0" align="middle" />