Search found 17 matches

by jacopo
Mon Apr 25, 2022 12:40 pm
Forum: IMD Spring 2022
Topic: Test Upload and Pictures from the show
Replies: 0
Views: 6584

Test Upload and Pictures from the show

Here are some pictures,Please upload any photo you might have of your work or your peer's work at the show.

https://drive.google.com/drive/folders/ ... sp=sharing
by jacopo
Sun Apr 10, 2022 4:43 pm
Forum: In Class Demos
Topic: isabel help image grid
Replies: 0
Views: 6777

isabel help image grid

// simple imagegrid -> click -> play video -> return to grid
// all the videos in this folder are the same
// swap for your video files
// match videofile and image by number

let images = [];
let videos = [];

let play = false;

let rows = 3;
let cols = 4;

let colW;
let rowH;

let selected ...
by jacopo
Sat Mar 26, 2022 1:06 pm
Forum: In Class Demos
Topic: March 23rd - point and click
Replies: 1
Views: 5722

Re: March 23rd - point and click

v2
----
2 types of interaction, overlap and single click
to move doubleclick
var guard;
var bg;
var pin;

function preload() {
// put preload code here
guard = new mainGuy();
guard.loadSprite();
bg = loadImage('assets/bg.png');
pin = new npc();
pin.loadSprite();
//pin.moving = true ...
by jacopo
Thu Mar 24, 2022 12:41 am
Forum: In Class Demos
Topic: March 23rd - point and click
Replies: 1
Views: 5722

March 23rd - point and click

point and click demo:

oop - click example.zip

var pkmaster;
var moving = false;

function preload() {
// put preload code here
pkmaster = new pksprite();
pkmaster.loadSprite();
}


function setup() {
// put setup code here
createCanvas(400,400);
frameRate(30);
}

function draw() {
// put ...
by jacopo
Wed Feb 23, 2022 11:16 pm
Forum: Homework
Topic: Response Statement - Marcovaldo
Replies: 9
Views: 36750

Response Statement - Marcovaldo

400 words,
check your spelling here before posting: ->https://app.grammarly.com/
The free tier is just fine.
by jacopo
Wed Feb 16, 2022 8:19 pm
Forum: In Class Demos
Topic: Feb 16th - Masking
Replies: 9374
Views: 1112983

Feb 16th - Masking

by jacopo
Wed Feb 16, 2022 8:14 pm
Forum: Homework
Topic: Project 1 - Progress
Replies: 9
Views: 14739

Project 1 - Progress

Post some visuals and a more refined proposal for your Project 1
by jacopo
Wed Feb 16, 2022 2:38 pm
Forum: In Class Demos
Topic: Feb 16th - Maze Generator
Replies: 0
Views: 4773

Feb 16th - Maze Generator

by jacopo
Wed Feb 16, 2022 10:45 am
Forum: In Class Demos
Topic: Feb 14th - custom shapes and functions
Replies: 0
Views: 4823

Feb 14th - custom shapes and functions

in-class demo code