sqiddster's Forum Posts

  • I'm using Yann's great Angle lerping technique to rotate my layer, according to the angle of the player.

    <img src="http://i.imgur.com/vYwAO.jpg" border="0" />

    However, whenever you go around 360 degrees, the lerp suddenly decides to rotate the other way, completely disorienting (and scaring :D ) the player, most likely killing them.

    Any way of accomplishing this without the weird side-effect?

    I tried playing around with/adding the %360's, but it doesn't seem to have much effect.

    Thanks!

  • So... just to clarify..

    If I set a random text object to all my web fonts at the start of the game, I can use these fonts from ANY object by 'setting font face' to the name of the web font?

  • wgfunstorm

    Yeah, I was also wondering about that. Once I have a web font, can I use it across all text objects?

  • Hmm... send a .capx instead of .caproj! We cannot look at this properly, no data files!

  • You'll probably want to put a dot at mouse.X every tick.

    Of course, there are more advanced ways to do it more accurately, but these are more complex and use up more computational resources.

  • Yeah, me too! This needs to be a priority to be done before the competition deadline! some of us have longer games, and if there is no way to save progress... :O

  • Yeah, but if I want the shake to go for an extended period of time...

  • Tokinsom, that has a problem... you can end off getting way off where the scroll is supposed to be, as the next value is generated from the adjusted value...

  • I am sure many have noticed that if you want to copy/paste a chunk of code that has local variables in it, it doesn't let you paste because of 'unreferenced local variables', even though you are copying those variables along with the rest of the code.

    Just a small bug, but annoying as the only way to get around it is construct duplicates of the variables, or extract them and copy them first.

  • Yeah. Make sure you have read both physics tutorials, which discourages you from 'teleporting' physics objects.

  • You do not have permission to view this post

  • Incompetech.com is simply the best. No small print, just find your music and download the songs. Almost every genre and feel, if you look for long enough!

  • That autobackup to dropbox would be great. What would be excellent if we could choose to delete previous backups after a certain amount, and also choose the frequency of backups...

  • Any way to do this? I am doing my scrolling manually, and I miss this cool feature.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Oh, shoot, R0J0hound's won't work for me, I want to specify a position for the object to lerp to, not just make it appear there :(

    Suppose I'll just use Yann's.