Recent content by patmanbofh

  1. P

    Flash AS3 - Dialog Box (Returns Full File Path)

    Hi there! The following URL contains a sample AS3 script that allows the user to select a JPG file from their local filesystem and then loads it onto the stage using the loader and bitmap objects. http://flexgraphix.com/blog/?p=51 At no point can you reference the file location explicitly...
  2. P

    simple actionscript problem

    Hello S! Flash has some weird and wonderful implementations!!! Best approach is to explicitly declare and assign variables and methods. The following function should work: =================================================== on(press) { //Work Variable var nCalcNo:Number=0...
Top