It looks like you're new here. If you want to get involved, click one of these buttons!
I have a rectangle of space and I want it to display something else when that rectangle is touched.
I think if I use CurrentTouch I can do it but I'm not sure, maybe something like
If CurrentTouch.x = ___ then do ____ else do continue
Comments
Does this have anything to do with your other post.
Nope. Different project.
@NoobieCoder, if you only have a month to finish and you aren't sure where to start, I wouldn't try and start another project at the same time... Just my opinion.
@NoobieCoder Does this help. Code changed from original post.
Doesn't seem like it. This is my current code:
I want it so that in every time you touch the rectangle, it is like a tab, and displays different information.
@NoobieCoder I changed my code above. Is that more like what you're after. Tap each square.