Jump to content

w1k

Members
  • Content Count

    1,773
  • Joined

  • Last visited

Everything posted by w1k

  1. hello, anyone knows about demos written in action!? thanks
  2. hm, next question question 1: I have a program in basic to make and change the color of the rainbow. I tried to overwrite to action! eweryhing is OK, but how i make loop which change colors? 10 GRAPHICS 9 20 P=0:C=0 30 FOR X=0 TO 79 40 COLOR C:PLOT X,0:DRAWTO X,191 45 P=P+1": IF P=5 THEN P=0: C=C+1 50 NEXT X 60 FOR B=0 TO 15 70 POKE 712,B+16 80 FOR D=1 TO 300:NEXT 300 90 NEXT B:GOTO 60 ---------------- ACTION! BYTE P=0 BYTE C=0 BYTE X,B,D PROC DEMO( GRAPHICS(9) FOR X=0 TO 79 DO COLOR=C PLOT(X,0) DRAWTO(X,191) P==+1 IF P=5 THEN P=0 C==+1 FI OD X=79 FOR B=0 TO 15 DO POKE (712,B*16) FOR D=1 TO 300 DO OD D=300 OD B=15 RETURN files: source code question 2: how would I do this in Action! ?
  3. sio2sd inside atari: photos: http://foto.podstromami.com/albums/atari800xe/001.jpg http://foto.podstromami.com/albums/atari800xe/003.jpg http://foto.podstromami.com/albums/atari800xe/008.jpg http://foto.podstromami.com/albums/atari800xe/IMG_0679.jpg http://foto.podstromami.com/albums/atari800xe/009.jpg super hell led instructions+scheme: http://blog.3b2.sk/igi/post/Tipy-a-triky-002-RAMdisk-LED-Control-activity-Tips-tricks.aspx photos: http://blog.3b2.sk/igi/image.axd?picture=2010%2f3%2fRAMDISK.gif http://foto.podstromami.com/albums/atari800xe/IMG_3488.jpg video: http://www.youtube.com/watch?v=GpVUGgQum4o http://www.youtube.com/watch?v=afUbkARunWU
  4. i just fix it, thank you.. i use file version, which contains lib.com.. thanks
  5. here is CS8900A-H for czech/slovak users http://www.pvelectronic.inshop.cz/podle-vyrobce/olimex/cs8900a-h-%5BOL189%5D?ItemIdx=447
  6. runtime.act? from where? include "runtime.act" ? in monitor - error 170 i use cartridge version of action!
  7. Hi, i have problems with saving compiked files in action.. i compiled it, save with w "d1:test.obj", but when i load obj from dos, then emulator crash.. i first insert dos, then attach cart..
  8. can i use fujichat on windows with ape and sio2pc?
  9. w1k

    VBXE 2

    hm, nice graphics.. but.. that is not a atari 8bit
  10. SysInfo is great, thank you
  11. hi, do you know about system programs for atari? cpu speed, memory, etc thank you
  12. Recently Igor Gramblicka improved ramdisk led activity checker from XI of satantronic (year 2001 maybe). Scheme is on his web page, i have finished that and it works great. LED will flash when activated ramdisk. http://blog.3b2.sk/igi/post/Tipy-a-triky-002-RAMdisk-LED-Control-activity-Tips-tricks.aspx video: http://www.youtube.com/watch?v=afUbkARunWU
  13. im so sorry, but 105 euro is too much for me..
  14. can somebody test it? only load it to atari (sio2sd, sio2pc), then plug xc12 and try load some program.. (universal turbo)
  15. w1k

    TB question

    I am happy to help you, and I will try to help future adjustments. IF you ask. but.. if i always ask for help, can i learn something? i dont know.. i am not happy with me, but thanks
  16. w1k

    TB question

    thank you.. you know, i starting write atari magazine with very small experience with abasic/tbasic.. I am not happy with the fact that I had someone help me, but i am grateful and i promise that future adjustments will I do:)
  17. w1k

    TB question

    ok, i done it- its works, but text is not seen on screen attachment - load TB, load "d1:ata1.bas" test.atr
  18. w1k

    TB question

    something wrong? if pressed A- ERROR 135 RD ONLY at 5060 if pressed B- ERROR 136 EOF at 5060
  19. w1k

    TB question

    woooww.. looks nice.. im go study it.. thank you -hmm.. maybe im stupid if i cant make something simply like this. fuuh.. it's to hard, im stupid.. so
  20. w1k

    TB question

    This is from Post #2 in this thread. it doesnt work.. i put it on line 5065.. ? peek(82) 0
  21. w1k

    TB question

    and what about a looong text? i need stop text if screen is full and if i press key, text will be continue.. loading txt files start at 5030
×
×
  • Create New...