Seagull on Sydney

hung

Active Member
Licensed User
Longtime User
You are the Seagull No. zero and there are a number of others around you.

You can click to wallaround/fly around to a certain position, but the rest just rushing around you.

My original idea is to simulate Seagull flight on Sydney but the PPC is d'slow yet on PC it is too fast, so on PPC the Seagull looks like slow moving ET but on PC they looks are spiders rushing aournd.

You need to copy formlib.dll and imagelib.dll with you exe.

I hope Erel can fine tune the imagelib draw function in next version for better performance.

Enjoy!:sign0060:
 

Attachments

  • walkaround.JPG
    walkaround.JPG
    12.6 KB · Views: 217
  • walkaround.zip
    42.9 KB · Views: 233

RandomCoder

Well-Known Member
Licensed User
Longtime User
Nice little app :sign0188:

Try replacing your Timer1.Interval=1 with this...
If CPPC=True Then timer1.Interval= 1 Else Timer1.Interval=100

Now it will run equally as well on the desktop ;)

Regards,
RandomCoder
 

hung

Active Member
Licensed User
Longtime User
Thanks. It works. Now I don't see spiders on my PC.

I am thinking if there is a way to speed up the drawimage on ppc. But seems no solution at this moment.
 
Top