shinkan's Forum Posts

  • Thought it's because i was not logged in and didn't noticed that, but after few of this messages i realize, it shows only when i'm starting a new topic or posting replay to existing one, and receving new PM same time.

    Then it gives me an error screen saying that i'm not allowed to do that, and something more... i didn't read all of that cause it transferd me to scirra home page after couple of seconds.

  • haha nice try Tom ;)

    Almost, this should be displayed correctly "???????"

    edit:   "???????" only one letter is correct "?" :)

  • don't remember if families warks with spaces in between, i don't even remember if use spaces at all in CC ^^. I'm used to insert _ automatically :)

  • ...and for homing missile it depends. You can give your sprite Bullet behavior and set it to

    + System: Always (every tick)
    -> Sprite_missile: Set angle towards Sprite_target

    edit: couldn't edit last post:/

  • If you do

    + "Family name": Pick closest to: Sprite.X, Sprite.Y
    -> "Family name": - do something -

    no matter how many objects you have in your family, it will always select only one sprite closest to Sprite.XY

    Family works like a group of objects and can share same variables.

    Let say you have 5 different sprites in "Family" and each of them have private variable "Health = 10"

    + Sprite: On collision between Sprite and "Family"
    -> Sprite: Subtract 1 from 'health'

    It will only subtract 1 from collided object.

    other 4 sprites will remain with value 10

  • double lol

  • lol iphone is like MacGyver.

  • maybe not so important but anyway.

    On every page where my status (thats how it's called?) is, it says "Welcome back shinkan 1,075"

    but when i enter forum it says "Welcome back shinkan 1075" - just mising ","

    I thought it should be reported to authorities ;)

  • yeah it looks like one guy using many profiles, or on guy and copycats, or clones trying to steal the source...anyway i do not like it.

    Can i have a cap for this post lol ;P

  • CC will stay open source.

  • heh thanks ;) no worries mate, need help just ask.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Insert Keyboard&Mouse object. Then you can make an event to test which key was pressed and what to do next.

  • think angles are used to determine what animation should be used to when you are facing up, right, down or left. Is that right?

    yeah that's correct.

    and sub animations...don't have to use that really. You can do the same with regular animations.

    Basicaly sub anims been made for something like this:

    Imagine you have an animation with your character walking left, and now you would like to have it few kinds of weapons. You could do that with sub animations.

    Animation Character walking left

    • Sub animation: Axe
    • Sub animation: Knife
    • Sub animation: Bannana

    ...

    I never found any good reason for using sub animation. All you want to do can be done by normal animation. It's your choice :)

  • sorry guys, but is that realy important? to have signatures? - clickable or not. I do understand that some wants to put links to their websites, but honestly, i don't think i ever clicked any of those links.

    Rep points should serve as a trust meter. More you have, more stuff you can do on forum.

    'm thinking of making there be a 200 rep requirement to have a homepage URL in your profile, and to fill the about me fields

    Not sure about that, it's just a profile page. If you one to see someones url to his/hers homepage you have to go to hos/hers profile page - or maybe i'm missing something.

    0% of my posts were gained in H&S section just for asking questions

    I don't thinks it's even possible to separate questions and answers on forum. I personally have gain more of my rep by answering questions and discuss in subjects then by asking questions - i usually ask if i realy can't do something by myself or if i found a bug.

    agree with you The_Funny_Guy, you could easly get 1000 point by asking obvious things like "where can i found sprite objects" or "why c2 does not save as exe" - but where's the point in that?

    There should be an info for newcomers just after registration, with huge letter saying "If you have a question try search the forum first - then ask". It's realy anoing answering same questions all over again.

    Thank you, you're wonderful, drive save ;P

    <font size="2">..for the_funny_guy, this google translate as

    "Dziekuje, jestes wspanialy, dysk zapisac" lol :P </font>

  • to do a splash screen you can easly do that by making new layout and run it before your actual game layouts.

    For shellexec another program... not sure, sorry.