xanxion's Forum Posts

  • Hey, ive been having some problems with this too, could you share the capx and php files?

  • Oh man, this was just a retarded question.. I dont know why it didnt work the first time.. But "For each" works fine.. I might have forgotten "Triggero once while true" Sorry for spamming the forum with stupid questions :P

    Admin can delete this post if wanted.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hi all,

    My game is almost finished. Im really happy about that! Especially all the help i got here on Scirra.com!

    But i have a problem that i really need to fix.

    I have a green object, that has "Line of Sight"

    • and i have copied and pasted it. So there is now two of these.

    But when my ball is near them it only works on one of them.

    I have an example here:

    <img src="http://spiloghygge.dk/premium/a.png" border="0" />

    Do i need to add something extra to this "line of Sight" code?

    I tried "pick all" but it didnt work...

    Any help is much apreciated!

  • Thanks for the reply, great id?as. Let me know if you ever create it!

    Still love this example, one of the best on the forum ive seen!

  • thanks alot for the information. I'll go for spritefonts!

  • yeah, i would like to know too.. What AndreasR asked :D

  • Im so glad i have bought C2, the continious updates are great.

    And great support on the forum.

    Me za very happy naauuw!

  • Hi everyone,

    I was trying to optimize my game a bit.

    I have 4 text objects which are set to display global values:

    Every tick

    set GemsTXT to Gems

    set BallsLeft to Balls

    set ScoreTXT to Score

    set LvlTXT to lvl

    My question is, would it be better to use spritefont with numbers instead of the text object? what would be the best for optimization?

    Best regards!

  • Thanks, thats weird, i'll look into that!

  • Please delete this post

  • Yeah, i figured it out, its really a great system, im gonna use this a lot in my games from now on :D

    Thanks again!

  • nevermind, i got it ;)

  • By the way, Xvel, Yvel, Rotvel are those global variables you created? or is it private variables?

  • Thanks a lot Colludium, that should work.. Smart idea.

    I'll give it a go!

    Cheers

  • Hi everyone,

    I have been trying to fix this for a while.

    I have a physics ball, when it hits something specific, i want it to pause (immovable) and when i unpause (movable) i want it to keep goind on the path that it did before i paused it.

    So to put it simply, i just want it to keep the speed, angle and so on after i unpause it.

    Any ideas?