I want to change a sprites member, if a second sprites location on the stage is between two points eg: between 4000 and 5000. I can do it for one specific location, but need it to work between two locations as its for a scrollable timeline which displays info at different points on mouseEnter.
can you do something like below, but .right between 4000 and 5000?
thanks
on mouseEnter
if sprite(1).right >= 5000
then sprite(7).member = member("red"
end if
can you do something like below, but .right between 4000 and 5000?
thanks
on mouseEnter
if sprite(1).right >= 5000
then sprite(7).member = member("red"
end if