A Flash Developer Resource Site

Search:

Type: Posts; User: smayer72

Page 1 of 20 1 2 3 4

Search: Search took 0.09 seconds.

  1. As the post states. It is done with NAPE, which...

    As the post states. It is done with NAPE, which is basically just a physics library. You can find it here. http://napephys.com/index.html

    If you are after a complete engine check out my previous...
  2. If you are heading the Starling route I would...

    If you are heading the Starling route I would definitely recommend using Citrus Engine. Contains both Starling and Nape libraries, among others.
    www.citrusengine.com
  3. Wow. Great use of Nape. Love the cutting effect....

    Wow. Great use of Nape. Love the cutting effect. Would love to know how that is done. Looking forward to the tutorials. Awesome job mate. Hope you plan to go mobile with it. Congrats.
  4. Hey Alex Honestly I would steer away from that...

    Hey Alex
    Honestly I would steer away from that book. He uses very little OOP programming and I found his coding method limiting. I would recommend you should look at Citrus Engine instead. It is an...
  5. Passing data from html to flash multiple times without reloading.

    Hi All

    I have a feeling what I am asking is not possible, but the client wants all avenues exhausted before changing tack.

    What we have is this. A music webstore. All tracks are listed and have...
  6. Replies
    50
    Views
    5,954

    Same here. Same problems as anthibug with the...

    Same here. Same problems as anthibug with the site. Any chance of fixing the link. Sounds like a great engine to take a look at. I can almost feel my brains oozing out of my ears after reading this...
  7. Replies
    2
    Views
    769

    There is no way to reconstruct an fla from an swf...

    There is no way to reconstruct an fla from an swf file. You can use a decompiler such as Trillix or ******* SWF Decompiler to give you an approximation, but it is never perfect.
  8. Replies
    14
    Views
    2,120

    For the onClick function I would use a switch...

    For the onClick function I would use a switch statement. It basically checks which movie is being pressed and sets the url to be called accordingly. To keep the movie in the down position, even...
  9. Replies
    5
    Views
    977

    Welcome. Glad to help. Check out the rest of Lee...

    Welcome. Glad to help. Check out the rest of Lee Brimelows tut's too. The man is awesome.
  10. Replies
    5
    Views
    977

    If you want to use AS for this, search for...

    If you want to use AS for this, search for Caurina Tweener. It is a set of classes written for AS3 which is very handy. Also look at this tutorial for how to use advanced filters with AS.
    ...
  11. Replies
    14
    Views
    2,120

    Yes the click event is where you place the code...

    Yes the click event is where you place the code for the url request. Is this menu for a full flash site? Or are you implementing it with html? This will affect keeping the button down if the menu...
  12. Replies
    4
    Views
    924

    It looks like you are trying to reference a...

    It looks like you are trying to reference a variable on the main timeline without proper pathing. Try changing line 2 to this

    if (_root.play_pos !=3){

    Should do it I think.
  13. Replies
    5
    Views
    977

    Firstly, do not double post. You have posted the...

    Firstly, do not double post. You have posted the same question twice in 3 minutes under a different title in this forum.
    The effect you mentioned looks like a simple tween using a blur filter. It...
  14. Thread: Flash 3D help

    by smayer72
    Replies
    2
    Views
    758

    Days of searching?? You must be kidding. Done...

    Days of searching?? You must be kidding. Done with the following. Advanced skill level needed.
    http://www.gotoandlearn.com/play?id=40
    http://blog.papervision3d.org/
    http://papervision2.com/
  15. Replies
    3
    Views
    819

    You right click on the library item and select...

    You right click on the library item and select duplicate. This will bring up a window giving you the chance to rename the copied item. You are then free to modify to your hearts content without...
  16. Replies
    10
    Views
    10,774

    Can you give a few more specifics here. What...

    Can you give a few more specifics here. What folder, level name, instance name etc.....exactly what is not happening?
  17. Replies
    1
    Views
    372

    Have a look at Lee Brimelows tutorial on loading...

    Have a look at Lee Brimelows tutorial on loading external swf files. I always keep the menu in the main swf and load all external content into a movieclip. It is easy to remove and reload new content...
  18. Give this a go. I haven't tried it but may do the...

    Give this a go. I haven't tried it but may do the job. If not post the fla for a quick look.


    addEventListener(Event.ENTER_FRAME, xChange);
    function xChange(evt:Event):void {
    if...
  19. Replies
    1
    Views
    494

    Sorry to say there is not much out there for what...

    Sorry to say there is not much out there for what you are asking. The best thing you can do is come up with a design concept of how you want the site to work, then ask specific questions to relating...
  20. Replies
    10
    Views
    10,774

    You gave me a link to the swf. Does not help me...

    You gave me a link to the swf. Does not help me tell you wat's wrong with it.
  21. Replies
    10
    Views
    10,774

    So where is the link??

    So where is the link??
  22. Replies
    10
    Views
    10,774

    the fla. you can attach if it is small enough....

    the fla. you can attach if it is small enough. zip it up to keep it down. Or give a link to it.
  23. Replies
    10
    Views
    10,774

    Not without seeing the file. My crystal ball is...

    Not without seeing the file. My crystal ball is on the fritz.
  24. Replies
    2
    Views
    599

    I would recommend taking this question to the...

    I would recommend taking this question to the games forum. The guys there should be able to answer this one.
  25. Replies
    2
    Views
    1,055

    CS3 Without artistic ability it will be very hard to...

    Without artistic ability it will be very hard to do what you want. Definately look at the book mentioned by ilike2. Also look at Actionscript 3.0 Animation - Making Things Move by Keith Peters. A big...
Results 1 to 25 of 500
Page 1 of 20 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center