Ask a Question related to Macromedia Director Basics, Design and Development.
-
emicky #1
the confused-code in text-library !
in both DIrector MX and DIrectot MX 2004.
in the Text library's Custom Scrollbar
line 358-362:
locAdjust = myMember.regPoint - [0, mySprite.height]
rectAdjust = mySprite.rect - rect (mySprite.loc, mySprite.loc)[h]
---??[/h]
mySprite.loc = point (scrollLeft, scrollFloor) + locAdjust
[h] -- myActiveZone = mySprite.rect ???[/h]
myActiveZone = rectAdjust + rect (mySprite.loc, mySprite.loc)
some confused codes!
the outcome: the scroll-text's down arrow can NOT auto locate its location!
to fix it, comment the confused-codes ,i use :
rectAdjust = mySprite.rect - rect (mySprite.loc, mySprite.loc)
---??
mySprite.loc = point (scrollLeft, scrollFloor) + locAdjust
myActiveZone = mySprite.rect
--???
myActiveZone = rectAdjust + rect (mySprite.loc, mySprite.loc)
it's Macromedia's error?
emicky Guest
-
Where can I find CODE & DOCS for Acrobat PDF Library SDK?
Hi, I had used Acrobat PDF SDK in the past but it didnt serve the purpose and we had to abort plan. THis time we are using PDF LIBRARY SDK... -
ASP call a COM but got Error Code = 0x8002801d : Library not registered.
Hi all, I have created a component based on http://support.microsoft.com/kb/299692 Registered the DLL on my IIS 5.1 server (XP SP2) but I got this... -
confused with code
The problem I am having is with simple navigation or so I think. I have buttons in an MC each telling the respective parent MC to gotoAndPlay there... -
#26295 [Opn->Bgs]: Change from PCRE Library 3.9 to PCRE library 4.3 has resulted in broken code.
ID: 26295 Updated by: sniper@php.net Reported By: mnbob70 at earthlink dot net -Status: Open +Status: ... -
#26295 [NEW]: Change from PCRE Library 3.9 to PCRE library 4.3 has resulted in broken code.
From: mnbob70 at earthlink dot net Operating system: Linux lion.phpwebhosting.com 2.4 PHP version: 4.3.4 PHP Bug Type: PCRE...



Reply With Quote

