A Flash Developer Resource Site

Search:

Type: Posts; User: tobycraftse

Page 1 of 2 1 2

Search: Search took 0.02 seconds.

  1. Thread: timer

    by tobycraftse
    Replies
    1
    Views
    627

    timer

    I have 3 flash button, and a touch screen LCD.

    how can I detect if user has touch + hold the button for 5 seconds?

    how to use timer + mouse down + mouse up for this?

    1) mouse down
    2) start...
  2. Replies
    1
    Views
    377

    toggle button

    I have 5 button with ID = but1, but2, but3, but4, but5

    I want to loop the buttons and create a click event to toggle the alpha of the buttons.

    but the following code doesn't work when looping...
  3. dynamically position button with action inside

    I have 100 button icon, when flash program runs, how to dynamically choose button i want and put it on canvas using action script?

    for example, when user choose computer - all icon button related...
  4. Replies
    1
    Views
    555

    auto hide (movie clip) task bar

    How do I make a auto hide task bar (which is a movie clip)?

    auto hide bar similar to windows task bar, when move mouse to bottom of screen, the task bar come up, else task bar auto hide....
  5. Replies
    1
    Views
    478

    rotate menu

    any source code example on the web show me how to do this
    http://www.flashloaded.com/flashcomponents/3dwall/?id2=aptinner
  6. Replies
    2
    Views
    388

    flash not loading

    I have a flash swf that runs fine
    http://www.oniva.com/upload/1356/3d.swf

    but when I extract it into flash CS3, it doesn't show anything, all the code and images are inside the Library...
  7. Replies
    0
    Views
    372

    flash button

    In my fla file, I linked the keyboard event to a mouse onRelease()
    http://www.oniva.com/upload/1356/menu.fl
    (.fla source file in above link)

    any one knows what's wrong in my fla file?
  8. Replies
    1
    Views
    2,246

    actionscript call button onRelease()

    I defined some button using flash timeline like follows:
    http://www.oniva.com/upload/1356/bu3.jpg


    I have a actionscript function that will call that button's onRelease() function...
  9. Replies
    3
    Views
    484

    button link to keyboard

    I have 7 flash button like following:
    http://www.oniva.com/upload/1356/bu.jpg

    each button has on (release) function when button is clicked some event occur...
  10. Replies
    1
    Views
    1,216

    Ripping swf flash file from web site

    Is there some site I cannot rip the swf file?

    most of the commercial site with flash, when I look into HTML source code, they don't include link to swf file directly.

    some site include...
  11. Replies
    0
    Views
    514

    button link to keyboard

    I have 7 flash button like following:
    http://www.oniva.com/upload/1356/bu.jpg

    each button has on (release) function when button is clicked some event occur...
  12. Replies
    1
    Views
    558

    are there chance people is using 3rd party...

    are there chance people is using 3rd party software to do the animation? I heard swift3D can do 3D stuff then export to flash frame by frame automatically
    http://www.erain.com/products/swift3d/
    ...
  13. Replies
    1
    Views
    839

    are there chance people is using 3rd party...

    are there chance people is using 3rd party software to do the animation? I heard swift3D can do 3D stuff then export to flash frame by frame automatically
    http://www.erain.com/products/swift3d/
    ...
  14. Replies
    1
    Views
    839

    flash animation

    How can flash developer make the small square block (bottom) that form a ring, been forced to move in a circle?
    http://www.oniva.com/upload/1356/cir.jpg

    How to do animation makes many small...
  15. Replies
    1
    Views
    455

    frame script vs button script

    Beside adding script to a frame, I can also add (associate) script to a button/movieClip/Text ?

    since when i click on a button, i saw action script in action window, but timeline show no action...
  16. Replies
    1
    Views
    558

    flash animation

    How can flash developer make the small square block (bottom) that form a ring, been forced to move in a circle?
    http://www.oniva.com/upload/1356/cir.jpg

    How to do animation makes many small...
  17. Replies
    3
    Views
    398

    HIT is use to define a button's clickable range?

    HIT is use to define a button's clickable range?
  18. Replies
    3
    Views
    398

    flash button

    why I see only a small white circle for a button object?
    http://www.oniva.com/upload/1356/bu.jpg
    http://www.oniva.com/upload/1356/bu3.jpg

    but sometimes I see an image for button?...
  19. communication with Java (non-blocking socket)

    I have a flash animation that communication with Java process through a socket.

    I have a while loop that keeps collecting live sensor data from Java from the socket, then draw the sensor data on...
  20. Replies
    0
    Views
    740

    socket communication

    For socket communication, I better use an external script instead of adding the script to the 1st frame in the movie??

    since otherwise, if the movie keep looping, I will try to open many many...
  21. Replies
    1
    Views
    529

    actionscript / frame

    Does flash and actionscript work together by

    1) in flash there is alot of frames
    2) in each frame, we can add some kind of script to control the flow
    of program
    3) but in each frame, we can...
  22. Replies
    0
    Views
    552

    Flex / Flash actionscripts

    Does Adobe Flash and Flex Builder uses the same compiler / runtime?

    if I tested a flash actionscript under Flex Environoment, will it be 100% working under Flash environoment too? and vice versa?...
  23. Replies
    2
    Views
    1,045

    what's .fla and .as relationship? looks like...

    what's .fla and .as relationship?

    looks like .fla and .as file are source code... and produce swf
  24. Replies
    2
    Views
    1,045

    .as file vs .fla file

    I have the flash source code files like the following:
    http://www.oniva.com/upload/1356/file.jpg

    P4.as
    P4.fla

    what's different between *.as file and *.fla file?
    do I need both to compile and...
  25. Replies
    0
    Views
    712

    tag documentation

    for each tag in a namespace, is there easy way to get documentation on
    what's that tag use for?

    for Java, we have Java Doc, but for XML, do we usually refer to schema
    file for the XML?

    like...
Results 1 to 25 of 27
Page 1 of 2 1 2




Click Here to Expand Forum to Full Width

HTML5 Development Center