dop2000's Recent Forum Activity

  • I made a demo for you:

    dropbox.com/s/7g0bhiv1kokxgum/ArrayDemo4.capx

  • On every tick

    If object opacity>35 : Object set opacity to (object.opacity-0.1)

  • "On collision" picks only 1 instance of the object (the one that collided). You need to pick all instances, do this:

    Snake On collision with bonus
    ...(subevent)..System Pick All Snake 
    .......(subevent)..Snake set width to [something]
    

    .

    Another option is to use a function -

    On collision call function "IncreaseSnakeSize"

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • You do not have permission to view this post

  • When you create a family object, a random member of the family is created. So you need to specify which object you want to create.

    Do this:

    Note that DragDrop behavior is enabled by default for all parts.

    Another option is to add an instance variable "type" to the Parts family and do something like this:

    Parts on GragDrop Start
    ...Parts type=24 -> Parts spawn Attack24
    ...Parts type=26 -> Parts spawn Attack26
    ...
    ...
    
  • There are several ways to do this:

    1. Create a dummy object (an empty sprite for example), set it as Global and add No Save behavior. Move all your global variables to instance variables on this sprite.

    2. Save these variables to Local Storage. After loading a saved game, retrieve variables from Local Storage.

  • Oh, that icon is actually the Enemy sprite! From your first screenshot I thought it was the player, sorry for that.

    Here is an easier way to do what you want:

    dropbox.com/s/xyqy64n9qlwd87f/ChasingEnemy.capx

  • You can add another condition to event #3 (on collision) - "Spike Bullet distance traveled > 50"

    Or instead of "on collision" event you can pick all moving spikes and test if their tip is overlapping tilemap. Add another image point to the tip of spike sprite and do this:

    Spike Bullet speed>0
    For each Spike
    ...System pick tilemap by overlapping point (spike.imagepointX(1), spike.imagepointY(1))
    
  • Have you tried opening it from r120? You can run r120 using this link:

    editor.construct.net/r120

dop2000's avatar

dop2000

Member since 26 May, 2016

Twitter
dop2000 has 259 followers

Connect with dop2000

Trophy Case

  • 8-Year Club
  • Entrepreneur Sold something in the asset store
  • Jupiter Mission Supports Gordon's mission to Jupiter
  • 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
  • Forum Wizard Made 5,000 posts in the forums
  • Forum Unicorn Made 10,000 posts in the forums
  • x5
    Popular Game One of your games has over 1,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
  • Unrelenting Visitor Visited Construct.net 180 days in a row
  • Continuous Visitor Visited Construct.net 365 days in a row
  • RTFM Read the fabulous manual
  • x3
    Quick Draw First 5 people to up-vote a new Construct 3 release
  • x13
    Great Comment One of your comments gets 3 upvotes
  • Delicious Comment One of your comments gets 10 upvotes
  • Email Verified

Progress

28/44
How to earn trophies