I have a circle that pops up when you click the mouse down, and if you were to drag the mouse outward (away from the circle), the circle gets bigger. But I also want it when you drag the mouse closer, the circle then begins to get smaller.
So like a highlighter, but with a circle. This is what I have so far:
Now, this 'kind of' work... The circle will only start shrinking when the mouse has gone negative beyond the centre of the circle. I just want it so that, when you drag your mouse outward, it gets bigger. And smaller when you start moving the drag mouse towards the centre again.
I've been trying to solve this for sometime now, and I'm stumped. What I'm doing is connecting to the BBC website and pulling the story out of this particular article. I can pull the data from the site fine, what I want to do is populate an array with some info thats being pulled.
//now I want to populate Articles[0 - 9] with the bbcPage.substring
}
The foundIntroLine is a value that is established somewhere else, its where all the article lines start on the web page, bbcPage is an array that uses 'loadStrings' from the BBC URL.
Now, how would I go about populating Articles with the bbcPage.substrings?