Danwood's Forum Posts

  • i've just photographed my dinosaurs dolls (i got some :D) and the result is amazing, looks real :P

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • oh, mhh, easy lol, thanks !

  • Is there a condition "has not los on object"?

    I would like to perform an action only IF my actor has NOT los on an object, not always or when he has los.

  • Thanks, i didn't know it.. my background was HUGE, a whole bmp image 25mb big.. how silly i am :D

  • Yes it is, so do you suggest splitting it in some parts? how mig each for best results?

  • I'm looking for some dino sprites, or whatever image i can find, the problem is i need them to be from above, not from another agle at all!

    Does someone know where i can find something?

  • I got random crashes when playtesting my game,

    The game develops on a huge map (3780x2600 px)

    My PC is a iCore 860 2,8 gb, 4 gb ddr3, nvidia gtx 650 1gb ddr3 ... win7 64

    The game crashes quite often (once every 10-15min.. enough to piss any player off) both on crome and after compiling it for windows, do you think i should rework the map size to avoid it?

  • Hello

    I'm simulating the transition between young to adult Tree

    To give it a smoother effect, im using the fade effect for both objects,

    Example:

    Condition: TreeA has energy 30) = Event: TreeA starts Fade (fade out), TreeA spawns TreeB (which fades in automatically)

    Problem is that it spawns a huge amount of TreesB! not just 1, i've tried using the command " only first time" but it makes the other event null as well.

    Is there a way to archive the desired effect without spawning a whole forest?

  • I officially love you, please pardon my nubbness :P

  • I told guyA in my game to go to "collide" to guyB with the command "Set angle towards" guyBx y

    Problem is that sometimes guyB isn't in game (it depends if it's killed or not, and GuyA gets mad, going to 0x 0Y and giggling.

    Is there a way i can tell guyA to go to guyB ONLY if this one is there?

    Or, even better, is there a better way to issue this action?

  • Thanks anyway, i've solved the problem already! :D (i'm a fakking genious lol :P)

  • I do i make my little cow wait? (sleep)

    I've told my cow, every 5 second, to roam in a random direction, but from time to time i want her to rest more than 5 seconds; if i tell them to set speed to 0, she stops just for 5 secs until next system tick kicks in. Is there a way to force her to wait?