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 gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

right click zoom in +flash 5

Status
Not open for further replies.

2cxc

Programmer
Aug 29, 2003
245
CA
I was wondering if anyone had info or know how on zooming in via a button in a movie, instead of right clicking and zooming in. So the user would click a button in the main movie and the site would zooming to each click, much like if the user keeps selecting zoom in for the right click menu.

Thanks
 
I think i need to clarify my question... I can use this:
on(release){
this._xscale+=70;
this._yscale+=70;
}
in a button but it doesn't emulate the right click zoom cause the button action does not lead to the user being able to move the page around, I'm looking to emulate the right click zoom to a tee... any thoughts?

Thanks again
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top