smitchell's Forum Posts

  • Ashley said he's goinf to implement family variable's as soon as possible. And family behaviors :)

  • Yes please :)

  • septeven, How did you make the interface example?? I cant figure out how to put a image into a cell :O

  • Or if your a more advanced user, you could have to collision boxes. then have a event like this:

    system.OnStartOfLayout

         -> Platform.setY(lerp(self.y, collsion1.y, 0.5*dt)

    Platform.OnCollisionWith[collision1]

         -> -> Platform.setY(lerp(self.y, collsion2.y, 0.5*dt)

    Platform.OnCollisionWith[collision2]

         -> -> Platform.setY(lerp(self.y, collsion1.y, 0.5*dt)

    Something like that should do the trick <img src="smileys/smiley1.gif" border="0" align="middle" />

  • If you give it the sine behavior it should do the trick <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Oh and as for my project.

    Im using this plugin mainly for the level select.

    this is how it shall look:

    I'll have the level selection on the left, Ans using the canvas plugin a preview of the level on the right <img src="smileys/smiley4.gif" border="0" align="middle" />

  • Love IT!!!! My life is that little bit happier <img src="smileys/smiley4.gif" border="0" align="middle" />.

    Great work and very detailed, The customization of it is amazing.

    Im playing around with it now, Getting used to the millions of actions and customization options!!

    I am simply amazed <img src="smileys/smiley1.gif" border="0" align="middle" />

    I will make a little example and test it on my iphone tonight and let you know how its working <img src="smileys/smiley1.gif" border="0" align="middle" />

  • There is a error on the download link <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Good to see you Almog :D, Welcome to C2. Let me know if i can help you with anything :)

  • If someone uploads a HTML file onto dropbox or something. Im happy to test it on my iphones(3GS and 4S) Both running IOS5, And i have access to a iphone 4 and Ipad 2 <--- Not mine but i can easily use them. <img src="smileys/smiley1.gif" border="0" align="middle" />

  • Ahhh I see.

    Yann, Yeah the bullet behavior for this method is interesting, But im wondering figtree; are you using this method for a reason or because you dont know another way?

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yeah, Would be great to see a playable demo <img src="smileys/smiley1.gif" border="0" align="middle" />. Would be usefull for you aswell to get some feedback from different hosts using different computers.

  • Im not a big fan of the mouse thing. Its uncomfortable to use <img src="smileys/smiley6.gif" border="0" align="middle" /> And i dont get how to play <img src="smileys/smiley5.gif" border="0" align="middle" />

  • No problem makes you look cool right <img src="smileys/smiley4.gif" border="0" align="middle" /> couple more days and no one else will be allowed it <img src="smileys/smiley1.gif" border="0" align="middle" /> were special

  • I saw the white thing your on about. Its to do with spawning the object without exact integers.

    Your making things complicated for your self though. Why dont you just make your image a tiled background? Then you can easily make it loop by setting its x every tick to its current x - 10 ect, then if its x < 0 set x to ...

    Send me your graphic and i'll show you what i mean.

    Or check this topic out: scirra.com/forum/scrolling-tiled-background-c2_topic44823.html