A Flash Developer Resource Site

Search:

Type: Posts; User: ammason

Page 1 of 2 1 2

Search: Search took 0.03 seconds.

  1. Replies
    2
    Views
    883

    Not that I know of

    Flash doesn't have any kind of built-in 3d engine or "perspective" transformations (like you'd find in photoshop" so there's really no way to create a dynamic 3d-page turning effect with the movie...
  2. Replies
    2
    Views
    469

    Stream

    Try setting the Sync on your sound settings to Stream, which will lock the timing in with the frames instead of keeping them seperate. If you have a small sound effect, you just want it to start...
  3. Thread: bouncing balls

    by ammason
    Replies
    1
    Views
    762

    Physics

    You're going to have to delve back into some physics for that one. Stuff like

    1/2m1v1^2 + 1/2m2v2^2 = 1/2m1'v1'^2 + 1/2m2'v2^2'
    and
    m1v1 +m2v2 = m1'v1' + m2'v2',

    plus the fact that the force...
  4. Replies
    2
    Views
    435

    Is the name dynamic?

    If the name is dynamically added, you can use the same variable that spits out the name to add it to the object/embed code for the SWF. like say your asp looks something like this:

    <%...
  5. Clean and easy to navigate

    The whole purpose of a portfolio is to show of other work you've done. I would say that to make an effective portfolio, you need to keep it simple. That doesn't mean, however, that you should keep it...
  6. Replies
    10
    Views
    757

    Another way

    Another thing you could do is create a text file, call it "user".pass where user is the username, and have text inside it be something like password="password" where "password" is the pw for the user...
  7. Thread: flash pricing

    by ammason
    Replies
    5
    Views
    744

    Pricing

    I usually estimate at $65/hour, and present the client with a bid for a single dollar amount for a set amount of time. I also let them know that I keep track of the hours and anything that takes...
  8. Talent

    I think the real key is that the market will settle, but not dissappear.

    Talent is always recognized at some level, and lately the bar has been dramatically lowered. People have been rushing so...
  9. Replies
    7
    Views
    580

    Check this out

    Here's a little fla that does what I talked about in the previous email.

    http://www.aaronmason.com/transfer/accelerate.fla

    Hope this helps!

    Aaron
  10. Replies
    7
    Views
    580

    Actionscript

    You could make a little actionscript that ran in a loop and each time upped the size by like 2% until it made it the right size. That way you'd get a smooth increase in size without the jerkiness of...
  11. Thread: Object Actions

    by ammason
    Replies
    3
    Views
    486

    Sort of...

    I can leave the panel open and get the different actions just fine. What I'm wondering is if there is a way to select an object so that it brings up the Object Actions panel, without clicking on the...
  12. Thread: Object Actions

    by ammason
    Replies
    3
    Views
    486

    Is there any way to bring up the object actions...

    Is there any way to bring up the object actions panel without actually clicking on the object? In 4 you could click on a frame the object was located in and then go modify>instance and it would let...
  13. How I would do it...

    The way I would do this with movie clips is make clips with different keyframes and labels. Take the background for instance - make one movie clip that has a different image at each of 10 key frames,...
  14. Replies
    3
    Views
    401

    If you're on a PC

    Open the character map program (should be under accessories) and select the font you're using, select the character you want to copy, and then copy it and paste it into your movie. If you're using...
  15. Replies
    5
    Views
    528

    Individual SWFs

    I would save them as individual swfs and then make sure they're preloaded before they can be called by your base swf. I also agree with the previous post that if you're going to do this more often...
  16. Might save some time

    Several things that might save you time:

    Get yourself a screen capture utility, and then open the swf. Step through the movie each time and hit the screen capture hotkey, and it'll make one big...
  17. Replies
    2
    Views
    412

    Statically or dynamically?

    Did you mean just changing the background to a static image, or did you mean having the .swf change the background of the pge it's on on the fly? If the first, then go with the previous post... If...
  18. Replies
    0
    Views
    352

    Is there a way to indirectly select objects, like...

    Is there a way to indirectly select objects, like the Flash 4 method of simply clicking on the frame they're located in, so that the Actions panel registers Obect actions instead of Frame actions? I...
  19. Replies
    5
    Views
    854

    Maybe...

    First, if your session variable isn't working then you might have some kind of problem. Are you sure the <cfoutput> is valid?

    The other thing I can suggest is in your object and embed tags use...
  20. tan^-1 and all that

    Hey thanks for the info. I remember the Taylor Series (all that calculus you thought you'd never use). The arctan seems like a much better solution. Since everything in my litte creation here is in...
  21. I have been trying to get this arm thing working...

    I have been trying to get this arm thing working for a while

    http://www.aaronmason.com/arm/

    and I finally got it this morning. The only problem is that I can only get it to give me cosine...
  22. Replies
    4
    Views
    572

    I guess so, but...

    Languages like C++ have different ways of addressing arrays. I mean I know in the end it's always a lot of single variables stored in memory, but other programming languages seem to have arrays...
  23. Replies
    4
    Views
    572

    Does flash actually have provisions for using...

    Does flash actually have provisions for using true arrays or is what they call an array basically just a bunch of variables with the same name and a number tacked on the end?

    I can work through my...
  24. Replies
    2
    Views
    451

    Great idea

    Hey, thanks.

    That load/unload trig library sounds great. I could just create the whole thing, load what I want from it into an array in my real movie, then cut it out, unloading it from memory....
  25. Replies
    2
    Views
    451

    I am trying to load a bunch of cosine^-1 values...

    I am trying to load a bunch of cosine^-1 values (0-360 degrees in 0.5 degree increments) into an array from a text file. I created a C++ program to output the values in a...
Results 1 to 25 of 29
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center