codah's Forum Posts

  • I could just make a .capx with that particular part. Dunno how to go about making the image bigger tho :/

    If you post a capx, it probably won't matter. It can be a pain to create a capx, but more of a pain for those trying to help

  • When I'm scanning new posts, and there's a title "How do I", I normally just move to the next. You can edit it with the Pencil icon. And yeah if you have an easily usable capx, that would make it easier for people.

  • Good move adding a title It's always recommended, as well as attaching a .capx C2 file if possible. Finally, you can edit a post rather than adding a new one. Welcome to C2!

  • Spongehammer's solution is taking out the common action of adding 1 to Conversation, up one level, which is great. My tip to you though is to always use Else between checking a value like you're doing. This would've made your code in work in the first place BTW. I'd go with Spongehammer's solution AND use an Else, just to get into good habits. The exact same problem would occur in a 'real' language like Java or C/C++.

  • Sounds like you already have the snapping logic? Also sounds like you have the right idea with the boolean. So unless you want to share your .capx, it's guesswork

    edit: ok try this. BTW I used an number not a boolean, just personal preference.

    [attachment=0:45lriapu][/attachment:45lriapu]

  • > Out of interest, y u no iOS?

    >

    > Also, I can't afford an Apple Dev Account.

    >

    May be the single most common reason for not supporting iOS.

    For me it's having to buy a Mac. USD$890 at local prices for the cheapest. 9 years of Apple dev fees.

  • You do not have permission to view this post

  • Shouldn't that be, from For "" from 0 to Array.Height - 1?

  • You must have made a wrong step, like your app ID, or something. Check everything, make a dummy app with just an ad, etc. and see.

  • Thank you for you!

    codah, I want a system automatic ! This mode is manual... But i'll test.

    Error: Just is repeats the same layout. ! And now? Wich do?

    I'm sorry, but I don't understand. Please provide a .capx of what you've tried,or try and tell us clearly what you want, or make a diagram, or something.

  • Well, how would you do it in real life? Right, with a timer! So build one - Make a variable, say, Timer and do something like Every tick Timer = timer + dt. Then on Timer > 120 (seconds) System: Go to layout - whatever.

    Epiconnn, in your searching, you didn't find "System: Every x seconds" or "Timer" behaviour? Either one should work.

  • hmm nah. I'm sure you can come up with something more original Anyway you could prototype it pretty quickly and see.

  • Not my cup of tea but well done

  • Do you mean

    "Attack " & Attack1 +Attack2 +Attack3

    or maybe

    "Attack " & Attack1 & ", "& Attack2 & ", "& Attack3

  • You do not have permission to view this post