A Flash Developer Resource Site

Search:

Type: Posts; User: creekmonkey

Page 1 of 5 1 2 3 4

Search: Search took 0.58 seconds.

  1. Replies
    2
    Views
    25,689

    Thanks for your reply, through trial and error I...

    Thanks for your reply, through trial and error I was able to solve the problem. Although after being away from coding for a number of years I discover that flash in general is pretty much dead. Guess...
  2. Replies
    2
    Views
    25,689

    script help

    Not sure if the 3dfa forum is still alive but thought Id take a chance. I have a script that checks the condition of several if statements then changes the position, scale and alpha of an element...
  3. Replies
    8
    Views
    3,181

    If my memory serves me correct. The waddlefox...

    If my memory serves me correct. The waddlefox examply was created a few versions ago.

    It was exported in flash 8 or possible flash 7, and of course as2.

    It appears the movie was created using...
  4. Replies
    8
    Views
    3,181

    Being a user of 3DFA since the earliest versions,...

    Being a user of 3DFA since the earliest versions, I must agree. I got interested in 3DFA for its ease of use to the recreational user like myself. I was able to lean a good amount of AS2 scripting...
  5. Replies
    1
    Views
    2,218

    scripting a path ?

    It's been a while since I posted here. FIRST its great to see the advances in 3DFA.
    I am VERY new to AS3 so you may be hearing a lot from me.

    Is there a way in the new version and AS3 (or AS2)...
  6. Replies
    8
    Views
    8,107

    That sounds awsome kusco! Really good news for...

    That sounds awsome kusco!
    Really good news for some of us oldies who have been here since nearly the begining of 3dfa!
  7. Thread: need help

    by creekmonkey
    Replies
    2
    Views
    3,215

    Thanks Finjogi, I have been able to do that. But...

    Thanks Finjogi, I have been able to do that. But what I need if for all boxes above the one clicked to slide down one position.

    Example:
    There is 5 boxes stacked on top of each other.
    If I click...
  8. Thread: need help

    by creekmonkey
    Replies
    2
    Views
    3,215

    need help

    Ok I need help again.

    I have a simple movie with boxes placed one above the other.
    when you click on a box it moves above the top box in the stack.

    I need the boxes that were orginally above...
  9. Replies
    3
    Views
    1,733

    strict mode

    Ok as I am totally new to as3 i tried making a simple one element movie and exporting as flash 9

    in my start script i have

    my_element=element("my_element");

    when i run the movie i get the...
  10. Replies
    2
    Views
    4,786

    change edit box to lower case

    Is it possible to change the contents of an edit box
    from upper case to lowercase
    dynamically?
  11. Replies
    4
    Views
    2,981

    Thanks leifi, that solved the problem.

    Thanks leifi, that solved the problem.
  12. Replies
    4
    Views
    2,981

    It only works if edit_box is equal to the last...

    It only works if edit_box is equal to the last word in the array.
  13. Replies
    4
    Views
    2,981

    search word list

    I have a large word list. What would be the best way to search this list to see if the contents of an edit box msatches any words in the list.

    I have tried adding the words to an array and...
  14. Thread: friction

    by creekmonkey
    Replies
    6
    Views
    2,950

    Thanks Kusco! The response time to problems is...

    Thanks Kusco! The response time to problems is awsome!
  15. Thread: friction

    by creekmonkey
    Replies
    6
    Views
    2,950

    Even with the friction box ticked it still does...

    Even with the friction box ticked it still does not work on export
  16. Thread: friction

    by creekmonkey
    Replies
    6
    Views
    2,950

    friction

    If I give an element friction via a script it works fine in preview but not in export.

    element.friction_x=20
    or
    element.friction.x=20
    neither work

    But if I give the element friction in the...
  17. Replies
    6
    Views
    3,677

    This time when I tried the site I got another...

    This time when I tried the site I got another page loded on top of easy3dfa.
    A screen shot of the page is included in the zip file.
  18. Replies
    6
    Views
    3,677

    I just visited it with no problem

    I just visited it with no problem
  19. Replies
    5
    Views
    1,351

    When you add the follow path event, in the follow...

    When you add the follow path event, in the follow properties window at the bottom click on add new effect. Select change and select alpha. Set alpha to 0 and the duration to match the duration of the...
  20. Replies
    1
    Views
    1,106

    find last object in array

    I have an array of objects. I need to find the last object in the array and tell it to do something. How do I fins the last object in the array.

    Does the findLastValue(value) function do this? If...
  21. Replies
    13
    Views
    3,922

    You could put the background image directly in...

    You could put the background image directly in your html with the html size set to 100% and allow the swf to play over it.

    OR

    If you make your movie size 800X600 and set html to 100% it should...
  22. Replies
    2
    Views
    1,230

    The problem occured first when trying to open a...

    The problem occured first when trying to open a movie created in version 4.9.4.
    I tried creating a simple movie with two lines of script calling a function in another script, when i tried to preview...
  23. Replies
    2
    Views
    1,230

    calling functions

    when i try to call a function within a script via
    element("name").function();

    i get syntax error""Cannot find element ("name") on line 5 element("name").change()
    - make sure the element has...
  24. Replies
    3
    Views
    4,520

    Thanks Brent

    Thanks Brent
  25. Replies
    3
    Views
    4,520

    It worked in previous version where i could...

    It worked in previous version where i could create a 3d model the import a 3ds model into it and rotate the model created with 3dfa.
Results 1 to 25 of 122
Page 1 of 5 1 2 3 4




Click Here to Expand Forum to Full Width

HTML5 Development Center