We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
IndexProgramming Questions & HelpSyntax Questions › someone help me! it does't work
Page Index Toggle Pages: 1
someone help me! it does't work (Read 583 times)
someone help me! it does't work
Apr 6th, 2009, 1:45am
 
I'm a beginner in learning processing.
i wanna do something like "http://processing.org/exhibition/works/starnursery/index_link.html" ,
but it doesn't work , could you nice guy help me..

errors  like:
the method brightToAlpha(BImage) from the type Star_Nursery_Yeah refers to the missing type Bimage...
the function beginvideo(int,int,int) does not exist...
.....

many thanks!!!
Re: someone help me! it does't work
Reply #1 - Apr 6th, 2009, 3:47am
 
I recently corrected (for somebody else, some other sketch from Exhibition) an old sketch with similar problem. It looks like BImage is a (very) old class that no longer exists. You should replace it with PImage, but there will be other issues, probably.
Page Index Toggle Pages: 1