-
Content Count
1,773 -
Joined
-
Last visited
Content Type
Profiles
Member Map
Forums
Blogs
Gallery
Calendar
Store
Everything posted by w1k
-
hello, anyone knows about demos written in action!? thanks
-
whats new with this game?
-
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! ?
-
Modifications to an Atari 130XE -- Please Advise (MYIDE, SIO2PC)
w1k replied to gharmon's topic in Atari 8-Bit Computers
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 -
i just fix it, thank you.. i use file version, which contains lib.com.. thanks
-
Atari 8-bit Ethernet and Contiki - Want your help!
w1k replied to Cybernoid's topic in Atari 8-Bit Computers
here is CS8900A-H for czech/slovak users http://www.pvelectronic.inshop.cz/podle-vyrobce/olimex/cs8900a-h-%5BOL189%5D?ItemIdx=447 -
runtime.act? from where? include "runtime.act" ? in monitor - error 170 i use cartridge version of action!
-
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..
-
Atari 8-bit IRC client: FujiChat (0.3 released)
w1k replied to Urchlay's topic in Atari 8-Bit Computers
can i use fujichat on windows with ape and sio2pc? -
hm, nice graphics.. but.. that is not a atari 8bit
-
SysInfo is great, thank you
-
hi, do you know about system programs for atari? cpu speed, memory, etc thank you
-
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
-
404 not found
-
im so sorry, but 105 euro is too much for me..
-
can somebody test it? only load it to atari (sio2sd, sio2pc), then plug xc12 and try load some program.. (universal turbo)
-
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
-
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:)
-
ok, i done it- its works, but text is not seen on screen attachment - load TB, load "d1:ata1.bas" test.atr
-
something wrong? if pressed A- ERROR 135 RD ONLY at 5060 if pressed B- ERROR 136 EOF at 5060
-
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
-
This is from Post #2 in this thread. it doesnt work.. i put it on line 5065.. ? peek(82) 0
-
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
