RobertoFreemano's Forum Posts

  • Hi Forum,

    I recently published my first game on "Google web store" and followed the scirra guidelines when compiling it... but my game plays a (black screen of death) and nothing else happens

    I'm forced to Task-Manager terminate it. Am I doing something wrong? I've updated my Google Chrome Browser and still nothing.

    https://chrome.google.com/webstore/search/luna%20tuna

    Thanks for taking time to read this

    Roberto

  • Hi Experts,

    I'm still a N00b... so thanks for taking the time to read this...

    I'm trying to make an Egg game.... Imagine 3 eggs on screen... starting with Frame 0 as Egg shell.

    action: You click 1 of 3 eggs (1 at at time).... two will set Frame to 1 and ONE will reveal Frame 2 - The rotten egg.

    So, I have 1 sprite with 3 frames.

    Frame 0 = egg shell

    Frame 1 = egg yolk

    Frame 2 = rotten egg.

    So this is a guessing game.... which egg has the rotten egg behind it... crack 2 eggs to win... lose if bad egg.

    I NO CLUE AS TO HOW TO DO THIS (IT'S DRIVING ME CRACKERS)

    - egg frame image

    http://robfreeman.co.uk/test/8684538963/eggy.capx - my construct file

    So I guess I need to make it random each play...

    deep in the dark place of my limited mind says perhaps this might best done under ARRAY??????

    Thanks for your help

    Roberto

  • Thanks Mirlas, back to the drawing board then

  • Hi Community,

    I'm still a complete N00B with C2, but having fun learning al the same time. My question is this (after exhausting web search)...

    CAN A SPRITE PASS THROUGH ANOTHER SPRITE WITHOUT COLLIDING WITH ITS EMPTY SPACE?

    Example: I'm trying to create a top-down scroller game: e.g. Spy Hunter.

    Sprite A = car (left & right controls)

    Sprite B = road (which scrolls downwards)

    Below is an image example of Sprite B:

    http://robfreeman.co.uk/Temp/game.html

    Imagine: Sprite B, being the road... the edges are solid but the middle is empty (chequered) ... I want to enable collision with the car and road, but only collide with the solid edges.... hope that makes sense.

    here is the game file.

    http://robfreeman.co.uk/Temp/game.capx

    I thought I might have been able to have two polygon shapes on either side, but sadly not.

    Thanks;

    Roberto

  • Hi,

    I'm a n00b but I'm loving every minute of learning this stuff. I'm trying to make a game were the Player hits SPACE key and a "box" drops down... what I'm struggling with is the behaviour of the "box" when making contact with the conveyor belt.

    I've checked out this tutorial

    https://www.scirra.com/forum/how-do-i-make-a-conveyor-belt_t65364

    however, I've over complicated it I think.

    Any help from a Guru would be appreciated.

    Regards,

    Roberto

    P.s. Attched is an image and scirra file

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks DUTOIT

  • Hi folks,

    I'm a complete N00B... loving learning and experimenting with Construct2. I've searched the net for this and cannot find the answer (unless) I've not understood it (most likely).

    I'm trying to

    1. Type in TextBox on (layout 1)... e.g. "Rob"

    click Button (layout 1)

    sent you to (leyout2)

    Text reads (hello "Rob")

    Something like this....

    I've tried creating a global variable on layout1 but can't figure how to use it.

    Can someone please put me out of my misery!

    Thanks,

    Rob