FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister 
 ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

Minor Tutorial Adjustments

 
Post new topic   Reply to topic     Forum Index -> ArcLib
View previous topic :: View next topic  
Author Message
Sticks



Joined: 17 Nov 2007
Posts: 1
Location: Detroit, MI, USA

PostPosted: Sat Nov 17, 2007 10:50 am    Post subject: Minor Tutorial Adjustments Reply with quote

Was running through the tutorial and I believe it's missing some import statements. Below are the initial import statements:
Code:
import
    arc.input,
    arc.window,
    arc.font;


However, in order for the Point and Color identifiers to work when using Arclib v0.2, I had to import a few other libs/modules (not sure the technical term):
Code:
    arc.math.point,
    arc.types,
Back to top
View user's profile Send private message
clayasaurus



Joined: 21 May 2004
Posts: 857

PostPosted: Sun Nov 18, 2007 12:12 pm    Post subject: Reply with quote

Alright, thanks. The tutorial is fixed. The proper term is 'modules.'
Back to top
View user's profile Send private message AIM Address
Display posts from previous:   
Post new topic   Reply to topic     Forum Index -> ArcLib All times are GMT - 6 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group