shylevari's Forum Posts

  • 8 posts
  • Ok I think I got the full screen thing to work properly on both desktop and mobile (the build hasn't been updated yet). However, on mobile the bottom bar (that has the "back" android key) is still showing. Any way of hiding it? (you know, so it shows back up with a swipe up?)

    I couldn't find documentation about this, so I'm guessing SOL?

  • weird about local save. i need to investigate that further. I still think it has to do with loading all the game first.

    Full screen doesn't work for me, and I suspect it has to do with the viewport size, will investigate later.

    A friend of mine who also tested the game tells me he gets no sounds - also I suspect it has to do with loading.

    Cheers for the help mate, I will try to do custome loading first and then I will update

  • Oh and the facebook posting button, got to make it work. Got a good guide on that?

    All I want is to post an image and a text on the user's wall. Sounds simple enough..

    I think I need to ask the user to log in first (I hope I don't have to though, I hope I can just launch the app maybe? - on a phone) and I think I need to ask for a specifi permission, but I couldn't figure out which one

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Thanks for the tip about the browser object, will check tmrw.

    Interesting.. I ran it on two machines, and my mobile phone, and on both the high score would not save. So for you, it did? Have an idea why it doesn't work when I try it? I'm running the game on all ocasions on Chrome, maybe it has to do with that?

    The load for me looked iffy. Sometimes it messed up the game if I hit a keybpard key tpp early, character would jump outside the screen. Often the logo is massive, too big for the screen, and only after a second it works out.. so those tell me the game isn't fully loaded when I try to play, I need to wait for a second or two first.

  • Hello all,

    I switched to C3 after hitting a wall with GMS2..

    Started working on C3 on Sunday, the game is almost complete by now:

    gamejolt.com/games/DropDash/534695

    Bugs I still need to sort out:

    1. How to make it go full screen on mobile web (not to mention how to make it work as an app, no idea)
    2. Why isn't the localstorage working on Gamejolt?
    3. Seems like the loading of all the assets on the web page is messing up the game. maybe I should add a loader with internal loading of assets?

    Cheers

  • worked like a charm, cheers mate!

  • How Do I edit a post?

    Here is the correct BEFORE image:

  • Hey Guys, in a pickle here.

    I'm trying to make this smart, instead of having to deal with many condition lines, to use a For loop.

    See the image of before the For loop:

    And after:

    I have 2 parameters here:

    1. Position of the Sprite (2/3/4)
    2. How many Drops does the sprite has (0/1/2/3)

    So I'm running a For loop to see if he is at position 2,3 or 4 (I have an array with the correct X position per 2nd column cell).

    Then I'm checking to see if the sprite IS in position 2, 3 or 4.

    Then I'm running a For loop to see if he has 0, 1, 2, or 3 drops.

    Then I'm telling the sprite to play a specific animation according to the position.

    For example, For position 2, with 3 drops, the animation is called "02.3"

    So what I tried to do was "0" + "position" + "." + "number of drops"

    I think the reason it's not working is that I don't know the syntax to refer to parameters and stuff (i.e. & ?)

    Tagged:

  • 8 posts