A Flash Developer Resource Site

Search:

Type: Posts; User: Renderman25

Page 1 of 3 1 2 3

Search: Search took 0.03 seconds.

  1. personally I would love to be involved in a...

    personally I would love to be involved in a project like the one suggested. I agree that it will be hard to find people to take the project seriously without a lot of work going into project before...
  2. dealine? say: mid-late feb 2007

    dealine? say: mid-late feb 2007
  3. budjet = low as possible (we would look for...

    budjet = low as possible (we would look for sensible offers)
    company=nite4life (startup company nightclub photography/marketing/music production/multimedia development)
    website =...
  4. 2.5 is a concept for faking 3d

    2.5 is a concept for faking 3d
  5. Replies
    2
    Views
    457

    you can use the movie scale property (see docs)...

    you can use the movie scale property (see docs) may have two properties for both x and y scale but as long as you set them both to same scale value it should be ok

    the scale based on percentage...
  6. I would be happy to discuss other terms with UK...

    I would be happy to discuss other terms with UK developers who have a solid portfolio of similar work.
  7. Replies
    8
    Views
    760

    a bit more complicated: you would have to keep...

    a bit more complicated:

    you would have to keep polling the mouse and keep track of its state see setinterval in the flash docs. I wish i could help further but haven't much time at moment good...
  8. Replies
    8
    Views
    760

    you would need to set the global variable (which...

    you would need to set the global variable (which can be accessed from anywhere) to initial value on the last frame of your fade to white animation sequence
  9. sorry another requrment would be flash 8 and good...

    sorry another requrment would be flash 8 and good oo style coding using external as files etc
  10. see attached

    see attached
  11. bar simulator needed (demo attached for interface ideas)

    requirments:

    users to serve drinks to customers before they get agitated and leave

    gain points by serving customers quickly

    ability to add new drinks and cocktails

    ability to see long...
  12. I have some questions: - how old are you? -...

    I have some questions:
    - how old are you?
    - what are you planning to do for the project?
    - do you have any insight in flash or expierence (communication)?
    - do you have already anything besides a...
  13. lol :rolleyes: wrong thread (mistakes sometime...

    lol :rolleyes: wrong thread (mistakes sometime occur when multitasking) :)
  14. Replies
    1
    Views
    320

    can be done using flash see www.sephiroth.it...

    can be done using flash

    see www.sephiroth.it for his excellent gallery source code which will give examples of using flash to load images
  15. Replies
    5
    Views
    1,857

    if it is a smooth curve you would need to find...

    if it is a smooth curve you would need to find the rate of change (acceleration) in the curve, look up differentiation. this rate of change would be your acceleration.
  16. try:...

    try: http://www.hoddereducation.co.uk/Title/0340867477/Teach_Yourself_Calculus.htm

    I have this book
  17. Replies
    5
    Views
    1,857

    if only a had the time i would delve into my...

    if only a had the time i would delve into my books. I have forgotten all the calculus i learnt (what a waste!) srry
  18. Replies
    5
    Views
    1,857

    also it gets more complicated if the rate of...

    also it gets more complicated if the rate of acceleration is subject to change
  19. Replies
    5
    Views
    1,857

    yeh with calculus

    yeh with calculus
  20. Replies
    8
    Views
    760

    attached is solution

    attached is solution
  21. Replies
    2
    Views
    423

    maby your set interval is getting executed more...

    maby your set interval is getting executed more than once

    either place a stop(); just above set interval
    or

    wrap the set interval in some logic that will stop it being executed more than...
  22. again but with magnitude recalculated...

    again but with magnitude recalculated
    //initialise vector
    var vector:Array = new Array();
    vector.x = 0;
    vector.y = 0;

    //get vector holding difference between each movie
    vector.x = targetMC.x...
  23. sorry i noticed another mistake you must...

    sorry i noticed another mistake you must recalculate magnitude after normalistation
  24. again but with missing normalisation...

    again but with missing normalisation
    //initialise vector
    var vector:Array = new Array();
    vector.x = 0;
    vector.y = 0;

    //get vector holding difference between each movie
    vector.x = targetMC.x...
  25. sorry i forgot to normalise

    sorry i forgot to normalise
Results 1 to 25 of 52
Page 1 of 3 1 2 3




Click Here to Expand Forum to Full Width

HTML5 Development Center