| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Mar 2006
Posts: 2
|
i am trying to get into actionscript 3.0, and am encountering troubles using the masking fascilities.
it should be as simple as oneShape.mask(theOtherShape); but teh flex compiler keeps insisting that 'Call to a possibly undefined method 'mask' through a reference with static type 'flash.display:Shape'. here's what I tried out: ActionScript Code:
Y! Last edited by hangalot; 03-22-2006 at 07:49 PM.. |
|
|
|
|
|
#2 |
|
lala
Join Date: Feb 2002
Location: on the road
Posts: 2,859
|
mask is a property not a method (you are thinking setMask from as2)
ActionScript Code:
|
|
|
|
|
|
|
|
|
#3 | |
|
Registered User
Join Date: Mar 2006
Posts: 2
|
didn't think these forum-thingies actually worked.
than you very much, hangalot - that helpedmealot. sincerely Y! Quote:
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| Masking with text | dmannew | Other Flash General Questions | 6 | 01-18-2006 07:40 PM |
| masking problem | ssipse | ActionScript 1.0 (and below) | 3 | 09-30-2004 02:32 AM |
| Turning off masking in the ScrollPane... | kuleraen | ActionScript 1.0 (and below) | 1 | 06-24-2003 07:41 PM |
| DynamicTextBox - Fonts outLine - Masking | mayam | ActionScript 1.0 (and below) | 3 | 10-10-2002 02:23 PM |
| Problems with sized pop ups and url masking | mmdesignr | ActionScript 1.0 (and below) | 1 | 02-26-2002 06:10 PM |