Page 1 of 1

help

PostPosted: Tue Feb 20, 2007 11:07 pm
by DarkParadox
how do i put create actor in script actor :?:

PostPosted: Tue Feb 20, 2007 11:50 pm
by Sgt. Sparky
with this code:
Code: Select all
CreateActor("TheActor", "TheAnimation", "TheParentActor", "ThePath", Xposition, YPosition, false);

fo not parent actor put (none)
samw with no path :D
for x and y positons relative to the creating actor, use numbers :D
if there is anything I can do to help just let me know!
:D :D :D

it says

PostPosted: Tue Feb 20, 2007 11:56 pm
by DarkParadox
it says
unknown binhconst
whats the prob?

PostPosted: Wed Feb 21, 2007 12:52 am
by Game A Gogo
click on variable and function, select the create actor (Should be after the variables) and set what you usually set in a normal event

PostPosted: Wed Feb 21, 2007 12:58 am
by DarkParadox
thanks it worked!

PostPosted: Wed Feb 21, 2007 1:19 am
by Game A Gogo
np! you should use that when you need to put normal actions and basic C functions, it helps a lot, as you know what to put, and where to put it!