This is a read-only archive of the old Scratch 1.x Forums.
Try searching the current Scratch discussion forums.

#1 2013-01-03 19:07:20

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

(Help) Custom right click menus?

Okay so I'm a bit of a noob, but anyway, I've made the block:

(right click menu [opt1] [opt2])
and this is my method:

Code:

rightButtonMenu1: t1 opt2: t2
    CustomMenu new addList: #(
            (t1 test)
            (t2 test)); startUp

anyway, how do I make it so the drop down that appears show 'opt1' and 'opt2' instead of simply the words; t1 and t2?

Thanks in advance.

Offline

 

#2 2013-01-03 19:15:01

nsmbodabor
New Scratcher
Registered: 2011-07-19
Posts: 37

Re: (Help) Custom right click menus?

Nevermind, problem solved.

Offline

 

Board footer