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

#1 2011-08-06 23:54:27

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Scratch dialog morph HELP!!!!

I want to make a new dialog, but this requires major code. Could somebody explain how to make a basic new dialog box?


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

#2 2011-08-07 00:41:33

poemon1
Scratcher
Registered: 2011-01-12
Posts: 500+

Re: Scratch dialog morph HELP!!!!

There was a tut for this go to scratch ui panes scratch frame morph start up start up then under self newScratchProject. Write

Code:

 self newsDialog.

Then go to menu/buttons actions and type

Code:

 newsDialog 
DialogBoxMorph inform: 'what u want it to say' title: 'title'

http://i47.tinypic.com/rrqe13.gif

Offline

 

#3 2011-08-07 00:45:25

GP1
Scratcher
Registered: 2009-07-06
Posts: 1000+

Re: Scratch dialog morph HELP!!!!

I don't think you understand. I really meant a new dialog. look at it for yourself.
Scratch-dialogs>>any dialog morph>>all
Then browse through the code.


I am currently http://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=imagehttp://blocks.scratchr.org/API.php?user=GP1&action=onlineStatus&type=text and I finally got over 1000 posts.

Offline

 

Board footer