dazedangels's Forum Posts

  • Thank you for your reply.

    In View under Display

    Fullscreen Mode is set to: letterbox scale

    Orientations is set to: Landscape.

    Orientations options I understand, but the Fullscreen options are confusing. Those are: off, scale inner, scale outer, Letterbox integer scale & Letterbox scale - which it is set too.

    Should I change it from letterbox scale to something else?

    Thanks again,

    e

  • I have searched for the answer, but most posts are for C2 and over 5 years old so the solution doesn't work.

    C3/building Mobile App

    I need the app to open in a mobile device so it is in landscape and fills the entire screen and stay that way no matter what the user has their mobile device set to. No matter which way they turn their phone/tablet the game needs to stay in landscape and fill the screen - no exceptions.

    So if the user keeps holding their phone in portrait, they will be playing the game sideways - so be it.

    I also need this to happen when I'm testing the game using Remote Preview.

    I don't see any kind of screen options that reads 'force landscape/fill screen'

    Please how do I do that using C3?

  • Thank you

  • How does one change the image point on the user media?

    The image point for the user media is the top left corner. I need it in the middle, like with my sprites.

    Google doesn't know how.

    Thank you.

    PS Are all my questions odd? This is the first software I've used where Google never has the answer.

  • OH!! That makes sense.

    Thank you so much.

    Sorry about the confusion. I'm new to C3 and don't know all the terminology yet.

    Thanks again.

  • You are awesome!!

    That did it!

    Thank you SOOOOOO MUCH!!

  • Thank you, doing it now.

    Quick question, how did you get OR in there?

    Thanks again.

  • Right, that's the problem. I want to use the same tilemap to build a different layout in the second level.

    I create the new level (layout), click on the previously used tilemap, and the tilemap doesn't show up.

    If I make them into sprites I can use them over and over again, but it's more difficult to create each level. So the question is, how do I reuse the tilemap in a different layout.

    There has to be away, I can reuse sprites, there has to be away to reuse a tilemap.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • I used a tilemap to make the top maze by clicking on the tile and then clicking on the layout and built it by hand, one tile at a time, for that level. I love it, it's very relaxing.

    I want to use the same tilemap for the next layout the same way. Click on the tile I want and then click on the layer and build the layout for the next level.

    But when I click on the tilemap it doesn't show up and I have to upload it again. I have 5 tilemaps uploaded and now I want to reuse them again and again to build each level.

    Won't that use less space/memory?

    I can reuse sprites, but that's harder and takes longer.

    Like I made this one.

  • Hello,

    Thank you for that, but I don't understand much of it.

    I assume by 'global string variable' you mean to create a global variable and make it text and not a number. But after that, I'm lost.

    I've been Googling, trying to figure out what you mean by the rest, but I'm not getting it.

    Is there a step by step how to?

    I need to be able to see the tilemap so I can manually drag & drop the bits to create each level.

  • I am so close!

    Ok the Phone is at 90 Degrees Landscape - As If I Am Taking A Picture of Someone In Front of Me.

    Alpha, Beta, Gamma work completed different when the phone is at 90 degrees.

    I can get Gamma to move the little green sprite Up and Down when I tilt the camera up & down - YAY!!

    How do I get the little green sprite to move Right & Left when I turn the camera right and left?

    Beta doesn't move the sprite right/left except under certain circumstances. BOO!

    Some times it will, some times it's just a PITA.

    And Here is my code: iticka.com/c3/motionSickness2.c3p

    Please, how do I get the little green sprite to consistently move right and left when I turn right & left.

    I even made a Colorful Graphic!

  • You save tilemap tile layout in a json format, then load it again later.

    Ah what?

    You wouldn't happen to know of a very specific video tutorial that shows how to do that, would you?

    I'm willing to search for it, but I'm not sure what it would look like if I find it.

  • I must be stupid. I know there has to be away to reuse the same tilemap to built a different level, but for the life of me I can't figure out how.

    My game is a maze. I create every level by hand (it's relaxing). I don't want to upload the same tilemap 500 times.

    How do I reuse the tilemap for a different level?

    Thanks.

  • THIS IS SO FRUSTRATING!

    How do I make it so Construct has NO ACCESS to my web browser!

    Yesterday I closed Chrome. Then opened Construct 3 Desktop version and used it for a few minutes.

    Now today I reopen Chrome and ALL MY TABS ARE GONE!! Again.

    I hold down CTRL+ SHIFT+T and NOTHING Comes back except it opens Construct 3 - 5 times!!!

    I WANT ALL MY TABS TO LOAD. History only shows the tabs I viewed in the last few days. I haven't viewed all my tabs so those don't appear. I am so sick of this.

    The reason I use the desktop version is so I don't have to use my browser.

    How do I set up C3 so it does NOT interfere with Chrome!

    Tagged:

  • LERP - Dude! Just watch a tutorial on lerp. Not exactly sure how it's going to fit in, need to research more, but I think it could be the answer to my problems.

    Thank you!