hello I need help making code that make dezznuts
-
12345678
-
@dezz-nuts if didn’t understand want way If sprite touching something it can not leave that area
-
@dezz-nuts Use an extra sprite to detect if the one you want to keep in the area is touching it.
For example:
if [sprite] is touching [object] {
go to x, y
// stop all movement code
}