No announcements
-
1 VotesDo you want to be acknowledged as Small Basic Guru? Submit your work to December 2019 competition!
What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles ...Sticky | 1 Replies | 231 Views | Created by Luigi Bruno - Saturday, December 7, 2019 3:59 PM | Last reply by Nonki Takahashi - Monday, December 9, 2019 1:23 PM -
16 VotesChallenges
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be ...Sticky | 28 Replies | 2186 Views | Created by litdev - Monday, April 1, 2019 7:57 PM | Last reply by Tryhest - Wednesday, December 18, 2019 5:01 AM -
8 Voteslink to all : Small Basic - Graphic and Animations and more
No 13 small basic graphic and animations and ...Sticky | 5 Replies | 3200 Views | Created by YLed - Monday, February 6, 2017 10:56 PM | Last reply by Nonki Takahashi - Sunday, November 3, 2019 1:45 AM -
44 VotesNominate games (or other programs) here to get featured on our Blog! (PART 3)
Continued ...Sticky | 32 Replies | 5305 Views | Created by Nonki Takahashi - Wednesday, June 24, 2015 2:12 AM | Last reply by Tryhest - Saturday, December 29, 2018 4:00 AM -
17 VotesPLEASE READ BEFORE POSTING
Overview This forum is for all things to do with programing with Small Basic, NOT Small or Basic questions on other ...Sticky | 14 Replies | 24171 Views | Created by litdev - Monday, September 13, 2010 9:42 PM | Last reply by YLed - Wednesday, November 9, 2016 4:33 PM
-
17 Votessmall basic graphic and animations and more (13)
Continued from small basic graphic and animations and more (12) added bold effect:GSF791 uncomment lines 505/6 on 1st run to create ...Discussion | 48 Replies | 1590 Views | Created by Tryhest - Friday, November 1, 2019 8:57 PM | Last reply by Tryhest - 22 hours 36 minutes ago -
5 Votesmahreen miangul DeceMber 2019
change back ground color gradation of windows in program ID PVC904 move the geometric figures on screen in ID LCT930 ...Unanswered | 6 Replies | 206 Views | Created by mussamaina - Thursday, December 19, 2019 4:59 AM | Last reply by Nonki Takahashi - Friday, December 27, 2019 3:33 PM -
0 VotesData communication during the game
(translated by Google-translator) Hello everyone. I have an idea for creating the game. It is a logic game. Please tell me how to use Small Basic and ...Answered | 11 Replies | 601 Views | Created by AbsoluteBeginner - Monday, May 4, 2015 6:38 PM | Last reply by Casino Slots - Friday, December 27, 2019 7:53 AM -
0 VotesShapes.Animate() takes time. Is there a way to 'abort' it upon the occurrence of an event, e.g. KeyDown? Cheers.
Opening screen of an interactive quiz. A logo is travelling over the screen, moved by Shapes.Animate(). Execution doesn't react to key down until the animation is done. Can I somehow react faster ...Unanswered | 1 Replies | 135 Views | Created by ilanel - Sunday, December 22, 2019 10:14 PM | Last reply by backtothestart - Wednesday, December 25, 2019 7:05 PM -
0 VotesSmall Basic on macOS (Not the online version)
Hi Community! I'm currently looking for a mac version of Small Basic that has (atleast) the basic capabilities of a standard Small Basic IDE. I have tried the online version but ...Discussion | 1 Replies | 341 Views | Created by [Roshan_Kumar] - Saturday, November 23, 2019 3:14 PM | Last reply by Nonki Takahashi - Monday, December 23, 2019 6:16 AM -
0 Votesusing a 'game controller' as a simple input device, masquerading as a limited keyboard
Hi all, I need help with a volunteer project. Would like to use a few pushbuttons, wired to gear like Xinmotek XM-08 Single Player Arcade Game Controller. ... -
1 Votesinability to ignore 'unexpected' key down events
Hi I feel I understand my problem but can't think of a solution at once. The community here is probably familiar with the problem and the standard cure. I ...Unanswered | 2 Replies | 163 Views | Created by ilanel - Tuesday, December 17, 2019 8:08 PM | Last reply by ilanel - Thursday, December 19, 2019 6:34 PM -
0 VotesTyping problem, replacing next character
When I type on SB, It replaces the character it is next to. How do you fix thisAnswered | 1 Replies | 103 Views | Created by DAYTIME PANGMAN - Thursday, December 19, 2019 10:38 AM | Last reply by Pete Laker - Thursday, December 19, 2019 11:10 AM -
0 VotesPartitioning of a program
Hello, I am struggling with a huge program, some 2000 lines. In small basic you cannot use subprograms. Printing parts of a program is also an issue, etc. It's clear there are a lot ...Unanswered | 1 Replies | 134 Views | Created by Eddy Abts - Wednesday, December 18, 2019 12:02 PM | Last reply by litdev - Wednesday, December 18, 2019 7:32 PM -
0 VotesAmateur here, I'm trying to get a shape to point at my mouse and I can't figure it out. my code is below and any help would be appreciated.
GraphicsWindow.Clear() GraphicsWindow.Top = 0 GraphicsWindow.Left = 0 GraphicsWindow.Width = ...Unanswered | 1 Replies | 109 Views | Created by Cloverload - Wednesday, December 18, 2019 2:03 PM | Last reply by litdev - Wednesday, December 18, 2019 7:30 PM -
0 VotesCan you put images as background in small basic?
Im new to coding and im creating a choose your own adventure videogame based off of a heist with markiplier it would be cool if i could, it would add a little asthetic to the game!Answered | 2 Replies | 145 Views | Created by u-thegamer501 - Wednesday, December 18, 2019 12:04 AM | Last reply by litdev - Wednesday, December 18, 2019 7:00 PM -
16 VotesChallenges
These challenges are intended for people who are learning to program for the first time or for those returning to programming who want to start using Small Basic. Some will be easy, some will be ...Discussion | 28 Replies | 2186 Views | Created by litdev - Monday, April 1, 2019 7:57 PM | Last reply by Tryhest - Wednesday, December 18, 2019 5:01 AM -
1 Votesreading Hebrew from TXT file
Am having trouble reading Hebrew strings from .txt file. For testing, I create the file in Notepad, with Hebrew and English characters, and save it with either UTF-8, Unicode, and ...Answered | 2 Replies | 313 Views | Created by ilanel - Thursday, November 7, 2019 4:18 PM | Last reply by ilanel - Tuesday, December 17, 2019 8:16 PM -
0 Votes2D Raycasting Program
Hello, I'm making a ray casting program in SmallBasic but I am stuck and I have no idea what to do. Here is my code: (using litdev as ...Unanswered | 2 Replies | 228 Views | Created by bennypc - Tuesday, December 10, 2019 3:02 PM | Last reply by Nonki Takahashi - Wednesday, December 11, 2019 10:47 AM -
0 Votescreating a txt file
File.WriteLine("c:\newerfile.txt", 1, "start here") newinfo=File.ReadLine( "c:\newerfile.txt" ...Unanswered | 3 Replies | 475 Views | Created by PeteGaney - Saturday, November 30, 2019 1:38 AM | Last reply by Nonki Takahashi - Monday, December 9, 2019 1:29 PM -
1 VotesDo you want to be acknowledged as Small Basic Guru? Submit your work to December 2019 competition!
What is TechNet Guru Competition? Each month the TechNet Wiki council organizes a contest of the best articles ...Discussion | 1 Replies | 231 Views | Created by Luigi Bruno - Saturday, December 7, 2019 3:59 PM | Last reply by Nonki Takahashi - Monday, December 9, 2019 1:23 PM -
2 VotesMolecular Challenge
This is my new idea for Small Basic challenges. Chemistry Challenge Write a program to draw a molecular structure. Followings are the ...Discussion | 5 Replies | 553 Views | Created by Nonki Takahashi - Saturday, November 16, 2019 4:06 AM | Last reply by Nonki Takahashi - Monday, November 25, 2019 5:37 AM -
0 VotesTaking input from files that are constantly updating?
Is there a way to live update files? Right now, if I take input from a file at the beginning of a program, and again in the middle (in a loop) it just returns what the contents of the file were at the ...Answered | 1 Replies | 292 Views | Created by Abraxious - Wednesday, November 20, 2019 4:41 AM | Last reply by Nonki Takahashi - Wednesday, November 20, 2019 8:18 AM -
1 VotesPossible to Pin a "MESSAGE" in a channel for Microsoft Teams.
Is that possible to pin "Message" in a channel for Microsoft Teams ? As I know for chat only can pin. How to pin a message ?Answered | 1 Replies | 287 Views | Created by pravind06 - Wednesday, November 13, 2019 2:43 AM | Last reply by Nonki Takahashi - Sunday, November 17, 2019 5:30 PM -
0 VotesNeed help building classes with constructors, properties, methods etc.
This is not a project or solution or anything but I'm trying to learn how to build classes with constructors, properties, methods etc. This is what I have so far to start with but ...Proposed | 1 Replies | 294 Views | Created by mldardy - Wednesday, November 13, 2019 1:49 AM | Last reply by WhTurner33 - Wednesday, November 13, 2019 9:26 AM - Items 1 to 20 of 5029 Next ›
No announcements
