justinmind-logo
 
Upvote 1

How to show some element, when other element is on specific position on a slider

Answered Victor Conesa 8 years ago

Hello


I want to show some element, when other element is on specific position on a slider.


I try to do something like this:


- made hidden rectangle


- made panel with slider (line and movable dot)


- moveble dot has script:


"on Drag End" "dot_1" "Show" "rectangle_1"


and there is condition:


When ["dot_1 Pos.Y relative" "=" "0"].


End when I move dot to position "0" - it does not work.


What I need to correct in condition phrase?


Thanks.

Leave a Comment
 
Attach a file