So this -
Makes the SWF go up and down. How would i make it go side to side? i've messed with this all night and can't figure it out.Code:<Movie SwfVersion="15" Width="76" Height="200" FrameRate="30"> <SetBackgroundColor Color="ffffff00" /> <DefineMorphShape ShapeId="138"> <StartBounds MaxX="760" MaxY="2038" MinX="-760" MinY="-1962" /> <EndBounds MaxX="760" MaxY="2038" MinX="-760" MinY="1958" /> <MorphFillStyles> <MorphSolidFillStyle StartColor="cc00ff" EndColor="cc00ff" /> </MorphFillStyles> <MorphLineStyles> <MorphLineStyle StartWidth="0" EndWidth="0" StartColor="0" EndColor="0" /> </MorphLineStyles> <StartEdges> <StyleChange> <Move DX="-760" DY="-1962" /> <SetFill0 Index="1" /> <SetLine Index="1" /> </StyleChange> <Line DX="1520" DY="0" /> <Line DX="0" DY="4000" /> <Line DX="-1520" DY="0" /> <Line DX="0" DY="-4000" /> </StartEdges> <EndEdges> <StyleChange> <Move DX="-760" DY="1958" /> </StyleChange> <Line DX="1520" DY="0" /> <Line DX="0" DY="80" /> <Line DX="-1520" DY="0" /> <Line DX="0" DY="-80" /> </EndEdges>


Reply With Quote


