Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by glennchristensen

  1. glennchristensen

    why does this elastic button not work within MC?!

    hey, I have a script for an elastic button , but I need the button to be placed inside a MC - which is going to be part of a scrolling area. I can get it to work if it becomes a graphic, but the "elastic" effect does not work when placed within a MC.?! onClipEvent (load) { k = 0.6; damp =...
  2. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    schmick! thats excellent. thanks guys so to inverse it on rollOut... button.onRollOut = function() {     //inverse action     doInertiaMove(original location #); };
  3. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    sorry, I am a bit confused if this formula is on a button on (rollover); { clip._x+=(targetX-clip._x)/2; } where and how do we define the targetX?
  4. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    I dont suppose you could you post the actionscript for me? cheers
  5. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    completely scripted - file size an issue here. Glenn
  6. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    ok lets forget about digital vision. It was a crap example - sorry. what we have is 3 layers in a MC layer1 - image (simple graphic) layer2 - white box (MC instance name "box1") of the same size as the graphic at 60% opacity layer3 - invisible button. the actionscript behaviour...
  7. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    the flash to the right of the page animates with an "inertia-like" effect. the mask animates fast then slows on rollover of image
  8. glennchristensen

    actionscript run "inertia" behaviour on rollover/rolloff

    hi guys, need help with an actionscript run behaviour . on rollover I need the actionscript to move an object ( a mask over an image ) and the reverse on rolloff. This needs to be done using inertia. I know its a simple script (there should be a premade version floating around in cyberspace...

Part and Inventory Search

Back
Top