View Single Post
  #1 (permalink)  
Old Oct 12th, 2007, 01:06
marSoul's Avatar
marSoul marSoul is offline
Moderator
Join Date: Sep 2007
Location: Tehran - Iran
Age: 29
Posts: 426
Blog Entries: 2
Thanks: 6
Thanked 5 Times in 5 Posts
A simple flash function

Hi,
I want to try a simple function in flash but it wont work :
the function is :

Code: Select all
function grow() {
    this._xscale += 10;
    this._yscale += 10;
}
but when i call it in a button it wont work :

Code: Select all
on (press) {
    _root.objectName.grow();
}
whats the problem ?
__________________
Designing For Communicating
Website : http://www.datisdesign.com
Weblog : http://blog.datisdesign.com

Reply With Quote