A Flash Developer Resource Site

Search:

Type: Posts; User: ohp-kyle

Search: Search took 0.03 seconds.

  1. Replies
    3
    Views
    963

    Good observations which are well laid out....

    Good observations which are well laid out. Information is presented in an understandable manner. :mrpimp:
  2. Replies
    5
    Views
    840

    You can change the transparency of the shape with...

    You can change the transparency of the shape with _alpha. You would do something like this:

    onClipEvent (enterFrame){
    _alpha = _alpha - 10;
    }

    Of course, it doesn't have to be 10. Change that...
  3. Replies
    3
    Views
    459

    In the actions of the movieClip you are...

    In the actions of the movieClip you are duplicating, put:

    onClipEvent (load) {
    //the max distance along the _x where you want it to be placed
    _x = random(550);
    //the mad distance along the _y...
  4. That is quite a bit, but it's not completely...

    That is quite a bit, but it's not completely impossible. It would be quite difficult. I've only seen one way to accomplish that 3d effect you would be looking for, and it seemed extremely...
  5. Replies
    1
    Views
    7,014

    I don't think you can actually make the layers...

    I don't think you can actually make the layers invisible, but you can make the movieClips in the layers invisible. Turn your images into movieClips; put all the rivers into one movieClip, all towns...
  6. Replies
    5
    Views
    727

    The title of the game gives me the impression...

    The title of the game gives me the impression that it's not quite that simple. :rolleyes:
  7. Replies
    1
    Views
    335

    There is a way to do it, but you have to be able...

    There is a way to do it, but you have to be able to use PHP on your webspace. Check out Glen Rhodes highscore tutorial in the game making section, that should give you a good idea of how it's done.
  8. Replies
    7
    Views
    755

    I was looking at a tutorial on actionscript.org,...

    I was looking at a tutorial on actionscript.org, and this post came to mind. It might not be very helpful, but you might find some use for it (by the way, it was under the advanced section):...
  9. Replies
    2
    Views
    391

    In the action panel of the button's keyframe (not...

    In the action panel of the button's keyframe (not the buttons actions) put: stop();
    As for the fading, I would suggest making a black rectangle that takes up the whole stage. Make this a movieClip,...
  10. Replies
    7
    Views
    755

    You can do that by using Swift 3D. You would have...

    You can do that by using Swift 3D. You would have to draw the image straight-on in Flash, and get the proper prospective in Swift.
  11. Replies
    16
    Views
    702

    Using ...

    Using <div align="center"><embed src="..."></div> should probably give you what you want.
  12. Replies
    5
    Views
    343

    The black area in your .fla, is it a rectangle...

    The black area in your .fla, is it a rectangle that you drew, or did you edit the colour under Modify>Document?
  13. Replies
    5
    Views
    534

    If you are doing this with actionscript, you...

    If you are doing this with actionscript, you shouldn't need more than one keyframe in your movieclip. Since I'm not really sure what it is that you are doing, I can only provide you with a basic...
  14. Thread: i need help

    by ohp-kyle
    Replies
    3
    Views
    715

    For the stop();-- right click on the frame and...

    For the stop();-- right click on the frame and select actions.
    For the <embed...-- That's what you type into your html editor.
  15. Replies
    4
    Views
    661

    In a movieClip (I think there has been a...

    In a movieClip (I think there has been a misunderstanding ;)) ? Place the movieClip in a keyframe in the main timeline, then give it a try.
  16. Replies
    4
    Views
    661

    You can only motion tween something if it is a...

    You can only motion tween something if it is a movieClip or graphic. Trying to tween anything else (i.e.: the normal vector graphic) will give you the broken line.
  17. Thread: i need help

    by ohp-kyle
    Replies
    3
    Views
    715

    To get your movie to stop looping, put stop();in...

    To get your movie to stop looping, put stop();in the last keyframe of it. To get your flash file to show up in an html document, you would type <embed src="file.swf" height="400" width="550">-- of...
  18. Replies
    4
    Views
    1,008

    The _x value of the background is constantly...

    The _x value of the background is constantly going up by 2. When it gets to a certain value (the end of the white[default color] area) it resets, so it can go through the actions once again.
  19. Thanks Itamar.

    Thanks Itamar.
  20. I am trying to make a point and click game. I am...

    I am trying to make a point and click game. I am having trouble building the game engine. Is there a better code out there for the point and click action then this:

    onClipEvent (load) {
    setGo...
  21. Replies
    4
    Views
    485

    I am not exactly sure what you want. Do you want...

    I am not exactly sure what you want. Do you want it so when you click button 'a' that image 1 comes sliding out, and if you click button 'b' image 2 comes sliding out while image 1 stays there?
    I...
Results 1 to 21 of 21




Click Here to Expand Forum to Full Width

HTML5 Development Center