Noob Question: Changing Direction of SWF

Results 1 to 8 of 8
  1. #1
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Noob Question: Changing Direction of SWF

    So this -
    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>
    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.


  2. #2
    Ass(et) Man The Owl is offline
    MemberRank
    Oct 2013 Join Date
    377Posts

    Re: Noob Question: Changing Direction of SWF

    Editing swf with my tutorial ?

  3. #3
    Developer DNC is offline
    DeveloperRank
    Oct 2011 Join Date
    2,493Posts

    Re: Noob Question: Changing Direction of SWF

    I'm no swf expert, but its a pretty interesting topic. :0)
    I enjoyed toying with these a while back. :0)

  4. #4
    Ass(et) Man The Owl is offline
    MemberRank
    Oct 2013 Join Date
    377Posts

    Re: Noob Question: Changing Direction of SWF

    Well it looks like you are indeed using the program i linked. That editing program works like this: You move the images, not the swf.

    Eg with the hud, if you wanted all the Hp,water,etc moved you would search "Condition" and change those X and Y values respectably.

  5. #5
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: Noob Question: Changing Direction of SWF

    Quote Originally Posted by The Unknown View Post
    Well it looks like you are indeed using the program i linked. That editing program works like this: You move the images, not the swf.

    Eg with the hud, if you wanted all the Hp,water,etc moved you would search "Condition" and change those X and Y values respectably.
    No, theres an animation moving up and down. I'm just trying to make it move left to right. copy the code, and play it in Swix, you will know what i mean.

  6. #6
    Ass(et) Man The Owl is offline
    MemberRank
    Oct 2013 Join Date
    377Posts

    Re: Noob Question: Changing Direction of SWF

    Quote Originally Posted by m70b1jr View Post
    No, theres an animation moving up and down. I'm just trying to make it move left to right. copy the code, and play it in Swix, you will know what i mean.
    Animations are hardcoded in flash, you can't edit with swix

  7. #7
    m70b1jr#9501 m70b1jr is offline
    MemberRank
    May 2013 Join Date
    North CarolinaLocation
    862Posts

    Re: Noob Question: Changing Direction of SWF

    Quote Originally Posted by The Unknown View Post
    Animations are hardcoded in flash, you can't edit with swix
    Anywhere i can get a Left to right animation? I want a HUD similar to Rust's, or DeadZ's

  8. #8
    Ass(et) Man The Owl is offline
    MemberRank
    Oct 2013 Join Date
    377Posts

    Re: Noob Question: Changing Direction of SWF

    Make a new swf or find the FLA's off someone



Advertisement