Author |
Message |
beedub
|
Posted: Thu May 08, 2003 6:50 pm Post subject: GUI |
|
|
is there ne way i can do a picture as a gui?? |
|
|
|
|
|
Sponsor Sponsor
|
|
|
beedub
|
Posted: Thu May 08, 2003 6:54 pm Post subject: (No subject) |
|
|
like when a make a pic on turing lets say like this:
code: | drawfilloval (320,200,50,50,red)
drawoval (320,200,50,50,black)
|
i was wondering if i can amake that a gui, then when someone presses it, it links to another scene. |
|
|
|
|
|
Tony
|
Posted: Thu May 08, 2003 7:51 pm Post subject: (No subject) |
|
|
ya, called collision detection. Read a tutorial on it.
basically you find the distance between where you click and a point you suppost to click on... and if its whithin the reasonable distance, then it "clicks" |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
beedub
|
Posted: Thu May 08, 2003 9:10 pm Post subject: (No subject) |
|
|
it does help somewhat, however it doesnt show how i actually click on the button or image. I am quite confused and when a 12 year old is confused we do bad things.... lol..jk |
|
|
|
|
|
Asok
|
Posted: Thu May 08, 2003 9:49 pm Post subject: (No subject) |
|
|
actually it shows EXACTLY what you need
on top of that you can check out the example folder in Turing 4 directory. go to Mouse, it'll be in there. |
|
|
|
|
|
Homer_simpson
|
|
|
|
|
Tony
|
Posted: Thu May 08, 2003 10:19 pm Post subject: (No subject) |
|
|
12 years old, eh?... Maybe I should start watching what I'm saying around here
anyway, we kind of expect your knowledge to be more then knowing how to draw boxes... so if you dont know anything, please say so...
otherwise ya, read tutorial and figure out how to apply it Just make your questions more specific |
Tony's programming blog. DWITE - a programming contest. |
|
|
|
|
Delta
|
Posted: Fri May 09, 2003 8:37 am Post subject: (No subject) |
|
|
I wish I started programming when I was 12, then maybe I'd be at Catalyst's level |
|
|
|
|
|
Sponsor Sponsor
|
|
|
Homer_simpson
|
Posted: Fri May 09, 2003 11:30 am Post subject: (No subject) |
|
|
Bwahhahahahahaaarrrr.... i started programming when i was 8(maybe younger not sure =/) 8)
I had an old commodore 64 that only understood basic(old basic). |
|
|
|
|
|
Office of the Registar
|
Posted: Fri May 09, 2003 2:08 pm Post subject: (No subject) |
|
|
i also have a commandor 64, didn't know that it used
so it just collects dust now... |
|
|
|
|
|
Homer_simpson
|
Posted: Fri May 09, 2003 2:18 pm Post subject: (No subject) |
|
|
I ever have some old commodore games on TAPE, lol.
I used to have Rambo 2 ,Ninja 3, James bond.... Bwahahahahahahaarrrggg... gooood memories |
|
|
|
|
|
beedub
|
Posted: Sat May 10, 2003 1:11 pm Post subject: (No subject) |
|
|
i started when i was around 10 just html crap....i dont need moseover...i need mouseaction pressing. Sorry.. i just started this year so my lyngo aint great ...
i dont care if u swear lol |
|
|
|
|
|
void
|
|
|
|
|
Homer_simpson
|
Posted: Sat May 10, 2003 4:35 pm Post subject: (No subject) |
|
|
i think mouse action is the same as the mouseover...? isn't it? |
|
|
|
|
|
beedub
|
Posted: Sun May 11, 2003 10:32 am Post subject: (No subject) |
|
|
i wasnt thinking of mouseover i was thinking of: if pressed then screen changes... |
|
|
|
|
|
|