Thread
:
ROTATEEFFECT on body sprites?
View Single Post
#
5
08-31-2010, 10:19 PM
DustyPorViva
Will work for food. Maybe
Join Date: Sep 2003
Location: Maryland, USA
Posts: 9,589
From what I can recall, you can use gscript in the gani to access individual sprites only after changing them via one of the ganicodes. Like so:
PHP Code:
ZOOMEFFECT 20 1
SCRIPT
function
onPlayerenters
() {
findimg
(
20
).
rotation
=
pi
;
}
SCRIPTEND
DustyPorViva
View Public Profile
View GraalOnline Profile
Find all posts by DustyPorViva