AND is correct. If the value is not an apple AND the value is not an orange, then it must be a strawberry.
Yes, no semicolon.
No, the initial value can only be a constant. Add an action in On Start of layout, and use System.Set value to set it.
I've updated the link.
No, add Pick all with (but before) Pick Door=1 in event 3 only.
http://www.blackhornettechnologies.com/Construct2Stuff/A2D_QueryParam244.capx
Run, then edit the URL to add:
/?user=103&name=ali
You need a Pick All Doors in event 3 as right now, only Door 0 will be picked, so it will never find #1. You need to select them all again, so you can isolate back to #1.
Pick all Door
Pick Door.DoorNumber=1
QueryParam
Return a query string parameter by name. For example, if the URL ends with index.html?foo=bar&baz=wan, QueryParam("foo") returns bar and QueryParam("baz") returns wan.
https://www.scirra.com/manual/110/browser
Do 'Is overlapping" first.
Yes, that's fine. The index deals with that. One small correction, compare Sprite(0) to Sprite(1).
You are still checking it every tick.
http://www.blackhornettechnologies.com/Construct2Stuff/moneysample.capx
Develop games in your browser. Powerful, performant & highly capable.
http://www.aivosto.com/visustin/sample/roman.pdf
https://www.construct.net/ca/make-games ... ce/physics
I do this all the time. Have one button object, with different frames, or animations, and a container. You just decode the object that was pressed to get the actual item.
http://www.blackhornettechnologies.com/Construct2Stuff/Gordo1958_buttonsample.capx