My contribution...Insanely useless program...Etch-a-sketch.

Developed or developing a new product in PureBasic? Tell the world about it.
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

My contribution...Insanely useless program...Etch-a-sketch.

Post by Fleath// »

Etch-a-Sketch
Image
This is pretty much the first thing I've made in PureBasic...well, that I'll let other people see. The rest is either half made or overly buggy.
It's based on something I made in GameMaker quite a long time ago, but cooled up a lot and better made.

Colour boxes along the bottom change the colour, the two last ones with the tab beneath let you set custom colours.
BG indicates the Background colour.
Save lets you save.
The button with the arrows going left clears the screen.
The arrows in the bottom right let you move the point one pixel at a time, for precision.
The 'about' button on the side is just the program information.

So, yeah, feedback and suggestions are quite welcome

Download (76.7 kb)
Download 2 (76.7 kb) (Minor bug fix)
Download 3 (76.7 kb) (Cleaned up code, clearing screen shakes image)
Last edited by Fleath// on Thu Jun 02, 2005 3:18 am, edited 2 times in total.

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

nice :) its actually pretty relaxing to sit and just draw some random stuff!

edit:
how do i make the window bigger? just a little bit!
and a small bug, not only the about button brings
about on the screen, but the whole right edge of the program does.
techjunkie
Addict
Addict
Posts: 1126
Joined: Wed Oct 15, 2003 12:40 am
Location: Sweden
Contact:

Post by techjunkie »

Cool!! I went back 40 years in time instantly... :lol:

but?!?!? Ehhhh... How much I'll shake my Laptop the screen doesn't clear?!? Should I turn the Laptop upside down and shake? :wink:
Image
(\__/)
(='.'=) This is Bunny. Copy and paste Bunny into your
(")_(") signature to help him gain world domination.
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

Post by Fleath// »

Thanks for the feedback ^^

I fixed the bug, pretty simple, my bad >.>;
As for the window size, this was originally designed as a minigame for another game, that's why the window's so small, but it has been getting to me, see we'll see what happens...

I'll see what I can so about laptop shaking too <-<

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

it would be nice with a function that makes an animated effect like shaking the screen, and clearing the pic :D
Fleath//
User
User
Posts: 47
Joined: Sun Feb 13, 2005 11:37 am
Location: Australia
Contact:

Post by Fleath// »

Thanks for the suggestion, the lines now shake when you click clear :D
I wanted to make it so when you shake the window by dragging it, it'll clear, but alas I couldn't think of an exact way to do so...
Cleaned up to the code a bit too ^_^

Code: Select all

crush()
kill()
destroy()
Image
Add to PB logo to your game today.
User avatar
J. Baker
Addict
Addict
Posts: 2185
Joined: Sun Apr 27, 2003 8:12 am
Location: USA
Contact:

Post by J. Baker »

That's pretty cool, keep up the good work! :D
www.posemotion.com

PureBasic Tools for OS X: PureMonitor, plist Tool, Data Maker & App Chef


Even the vine knows it surroundings but the man with eyes does not.
Tommeh
Enthusiast
Enthusiast
Posts: 149
Joined: Sun Aug 29, 2004 2:25 pm
Location: United Kingdom

Post by Tommeh »

Very nice... but relaxing? I remember all the time spend getting things wrong on them..

Image

Not a lot has changed as it? :-)
thefool
Always Here
Always Here
Posts: 5875
Joined: Sat Aug 30, 2003 5:58 pm
Location: Denmark

Post by thefool »

Image

leet house!
Hatonastick
Enthusiast
Enthusiast
Posts: 149
Joined: Wed Apr 27, 2005 11:50 am
Location: Adelaide, Australia
Contact:

Post by Hatonastick »

I like it. So whens the Virtual Pet due for release? BTW I laughed twice when I looked at this lot of posts. Once because I saw you used to use GameMaker, of which I used to use (am still a registered member, not that I use it anymore). The second time because when I noticed you were from Australia I was curious as to where, and realised you only live 100kms away (or so - geography was never my strongest skill). :) Anyway top stuff - keep at it. :)
Post Reply