lionz's Forum Posts

  • Sure you can find me on the discord ant#4434

  • sure, paypal.me/plinkieant

    on the construct discord I offer some assistance for donations to here, thanks!

  • Try Construct 3

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

    Try Now Construct 3 users don't see these ads
  • There I sorted it, if you understand it then you can continue it so all 7 are recognised : dropbox.com/s/rzf2ej9zj1h2ig3/Set%20icons.c3p

  • I would actually do this with an array, it would be super easy if you know how to use them. As it stands another option is to have an instance variable on the thumbnails for tracking numselected so first picked is 1, second picked is 2. If you deselect something you set all instance variables to var-1. Then on the end of layout you have 7 instances numbered 1-7 and you can pull these into global variables and assign them on the next layout.

  • It's really buggy why? What logic did you attempt?

  • Which condition are you using? On object touched should just trigger once, maybe you're using 'is touching'

  • Heya, not sure what you are trying but all the events seem to be doing the same thing? You could try this approach : add an instance variable to the zone object that counts up as you press Z. So if you overlap and press Z it counts up 1, 2, 3 etc and then you say if instance variable is 1, show text A, if variable is 2, show text B etc So you don't have to repeat this for each zone, you can add the text to be displayed to the zone as a variable too!

  • Well technically you can save settings values separately to local storage and when you load the game on start of layout you can also load the local storage items and compare but it seems unnecessary when you already using save and load. If you insist on using current method then you should have the mute button in the gameplay layout so it can be saved along with the game. You can press a menu button which opens a settings UI but does not change layout.

  • Just save after they have made the changes, not sure why you're trying to create a workaround for that.

  • > You can 'duplicate' a layout which includes all the layer information.

    hello , This is the way I use when I need to create additional levels. But how to precede once I have created 500 levels and I need to add an additional global layout to 500 layers?

    thanks for your reply

    Well it's a bit late now so you'll have to go and add them in manually.

  • The duration divided by the number of characters so every 5/9 seconds.

  • You can 'duplicate' a layout which includes all the layer information.

  • You can email them, they are not on at weekends so you could get a response Monday. construct.net/en/contact

  • Ok, resolved :)

  • I can't import the file because you've used plugins so can't do much. Can you just explain what it is you're trying to do and what you did so far? That screenshot didn't really help. What are the other values in the array used for? I see you're already using tokenat position to grab some data so you should be fine to do this?