Search found 30 matches

by cvirus
Fri Aug 05, 2011 4:41 pm
Forum: Problems
Topic: Moving the background
Replies: 38
Views: 46072

Re: Moving the background

Thank you very much for the help, the moving still have problems but that´s for later.

Can you explain this:
speed# <- is this an var?
TranslateObject
CloneCameraPosition
CurveValue

Thank you, sorry for this but i have many questions, hope you don´t mind.
by cvirus
Thu Aug 04, 2011 11:06 pm
Forum: Problems
Topic: Moving the background
Replies: 38
Views: 46072

Re: Moving the background

it´s working very good, the only thing is not working well is the part of the arrows of the movement. My code so far: How can i improve it? Thank you 'game space shooting SCREEN 640, 480, cbsizable SetWindow "Ship Battle Game" FrameLimit 40 ship = LoadObject("nave.png", 72) Posit...
by cvirus
Thu Aug 04, 2011 10:07 pm
Forum: Problems
Topic: Moving the background
Replies: 38
Views: 46072

Re: Moving the background

Thank you for the fast reply, my idea was a moving back and not just when the camera moves. like this that i have made in LUA background= loadimage("fundo.bmp") spin=0 putimage(0-spean,0,background) putimage(640-spean,0,background) spin=spin+1 if spin>=640 then spin=0 end And it works nice.
by cvirus
Thu Aug 04, 2011 9:31 pm
Forum: Problems
Topic: Moving the background
Replies: 38
Views: 46072

Moving the background

Hello CoolBasic masters, i´m quite new in this kind of things and i´m making a space like shooting game and i wanted to put the background spining.

Is that possible in CB?

Thankz
by cvirus
Fri Jul 17, 2009 11:17 pm
Forum: General discussion
Topic: English lessons
Replies: 4
Views: 11502

Re: English lessons

Thank you, this will be helpful.
by cvirus
Thu Jul 16, 2009 3:29 pm
Forum: Projects
Topic: CooPac
Replies: 9
Views: 15044

Re: CooPac

Awesome! Very cool game. You should make us begginers a nice tuto so we can code like you. Thank you
by cvirus
Wed Jul 15, 2009 3:45 am
Forum: CoolBasic
Topic: Inglish Manual
Replies: 5
Views: 11170

Re: Inglish Manual

Thank you for the info, keep up the great work.
by cvirus
Tue Jul 14, 2009 6:43 pm
Forum: CoolBasic
Topic: Inglish Manual
Replies: 5
Views: 11170

Re: Inglish Manual

Will it be a begginers guide like in finnish language?
by cvirus
Tue Jul 14, 2009 4:21 pm
Forum: CoolBasic
Topic: Inglish Manual
Replies: 5
Views: 11170

Re: Inglish Manual

Thank you very much.
by cvirus
Tue Jul 14, 2009 3:03 pm
Forum: CoolBasic
Topic: Inglish Manual
Replies: 5
Views: 11170

Inglish Manual

Greatings, i´m new at this forum and language and i must say that is a great one to code, congatilations to the author.

My question is: Is there a Inglish manual out there for CoolBasic?

Thank you.