lionz's Recent Forum Activity

  • 1) I think you've made this too complicated. All you need is two events, one for left and one for right. When Stapleton is overlapping the sprite on the left go to previous layout, when Stapleton is overlapping the sprite on the right go to next layout.

    2) You set Stapleton position but you don't actually create the object. When you go to a new layout you need to create Stapleton unless it's in the layout view by default.

    3) Again you don't have a cursor anywhere on the layout so it can't load it. If you look at Final Hall you'll notice that the cursor is off screen.

    Some tips :

    Previous/next layout works by using the order in which the layouts appear in the Project bar list. So next will always go to the next room if you list them in the correct order you want in the game.

    When you go to a new layout it unloads everything from the previous layout in memory, and loads everything on the current layout. This is why it can't see your objects. You need to have them in the layout already or you can spawn the player on start of layout.

  • It looks like that is the problem as it says play animation Fermo whenever the player is on the floor. The event you're trying to do above states when pressing a button and on the floor. So if you're stood still on the floor and click the button it won't do anything except play animation Fermo.

  • By not working, I am assuming you mean it is still showing the default anim? Usually a bug like this is caused by the set default animation overruling the button click logic elsewhere on the event sheet. Do you have any other conditions for setting the default animation that might be constantly true, so if you clicked the button it would still switch back to the default animation?

  • If you want enemies to stay destroyed then you can use the Persist behaviour. If you want the character to spawn somewhere else you need to store the co-ordinates somewhere and use them when returning to the layout. This isn't really related to an inventory system though.

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • Yes Monaco is great!

    "As a result, we’ll soon be ending support for the Public folder. Dropbox Basic users will be able to use the Public folder until March 15, 2017. After that date the files in your Public folder will become private, and links to these files will be deactivated. Your files will remain safe in Dropbox."

    Soon all the shared files like .capx examples in older posts will be made redundant. Not fun.

  • Sure, just send me $500 first..

  • I always loved the Rollercoaster Tycoon series. And I actually prefer the 2D isometric fake-3D style (like in RCP2).

    Yeah I like that style but tough to make in C2. I've seen some examples about for isometric, usually very complex. I'm trying a standard top down view for mine.

  • Well, I'm kinda winging it too, since I'm only a starting and an indie developer, winging becomes part of the job. But I'm enjoying the process of making games. But also treat it bit like a business or work. It is work after all.

    But RTS is always interesting too. Not sure what you have in mind though.

    Command & Conquer style, just using that as a base idea. I'm reusing the construction grid stuff from the theme park idea and I've since got units grouped and moving to locations and attacking buildings. Was a busy weekend.

  • As long as you don't run any events that cancel each other out then it should be fine. In general the grouped logic will be for separate things and won't start altering variables required in other areas. Just be aware that if you see any bugs involving variables then it could be the ordering but you should be fine.

  • Done with a variable, you pick the item and you set the variable on the player or globally, i.e. blue=1, red=2, green=3.

    Then its Player_Base - Platform is moving

    condition: if variable=1 play animation bluesuit_run, if variable=2 play animation redsuit_run etc

  • Set up 3 functions that run each event. Use choose (1,2,3) to pick one at random. I guess have him going to a base location after each one is chosen in case the same one is picked. Each function will just simulate the movement for the boss. Only issue comes if the boss can be obstructed in some way, if he takes damage will he back off and return to the base position? You could do that and then pick an event again.

lionz's avatar

lionz

Member since 5 Aug, 2013

Twitter
lionz has 72 followers

Trophy Case

  • 11-Year Club
  • 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
  • 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
  • Great Comment One of your comments gets 3 upvotes
  • Email Verified

Progress

24/44
How to earn trophies