Blog Post

Small Basic Blog
1 MIN READ

Blinking Eyes - Small Basic Featured Program

NonkiTakahashi's avatar
NonkiTakahashi
Iron Contributor
Aug 14, 2019

Today I'd like to introduce a program written by mahreen miangul announced in her forum thread mahreen miangul AugUst 2019.  The program name is Blinking Eyes Drawing (GHR094).

 

I rewrote her program as GHR094-0 to move eyes following mouse moving.

 

By the way, Small Basic Website has been updated.  You can start SBO 1.0 from [Start Coding Online] button.  Today's programs are also run in SBO 1.0.  But before running following lines should be commented out because these properties setting are not supported in SBO 1.0.

 

 

 

GraphicsWindow.Width = "1080"
GraphicsWindow.Height = "420"

 

 

 

 

Published Aug 14, 2019
Version 1.0
  • For SBO 1.0, I recommend to use Chrome as the browser.  Because some features don't work well with Edge.