TheDom's Recent Forum Activity

  • I just added web storage to 5 games total. 3 games using as top 10 score and 2 games to hold data to save levels.

    Everything works fine on a PC or Android mobile devices but not on IOS 7. I did set my safari to accept all cookies.

    Anyone else having this problem?

  • Put all the objects you want into a Family, if it's a lot, and set the time scale for the 0.0 when you trigger the animation and reset it.1.0 when animation ends.

  • There are many ad networks you can use and there are different ways to implement them. You'll wan t to search the forum for pode html plugin. Then search the tutorials for ad networks, admob, banner ads, leadbolt, etc.... There are many tutorials that are easy to follow. You can pretty much use just about service you want for ads. Many provide their own plug ins for C2.

  • You can adapt by creating a "rotate device" message. Create a Top layer for all layouts. Draw a large Black sprite and cover the entire layout. Place a "Rotate Device" message in the form of an image. Remember to set the parallax to 0,0 and the scale rate to 0 in the properties dialog for the layer. Use the browser object:

    Brower is Portrait > Layer Top > Set InVisible

    ___________________________________>Set time scale 0.0 (pauses the game)

    Brower is Landscape > Layer Top > Set Visible

    ___________________________________>Set time scale 1.0 (resumes game)

  • Mouse>Left Button is Down>Play Sound

    Mouse>On Left Buton is Released>Stop Sound

  • That's right. Sorry

  • Try turning off "Use Default Controls" on the properties dialog for the 8 direction behavior. But then you have to code the on key press events for each use of the 8 direction behavior.

  • It's an app store list. Not a publishers list. Although it's useful If your packaging your game for app stores. "The Big List"

    covers publishers who license your game. You can license your game to multiple publishers and/or do a revenue sharing deal. Generally the average license is about $500.00 and can go upwards of $2500.00. I think I need to publish a tutorial to help developers understand the markets available to game devs. What do you guys think? Let me know.

  • Don't let the name fool you, web storage object stores the data in a cookie locally and is only available locally. You need another solution as noted above by Detteman . I recommend Clay IO.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • is this a platformer? or a top down? What behavior are you using to move object or player? Need to know to provide solution.

    Why don't you PM me the capx.

  • use "is in touch"

    Touch>IsinTouch> Controls Visible

    Touch>IsinTouch(x)> Controls InVisible (x meaning inverted)

  • Create a global variable called Question with number value:

    System> Question=1 > menu_1 set visible

    _______________________>menu_2 set invisible

    _______________________>menu_3 set invisible

    System> Question=2 > menu_2 set visible

    ______________________ >menu_1 set invisible

    _______________________>menu_3 set invisible

    System>Question=3 > menu_3 set visible

    ______________________>menu_1 set invisibl2

    _____________________ >menu_2 set invisible

TheDom's avatar

TheDom

Member since 7 Jul, 2012

Twitter
TheDom has 1 followers

Connect with TheDom

Trophy Case

  • 12-Year Club
  • x6
    Coach One of your tutorials has over 1,000 readers
  • Email Verified

Progress

14/44
How to earn trophies