lennaert's Recent Forum Activity

  • Add hiddin sprites on the potential locations you want the image to appear. Lets call them spawners. The object to appear, objectX.

    Have an event run every X seconds as desired, and use it to destroy and spawn a new objectX.

    event: every 2 seconds - action: destroy objectX

    subevent to every 2 seconds:

    event: system, pick random spawners - action: object spawners spawn objectX at image point 0.

    Every 2 seconds the objectX gets deestroyed and spawned on a new random picked spawn point.

  • Replacing images/changing them, is covered in the beginners guide tutorial.

    If you have not tried this yet, I can surely advise it as it will make your development experience a lot easier :)

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There's probably no general problem with the computer that can cause both Chrome's and Firefox's problems at once.

    There are, many.

    video card drivers up to date ?

    Latest versions of the browsers ?

    Disabled all unneeded browser plugins ?

    Cleared cache and or temporary files ?

    Did you run them firefox and chrome in paralel with windows ? or installed the macos versions ?

    Did your IT class firefox run the game normally ? (if it had it and you tried that)

    Those are some approaches you could check.

    Generally, Chrome is considered top notch to test and run the web variant games of construct 2 in.

    Derrived from your statements, I would say the culprit is your local system. Seeing as the game even ran fine on an internet explorer on your school.

    *induces monthly poke*

    Tom, new arcade ? any news?, eta?, or asssistence required ?

  • Try setting to scale outer and see what happens ;)

  • default bullet: disabled

    have some hidden sprite for the player to walk over.

    player overlapping hidden sprite, set boss bullet active

  • Construct 2 has some templates in the program itself for rts games.

    Not like clash of clans though.

    But it sure is possible to create something simlair.

    If you havent made games before with construct 2 its advisable to do the beginner tutorials first to get a good grasp of the program and its abilities.

  • Create object with desired size. Object A

    Change its polygon shape points to adhere your needs.

    Add sprites for walls, leave original polygons.

    Eventsheet

    event: object A on collision with Walls

    action1: object A spawn boom object

    action2: destroy object A

    Thats the gist of it

  • Most of http related calls to apis are processed by means of passing variables in the url parameters.

    POST

    url = "http://location.com/file.php"

    data = "id=12345&key=6789"

    GET

    url = "http://location.com/file.php?id=12345&key=6789"

    If you really require custom set headers, you will need to do some custom javascripting through the browser object and use/refer XmlHttpRequest in your coding.

  • Hmm, I think dont construct 2 has an actual dedicated web root.

    Its all created at run time based on your project I think.

    The hidden folder your referring to is simply a temporary folder from user applications data, created on runtime.

  • You mention in your first post you have the same IP still.

    But, after you installed construct 2, in preferences, tab exporter, you need to change the "localhost" to the IP adres of your computer for preview over wifi.

    If you have not changed this, it won't work.

    just thought I bring it up seeing your statement about networks.

  • Is there an easy way of getting to the manual updates ?

    Its not like I can remember the entire thing and spot changes :D

lennaert's avatar

lennaert

Early Adopter

Member since 8 Oct, 2013

Twitter
lennaert has 13 followers

Connect with lennaert

Trophy Case

  • 11-Year Club
  • Forum Contributor Made 100 posts in the forums
  • Forum Patron Made 500 posts in the forums
  • Forum Hero Made 1,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,000 players
  • Famous Game One of your games has over 10,000 players
  • x2
    Coach One of your tutorials has over 1,000 readers
  • Educator One of your tutorials has over 10,000 readers
  • Regular Visitor Visited Construct.net 7 days in a row
  • Steady Visitor Visited Construct.net 30 days in a row
  • Enduring Visitor Visited Construct.net 90 days in a row
  • RTFM Read the fabulous manual
  • x2
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

25/44
How to earn trophies