View Single Post
Old 2010-09-03, 07:39   Link #778
sou of light
Junior Member
 
Join Date: Sep 2010
Quote:
Originally Posted by ThaEagle View Post
A lot is wrong with it.
  1. you misspelled animator on one line to animotar
  2. you forgot to assign a line to the image layer
  3. you cant type <effect name="" /> it has to be <property name="" />
  4. and you cant grab positional values from an image layer
I suggest you watch Tutorial Three again on: http://kyou-wa.koharubi.de/crash/
and try follow closely, good luck!
OMG !! .. big mistakes
thanks mister ThaEagle
but again .. I have a problem >>
Code:
<layer name="lighto">
        <line name="kara demon" />
        <animator name="scale fill" syl="syl" />
        <animator name="in out" />
</layer>
<layer name="image" >
        <line name="kara demon" />
        <property name="effect.Position.Point" syl="syl" pos="lighto" />
        <property name="effect.TransPos.Point" />
</layer>
sorry .. and thank you so much
sou of light is offline   Reply With Quote