Тёмный

AMOS Screens - Using them in your programs 

Yawning Angel Retro
Подписаться 1,2 тыс.
Просмотров 711
50% 1

In this AMOS tutorial video, I look at some of the commands available for using screens in your AMOS programs.
This video looks at the basic screen commands such as:
Screen Open
Screen Close
Screen Display
Screen
There are more screen commands, and they will be covered in a future video.
This video culminates in me giving you a heads up on a project I'm working on where I have needed to use more than one AMOS screen in my code.
The source file for the program in this video can be downloaded for free
from my website: www.ya-retro.co.uk/downloads
Don't forget I write monthly AMOS tutorials for Amiga Addict magazine too.
See my small retro website here: www.ya-retro.co.uk
... and you can follow me on X/Twitter at: @yawning_angel
... and on Mastodon at: @yawning_angel@mastodonapp.uk
... and on BlueSky here: @yawning-angel.bsky.social
... and if you want to buy me a coffee in order to support my AMOS efforts, and these videos, find me on Ko-Fi at: ko-fi.com/yawningangel
Thanks for watching, and I hope this video is of some use to you.
YA. 😎

Опубликовано:

 

30 янв 2024

Поделиться:

Ссылка:

Скачать:

Готовим ссылку...

Добавить в:

Мой плейлист
Посмотреть позже
Комментарии : 14   
@duncanwoodward6831
@duncanwoodward6831 5 месяцев назад
Great video as usual However, instead of using Print "" you can use the command Cline (clear line)
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
That would make more sense… and I completely forgot about that. 🤦‍♂️ Thanks for the heads up. 😁👍
@frankowalker4662
@frankowalker4662 5 месяцев назад
Good call. 👍
@hollybrereton3140
@hollybrereton3140 5 месяцев назад
Another great instructional video, but you know what I’m going to say more Beeb, please :)
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
I want to, and there is something in the pipeline… 😉
@headbangersworld
@headbangersworld 5 месяцев назад
Nice... and now a video with how to remove the gaps :)
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
Yes, it’s on the list… 😉
@frankowalker4662
@frankowalker4662 5 месяцев назад
Loving the vids. BTW.
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
Thanks Frank. 😎
@frankowalker4662
@frankowalker4662 5 месяцев назад
Handy hint : Instead of typing K=Rnd(4) If K=0 K=1 End If You can use K=Rnd(4)+1 It will choose a number from 1-4 instead of 0-3. 👍
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
Hah! You know when I wrote that code I was sure there was a more efficient way of doing that and for the life of me I couldn’t remember it. Many thanks for letting me know… 😅😂
@frankowalker4662
@frankowalker4662 5 месяцев назад
@@YawningAngelRetro I tried to simplify the code for displaying the 4 screens at once using a For-Next loop. It was just as long as your code but twice as complicated. So I stopped. LOL
@JSRFFD2
@JSRFFD2 5 месяцев назад
Do all drawing commands clip so that they stay inside the current screen?
@YawningAngelRetro
@YawningAngelRetro 5 месяцев назад
Anything assigned to a given screen will stay inside that screen. You cannot have anything ‘spill’ from one screen to another. I assume this is because each ‘screen’ is held in memory as a separate object.
Далее