Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - Pot Noodle

Pages: [1] 2 3 4 5 6 7 8 ... 12
1
Freebasic / Re: Old school mania
« on: December 30, 2013 »
Very nice, I liked all of it  ;D

2
Purebasic / Re: Fuzion Disk 186 + Source
« on: December 29, 2013 »
Thanks for that KrazyK, Very good of you to share  :clap:

3
Purebasic / Re: Fuzion Disk 141 remake + PB Source
« on: December 28, 2013 »
I don't suppose there's any chance of the source code to Fuzion 186  ;D
I would like to see how the text typer was done.

Thanks

4
Raizor Raizor, What can I say  :o You have a great little Intro there mate, Makes mine look like Play time at nursery school.
It's COO00ool and I love the DBF coming up out of the snow Brill... K++
 :goodpost:

5
Hi, Works ok here, I like what you have done but I am not to sure about the Christmas side of it  :o
Maybe I am just to old in the tooth, Good work  ;D
 

6
I seem to be having problems running it  :-[
just comes up with D3DX9_43.dll Error try reinstalling!
I am running Win 7 pro  :(

7
General chat / Re: Merry Christmas to all
« on: December 24, 2013 »
Merry Christmas to everyone and a happy new year.

8
Challenges & Competitions / [Xmas_2013] Santas Party
« on: December 24, 2013 »
Hi guys,
It's been a rush and hard thinking but finally finished my Xmas 2013 Comp entry.
It's not up to much but I didn't have much time nor ideas  :-[
So enjoy and dance along with Santa OK.

9
Nice one, I like the text typer looks real cool.
Very festive.  :clap:

10
I am pleased to say I have sorted it out guys, It was just a few numbers out  :-[

Code: [Select]
Procedure ScrollText()

cco = 0

  For c = 0 To 30
letter = (Asc(Mid(t.s,tptr+c,1))-31)
DisplayTransparentSprite(Fonts(letter), sco+cco, 720, 255)
cco + 42
Next
 
sco - 2

If sco < -32 : tptr + 1 : sco + 42 :EndIf
  If tptr > (Len(t.s)-30) : tptr = 1 :EndIf

EndProcedure

Thanks Guys for your help.

11
Brings back memory's AMOS Basic still alive and kicking, I spent many an hour programing with it.
Great work mate,  :goodpost:

12
I have been playing with it to try and sort it out.
It would seam that it has something to do with the number of literations in the for/next loop.
Reducing the number sorts out the problem, But the start position of the scrolled text is then wrong!  ???

13
HotShot:  v5.21 LTS
Combatking0: tptr = 54 at the time of the error.

Thanks guys

14
Hi Guys,
I am hopping someone can clear this up for me.
I am using the scroll text routine that I found on here a long time ago, But I had to change the screen size in my program 1024 x 768
now I get an out of bounds error with my font array as I changed the For/Next loop

Here is the code that would produce the error.

Code: [Select]
Repeat
StartDrawing (ScreenOutput())
  ;DrawImage (UseImage(font),0,0)
cco=0

For cc=0 To 32
letter=(Asc(Mid(t$,tptr+cc,1))-31)   ; Debug output: letter = -31 out of bounds!

DrawImage(UseImage(gfxfont(letter)),(sco+cco),300+50*Sin((cc+cco+sco+m)/120)) 
cco=cco+32
Next
m=m-5
  sco=sco-3
  If sco<-32
  tptr=tptr+1
  sco=sco+32
  EndIf
  If tptr>(Len(t$)-30 )
  tptr=1
  EndIf
  StopDrawing()
ExamineKeyboard()
FlipBuffers()
ClearScreen(0)

Until KeyboardPushed (#PB_Key_Escape)

15
Cooool Padman Real cool, I haven't done anything yet  :-[ gigging with the band takes up me time.

16
General chat / Re: Hello and apologies
« on: December 02, 2013 »
Nice to hear from you Nick, I gave up programming a long time ago mainly because I was never very good at it.
Then by chance one day I came across this forum and after reading what users had to say and the way peeps got help
I decided to start again and have been since I joined the forum, I am 52 years young, Dyslexic and find it hard to grasp the simplest of things.
The D.B.F is my friend, My answers and my source of normality.

All the best to you and your family mate and may you all have a good Christmas.

 

17
Very Impressive mate, Can't wait to see what it does on the 25th  :goodpost:

18
I think if it was me I would look up the language def's for your app and store them in an Array, Then just call the appropriate Array index number for that language.

Hope this helps.
 

19
I don't have a lot of time but ill give a go  ;D
 

20
General chat / Re: Happy Birthday Shockwave!
« on: October 31, 2013 »
Ya Same  :carrot:

Pages: [1] 2 3 4 5 6 7 8 ... 12