Thread
:
drawLine()
View Single Post
#
1
01-22-2008, 03:19 AM
cbk1994
the fake one
Join Date: Mar 2003
Location: San Francisco
Posts: 10,718
Why will people do something like
PHP Code:
with
(
findimg
(
200
) )
{
image
=
"block.png"
;
x
=
10
;
y
=
20
;
}
instead of just
PHP Code:
showimg
(
"block.png"
,
10
,
20
);
__________________
cbk1994
View Public Profile
View GraalOnline Profile
Visit cbk1994's homepage!
Find all posts by cbk1994