Forum Topics tagged pick-by-evaluate

Report Tag

4 forum topics with this tag
  • 7 replies
  • 819 views
This content is deleted
Forum Topic
Testing object proximity before running an event
0 favourites

I'm making a function to create objects called SPRITE in the start of the layout. The function is supposed to test if another SPRITE is too close to the suppose...

  • 4 replies
  • 407 views
This content is deleted
Forum Topic
Picking by Evaluation of TextObject behaves strange?
0 favourites

In my project I use a function to let text (TextObjects) spawn. For being able to differentiate between these TextObjects I use a local variable usage inside th...

  • 0 replies
  • 394 views
This content is deleted
Forum Topic
Collision with same object problem
0 favourites

I'm trying to detect collision between two of the same objects (the player) in my local multiplayer game (which uses multiple player instances). A player needs...

  • 7 replies
  • 98 views
This content is deleted
Forum Topic
How do I select next empty bucket? (Solved)
0 favourites

Hey there. Three buckets (sprites) with Instance Values of ID = (0,1,2) and Status = (0,1). When I click on the "add" button sprite, I would like to pick in ord...