Thread
:
Projectile range
View Single Post
#
7
08-18-2008, 06:23 PM
Tigairius
The Cat
Join Date: Jan 2007
Location: Missouri, USA
Posts: 4,240
would also be nice if there was an array of projectiles in the level.
PHP Code:
for (
temp
.
i
:
projectiles
) {
if (
i
.
x in
|
this
.
x
-
1
,
this
.
x
+
1
|) {
blah
;
}
}
__________________
“Shoot for the moon. Even if you miss, you'll land among the stars.”
Tigairius
View Public Profile
View GraalOnline Profile
Find all posts by Tigairius