Ultimate Amiga

Please login or register.

Login with username, password and session length
Advanced search  
Pages: 1 ... 3 4 [5] 6 7 ... 10
 41 
 on: December 17, 2022, 10:38:46 PM 
Started by FOL - Last post by FOL
OK,
Spent some time working on rebuilding Horaces themes. Red working, but menu is colour / icon wrong.
Will fix, then move on to other themes. I will then readd all mods to site.

 42 
 on: December 06, 2022, 09:53:31 PM 
Started by FOL - Last post by FOL
Reverted back to old server back from before old server went.
Bare with me, as I'm rebuilting from fresh setup. Tidying up all site code.

 43 
 on: August 17, 2022, 04:07:54 PM 
Started by FOL - Last post by FOL
Hi,

You may notice in the next few days. The server will be migrated to another. So as a result site may be unavailable, while I sort it out.
Was forced to move, due to server host closing all server related side of business. I will try to move as fast as I can.

 44 
 on: July 07, 2022, 09:12:50 AM 
Started by Mikket - Last post by Mikket
My quick support team has fixed the Launcher :). Should work now as a portable.
There's also ASM-One assembler access from the user menu.
Couple of very simple ASM examples included.  The machine language should
be written as an object file from the ASM One.

Launcher is using aros roms, so users can make legal portable "PC" games also.
Mikko

 45 
 on: April 30, 2022, 05:37:52 PM 
Started by DarkN3mo - Last post by adrazar
Amal On does nothing when the channel is already on. The only way to restart an arbitrary AMAL program from the beginning that I know of, is to use Amal Off and then reload it with Amal. However, the AMAL programs that you write will not be arbitrary in this sense. By writing them in a certain way they can be given the ability to restart: Add a label right at the beginning of your AMAL program, and you can make the program start over simply by jumping to it (given some appropriate condition, for instance by checking if register 9 has been set to some specific value).

So in this case you could consider replacing the Amal On instruction in _ANIMSPELL with an Amreg instruction, and modify the AMAL program such that it ends with this kind of loop: "B: IR9=1JA; PJB;". Anim On is not required when using the AMAL version of Anim, by the way.

 46 
 on: April 25, 2022, 11:40:38 AM 
Started by DarkN3mo - Last post by DarkN3mo
In AMAL, I have a problem restarting an animation. It plays the animation well once, but when I restart the routine, nothing happens.
--------------------------------------
  Bob 3,80,60,SPELLEDIMG
   C$="Let X=R0 ; Anim 1,"
   For I=SPELLEDIMG To SPELLEDIMG+9
      C$=C$+"("+Str$(I)-" "+",5)"
   Next
   C$=C$+";"
   Channel 3 To Bob 3
   Amal Off 3
   Amal 3,C$
  ------------------------------------
-------------------------------------------
Procedure _ANIMSPELL
   If Chanan(3)=False
      Amreg(3,0)=80+Rnd(10)
      Amal On 3
      Anim On 3
   End If
End Proc

 47 
 on: April 24, 2022, 07:57:11 AM 
Started by MadAngus - Last post by DarkN3mo
Thank you.

Is the "STR$() adds a Space" already tackled? It seems to be common as i stumble upon workarounds on this all the time.

yes i just discover this bug !   damn !

 48 
 on: April 05, 2022, 02:38:51 AM 
Started by Mequa - Last post by SamuraiCrow
Mequa is gone to meet his maker too.  It's not just XAmos.

 49 
 on: March 17, 2022, 03:32:30 AM 
Started by Mequa - Last post by DarkN3mo
no new post since 2012, so it's dead

 50 
 on: February 10, 2022, 08:05:10 AM 
Started by Mequa - Last post by FOL
dead

Guess your talking about XAMOS.
Just saying "DEAD" isn't helpful.

Pages: 1 ... 3 4 [5] 6 7 ... 10

TinyPortal 2.2.2 © 2005-2022