sirsk8aton
Member
Heya, I'm new to scripting and I need to know some things.
I am making a choice selection. When the cursor is on the first choice, I want a picture to show up to the right.
When I am on the second choice, I want a different picture to show up. I have an idea:
if cursor = s1
show picture 1
end
if cursor = s2
show picture 2
end
How would I do that exactly?
I am making a choice selection. When the cursor is on the first choice, I want a picture to show up to the right.
When I am on the second choice, I want a different picture to show up. I have an idea:
if cursor = s1
show picture 1
end
if cursor = s2
show picture 2
end
How would I do that exactly?