Michelangelo_Lite's Forum Posts

  • Hello,

    I have not encountered that problem. My only suggestion would be to change the Number of objects you have in your game. The more objects you have the slower the game will RUN. How many av menu buttons do you have?

  • plinkie

    Thanks for your assistance.

    Solved.

    I use 2 arrays (One with all Red images = One with all the other Color Images). This way I can get a Red Image in Every 3 Image set. This works.

  • Thanks for the REply. I'm making a Game for Autistic Children wherein they try to find the image (out of a set of Three images) that has Red in it. The Game would work better if the Red image would move like this:

    Red Blue Green

    Pink Yellow Red

    Brown Red Gray

    As opposed to Red White Orange

    Red Green Blue

    Red Violet Teal

    The array sounds good. I just need to find a way to make sure the Red image is always included in every group of three images

  • Sad to see Guys give-up too soon.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Hello Form:

    I have a query referring to random image selection.

    The computer logic is tasked with picking 3 color images: Red Blue and White.

    Three images have to be chosen but the Red image needs to be in EACH group.

    Example: Red Green Pink

    Purple Red Yellow

    Orange Brown Red

    It does not matter where the Red image is positioned just that the Red Image appears in each group.

    Does anyone have any ideas? Thanks

  • Problem FIXED:

    I believe the member was using the Tilemap as opposed to using the Tile-Background.

    If the Tilemap is selected and the Image (is imported to the Editor) the Image will not appear on the Viewport. The only way to get The Tilemap to appear (0n the Viewport) is to use the Pencil Tool (via the Tilemap Bar) to point and click on the Viewport. Then and only then, will the Tilemap appear on the Viewport. Please denote, when using the Pencil Tool, it will just place one Block (of the Image) at a time on the Viewport (Not the entire Image).

    However, if the Tile-Background is selected and a image is inserted into the Editor. The Tile-Background Image will appear on the Viewport.

    I hope this works for anyone that is Stuck like I was.

  • Thanks.

  • Nice work around. Is the variable: instance or global? Moreover is the variable a: String, Number or Boolean? Also, where is the If located? I see the Else but I can not locate the IF. Thanks

  • I'm working on the Construct 3 platform. When I click Pause Button, all movement of objects ceases but the song (Looped) in the Music File still plays. How can I get the Song to stop playing when the Pause button is pressed? I have the Song in a group and I tried to Deactivate the group, which had not work. Any suggestions? Thanks

  • How do I move a SPRITE with my mouse (instead of arrow keys)? I would like to make a game using the mouse to move a player. Does anyone know how to do that? I have Construct 3.

  • Cmd + R is my best friend while testing in a new browser tab - or multiple.

    Works Great. But how do you get it to STOP running the Preview?