[futurebasic] RE: [FB] [FB^3] Scrolling credits

Message: < previous - next > : Reply : Subscribe : Cleanse
Home   : November 1999 : Group Archive : Group : All Groups

From: Chris.Young@...
Date: Thu, 18 Nov 1999 10:06:47 -0600
Dunno Ken,

It works for me. myErr, myPictureBottom, and myOffset were not dimmed, 
so I dimmed these, works fine. FBII rntime, converted FBII project to 
FB^3, commented out resources line (resource file in project, so 
RESOURCES was redundant).

Chris Young

On Thursday, November 18, 1999 9:31 AM, kshmidheiser@... 
[SMTP:kshmidheiser@...] wrote:
> Matthew wrote:
> 
> >OK time for the young one to have a shot at this, here is a nice 
little code
> >(in a self contained FN, it will scroll the credits over a 
background for you
> >and loops them, might be too slow, but that can be ajusted....
> >
> >ftp.foxchange.com/ScrollingCredits.hqx
> 
> 
> Matt:
> 
> I love this effect in FBII, but in FB^3 it bombs in this LONG IF 
> right cfter the CLS command as it goes to get the PICT 129 resource 
> handle:
> 
>    LONG IF NOT myErr
>      CALL SETGWORLD(myTextWorld&,0)
>      CLS
>      PICTURE (0,0),myPicture&
>      CALL SETGWORLD(myWndWorld&,myDevWorld&)
>    END IF
> 
> I know you're just getting back to the group, but I hope you've 
> contacted Staz and ordered your copy of FB^3. We need the keen minds 
> of you "young ones!"
> 
> I only had a few minutes to look at the code before work this 
> morning. Anyone else on the group tried to run this under FB^3? It 
> really is neat. The transparent effect is excellent, and I have an 
> app I like to put it in immediately in the About... window. I my 
> cursory look, I couldn't see any reason for it to break, unless the 
> handles weren't properly DIMmed under FB^3. Any other ideas?
> 
> Ken
> 
> 
> --
> To unsubscribe, send ANY message to 
<futurebasic-unsubscribe@...>
> 
>  << File: [FB] [FB^3] Scrolling credits.TXT >>