English Amiga Board


Go Back   English Amiga Board > Coders > Coders. Language > Coders. Blitz Basic

 
 
Thread Tools
Old 10 February 2018, 21:35   #41
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Going live in 30 minutes on Amiten TV!

[ Show youtube player ]
earok is offline  
Old 12 February 2018, 23:17   #42
Jackoland
Registered User
 
Join Date: Jun 2014
Location: Leeds
Posts: 174
Will this be available to view. It says I can't view it. Cheers
Jackoland is offline  
Old 12 February 2018, 23:20   #43
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Quote:
Originally Posted by Jackoland View Post
Will this be available to view.
I honestly don't know, it seems that the video itself was blocked on some copyright claim, but also it seems sadly Amiten is closing down his channel.


I still need to package up the resources for the tutorials and upload, after that's done I'll be happy to field any questions about clarifications if the video tutorial remains unavailable.
earok is offline  
Old 13 February 2018, 00:07   #44
turrican3
Moon 1969 = amiga 1985
 
turrican3's Avatar
 
Join Date: Apr 2007
Location: belgium
Age: 48
Posts: 3,913
It's exactly what i was looking for !!!! great !!!!
For the moment i'm not super healty but i promise you when i'll do better, i'll try my best to give back to the amiga all he gaves me.
This computer should have survived the 90's but you are there the amiga community.
We should try to have some agreement with some society to port their games on amiga (old games)... For not finshing with troubles. You know what i mean.
turrican3 is offline  
Old 14 February 2018, 23:45   #45
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Looks like the third part of the tutorial is back up! I'll upload the resources I promised in the video sometime by the weekend.

[ Show youtube player ]


Amiten needs to get 1000 subscribers to continue running the channel. Right now, the best thing you can do to help ensure the tutorial series continues with at least a 4th part is to subscribe if you haven't done so already - https://www.youtube.com/channel/UCyJ...6ms2lKjRo3dbEg
earok is offline  
Old 18 February 2018, 06:02   #46
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Latest resources set is up, with all of the source code for the three tutorials - http://earok.net/games/earokbbtutorial.zip
earok is offline  
Old 18 February 2018, 09:29   #47
saimon69
J.M.D - Bedroom Musician
 
Join Date: Apr 2014
Location: los angeles,ca
Posts: 3,516
Got a zero size file from the link: can you verify is working correctly?
saimon69 is offline  
Old 18 February 2018, 09:30   #48
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Yes, that's the correct link. I can't explain why it's returning zero file size, I was able to download it OK from clicking it at my end.
earok is offline  
Old 18 February 2018, 10:23   #49
Havie
Registered User
 
Havie's Avatar
 
Join Date: Mar 2012
Location: UK
Posts: 1,893
Worked fine for me if that's any help?
Havie is offline  
Old 18 February 2018, 10:23   #50
kgc210
Registered User
 
Join Date: Jun 2016
Location: Stoke-On-Trent, England
Posts: 450
I don't know if you have changed something but it's downloaded for me ok got a zip 917 KB (939,063 bytes)
kgc210 is offline  
Old 21 February 2018, 14:01   #51
Fossil
 
Posts: n/a
@ earok Thank you.. This is massively appreciated
@ amiten subscribed! Please don't close your channel
 
Old 07 July 2018, 23:58   #52
MikeyG
Registered User
 
MikeyG's Avatar
 
Join Date: Feb 2017
Location: UK
Posts: 109
Could @earok please elaborate on how the Make file he uses that copies the file over to WinUAE and the setup involved.
I've tried to replicate this but getting error when I try to copy a file in the startup file which seems very basic.
But if I do load up a file in Blitz Basic 2 that has been created in notepad++ there is garbage at the end of each line. Not sure what's going wrong :/
MikeyG is offline  
Old 08 July 2018, 02:24   #53
earok
Registered User
 
Join Date: Dec 2013
Location: Auckland
Posts: 3,539
Quote:
Originally Posted by MikeyG View Post
Could @earok please elaborate on how the Make file he uses that copies the file over to WinUAE and the setup involved.
I've tried to replicate this but getting error when I try to copy a file in the startup file which seems very basic.
But if I do load up a file in Blitz Basic 2 that has been created in notepad++ there is garbage at the end of each line. Not sure what's going wrong :/
I'm guessing it's a linebreak issue. Amiga uses Unix styled linebreaks, Notepad++ sets to Windows by default.

In Notepad++, go to edit -> EOL conversion -> Unix, then save.
earok is offline  
Old 08 July 2018, 10:20   #54
MikeyG
Registered User
 
MikeyG's Avatar
 
Join Date: Feb 2017
Location: UK
Posts: 109
Quote:
Originally Posted by earok View Post
In Notepad++, go to edit -> EOL conversion -> Unix, then save.
Thank you earok.

The Make file you use in the tutorials, I'm guessing that is a workbench startup file.
I've tried to make sometime similar. DH1 is my Coding folder and DH0 is my BlitzSystem:
I try to do a copy in my Make startup file
Code:
Copy DH1:Test.bb2 TO DH0:build.bb2
Blitz2:blitz2 build.bb2
But it comes back with unknown error on the first line, the copy part. I must be missing something obvious but can't see why.
Appreciate any advice.
And thank you earok for the tutorials!
MikeyG is offline  
Old 08 July 2018, 11:00   #55
MikeyG
Registered User
 
MikeyG's Avatar
 
Join Date: Feb 2017
Location: UK
Posts: 109
I worked it out now. The copy command was making a directory called build.bb2 and then copying the contents of DH1 into it. Not what I'm asking it to do. Maybe an old bug.
Anyway adding a CD command at begging to go into DH1 seems to solve it.

Code:
CD DH1:
COPY test2.bb TO DH0:blitz2/build.bb2
blitz2:blitz2 blitz2:build.bb2
MikeyG is offline  
Old 30 July 2018, 06:57   #56
frakswe
Registered User
 
frakswe's Avatar
 
Join Date: Jul 2018
Location: Laughingstock
Age: 45
Posts: 23
Hi, newbie here. Was just wondering if theres a way to access the mouse scroll wheel?, it's not critical but would fit the game i have in mind.


Thanks.
frakswe is offline  
Old 30 July 2018, 13:44   #57
Daedalus
Registered User
 
Daedalus's Avatar
 
Join Date: Jun 2009
Location: Dublin, then Glasgow
Posts: 6,334
Welcome along

Quote:
Originally Posted by frakswe View Post
Hi, newbie here. Was just wondering if theres a way to access the mouse scroll wheel?, it's not critical but would fit the game i have in mind.
I don't think there's a standard way under OS3 (OS4 has a standard mousewheel event), but the scrollwheel drivers under OS3 generally create keypress events for windows that don't have direct scrollwheel event support, so maybe that would be enough? For example, something like this:

Code:
WbToScreen 0

Window 0, 0, 0, 300, 300, $140E, "Test", 0, 1

DefaultOutput
Repeat
  ev.l=WaitEvent
  Select ev
    Case #IDCMP_RAWKEY
      Select EventCode
        Case 76 ; Up arrow
          NPrint "Scroll Up"
        Case 77 ; Down arrow
          NPrint "Scroll Down"
      End Select
  End Select
Until ev = #IDCMP_CLOSEWINDOW
End
You'll need the amigalibs.res file added to the compiler setting for the constants to be recognised.
Daedalus is offline  
Old 31 July 2018, 03:14   #58
frakswe
Registered User
 
frakswe's Avatar
 
Join Date: Jul 2018
Location: Laughingstock
Age: 45
Posts: 23
Thanks, that would work just fine.I'm still learning the language but thought i might aswell ask so i know beforehand what's possible with BB2.
frakswe is offline  
Old 25 January 2021, 12:43   #59
activist
Registered User
 
Join Date: May 2017
Location: Dublin Ireland
Posts: 46
Sorry to post in an old thread but, has anyone saved or have these video tutorials anywhere? Part 2 & 3 are gone from the channel unfortunately. Part1 is still there thankfully. Thanks
activist is offline  
Old 26 January 2021, 00:12   #60
Havie
Registered User
 
Havie's Avatar
 
Join Date: Mar 2012
Location: UK
Posts: 1,893
I'd like to watch them all - think I only managed to catch part 1?
Havie is offline  
 


Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools

Similar Threads
Thread Thread Starter Forum Replies Last Post
[blitz basic] How much amiga-blitz friendly is this? saimon69 Coders. Blitz Basic 105 21 April 2022 19:45
Any Publications Looking for a Blitz Basic Tutorial? Daedalus Amiga scene 12 25 July 2017 12:41
Blitz Basic vs E vs Something Else naviward Coders. General 14 28 May 2016 21:38
Blitz basic 2 Help Havie Coders. Blitz Basic 30 08 September 2013 09:15
Blitz Basic 2 LaundroMat Retrogaming General Discussion 5 24 July 2001 08:10

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +2. The time now is 17:02.

Top

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2024, vBulletin Solutions Inc.
Page generated in 0.16632 seconds with 13 queries