hi, guys! i wanna make a drag and drop game when object1 drops to object2, object3(and object4) will appear. already got an idea of how to make drag and drop in the "how to" question list. anyone can help me of this problem?
thx in advance!
is object1 collision with object2 --> make object 3 or 4 invisible or 100 opacity or create from system... many ways
thank you,zsangerous! sorry i am new in programming... ive tried setting sprites into drag&drop behavior and set when object1 overlapping on object2,the system creates object3. but nothing happens after running it. so is there something missing?
Develop games in your browser. Powerful, performant & highly capable.
On drop, make sprite visible. (release 92)
thank you, kyatric!
my game is similar to the android game Alchemy,meaning the objects should be created on board, so i think its better to for the system to creat new object instead of making them visible?