$(function(){ $("#keyword-search").focus(function () { if( $(this).attr("value") == $(this).attr("title") ){ $(this).attr("value", ""); } }); $("a.feedback").fancybox({ 'padding':1, 'width':680, 'height':660, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor': '#000', 'overlayOpacity': .8, 'centerOnScroll':true, 'hideOnContentClick': false }); $('.remove-button').fancybox({ 'padding':1, 'width':650, 'height':350, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor':'#000', 'overlayOpacity':.7, 'hideOnContentClick': false }); $("a.enlargedimage").fancybox({ 'padding':1, 'width':800, 'height':800, 'zoomSpeedIn': 300, 'zoomSpeedOut': 300, 'overlayShow': true, 'overlayColor': '#000', 'overlayOpacity': .8, 'centerOnScroll':true, 'hideOnContentClick': true }); $(".collapse").click(function () { var module = $(this).parent().parent(); module.children('ul').slideToggle(); if(module.hasClass("open")){ module.removeClass("open"); $(this).children('span').html('show'); $(this).attr('src','///static/images/common/module-arrow-closed.png'); }else{ module.addClass("open"); $(this).children('span').html('hide'); $(this).attr('src','///static/images/common/module-arrow-open.png'); } }); $('.detail-container').each(function(){ if($(this).height() < 100){ $(this).css('height',100); } }); function processRating(id,rating){ var url = "/the-studio/post-instructor-rating/?object_id="+id+"&rating="+rating; $.ajax({ url: url, cache: false, success: function(html){ $('#instructor-rating').html(html); } }); } $('.delete-feedback').click(function(){ $.get($(this).children('a')[0].href); $(this).parent().parent().hide('slow'); }); });
Pad Image
Last updated:
Account Level:
Number of Views:
PAD Uploads:
The Business Social Platform for Creatives Worldwide
BROUGHT TO YOU BY:
Filter Foundry
 
(0%) Rating: 
Visual Basic Programming Tutorial

This Visual Basic programming tutorial is designed to complement my Visual Basic Game Programming series, but is not limited to game design. It is designed to teach you how to create a custom VB Object Class, store your class to an object array, then create and delete multiple instances of that class on the fly. In this VB programming video, we will be performing the following tasks: 1.) Building a simple game/application loop 2.) Build a (GDI+) graphical interface for painting objects to the main form 3.) Build a custom class with graphical properties and embedded timer objects and self-contained events 4.) Teach the objects to interface with the form environment while remaining autonomous 5.) Create a class/object array to store a desired number of objects from our class 6.) Use random numbers to dynamically generate new and diverse instances of our custom class 7.) Destroy specific objects by deleting them from our array when certain conditions are met.

 
 
Welcome to my complimentary Studio Session on Filter Foundry.
To follow along and see all session content please log-in below or sign up for FREE.
It only takes a few seconds and allows everyone to message each other in open form
conversation. I hope you enjoy the session and find it insightful.

I also invite you to post any feedback you may have, on my Instructor Profile page.
Thanks, Filter Foundry

To find out more about how you can teach and make money on Filter Foundry email us at with sample links of existing work you have produced, or upload it to your PAD for review. Once you are approved we will provide you with a short “How to Video” so you can start setting up your sessions.

Studio sessions are usually presented as screen-casted video chapters. To ensure a great browsing experience we recommended you have the latest version of Chrome, Firefox, Safari or Internet Explorer installed.. We value our creative community and professional experience it offers, and we hope that you find each session inspiring to further elevate your career.
 

Overview

Session Followers: 5
price: FREE
total comments: 0
field: Game Design
applications: Not Listed

Info

downloads:
Project_Source_Code.zip
 
general notes:

Users Following: 5

click name for more info