Search found 10 matches

by youyise
Mon Feb 23, 2015 9:05 am
Forum: Announcements
Topic: Hollywood 6.0: Epiphany out now
Replies: 34
Views: 201776

Re: Hollywood 6.0: Epiphany out now

Ah right, there it is. Thanks!
by youyise
Mon Feb 23, 2015 7:00 am
Forum: Announcements
Topic: Hollywood 6.0: Epiphany out now
Replies: 34
Views: 201776

Re: Hollywood 6.0: Epiphany out now

Updates sound great, but Hollywood was already too powerful for my needs anyway, unlike the IDE (I didn't feel like buying UltraEdit on top of it) - is the new Hollywood still using the old one? I see it still uses the "burn to CD" method... Well I won't be using it on my laptop I guess. 3...
by youyise
Fri Jul 25, 2014 5:56 am
Forum: Windows IDE
Topic: Glitchy selecting of text
Replies: 1
Views: 7094

Glitchy selecting of text

Selecting text with Shift+Curtsor Down works "normally" (the text in the current line that is behind the current position of the cursor gets selected, and the part of the text in the next line up to the position of the cursor is added o the selection. But if I press Shift + Cursor Up, only...
by youyise
Wed Feb 19, 2014 11:48 pm
Forum: Newbie questions
Topic: How to generate 5 random numbers without repeating?
Replies: 14
Views: 17189

Re: How to generate 5 random numbers without repeating?

Oh right. I somehow managed to completely miss that part… :oops: :oops: :oops: :oops: :oops:
by youyise
Wed Feb 19, 2014 5:44 am
Forum: Newbie questions
Topic: How to generate 5 random numbers without repeating?
Replies: 14
Views: 17189

Re: How to generate 5 random numbers without repeating?

What I posted does exactly that:
5,1,9,14,17;
4,11,5,17,8;
7,1,10,2,3… etc
by youyise
Mon Feb 17, 2014 2:55 am
Forum: Newbie questions
Topic: How to generate 5 random numbers without repeating?
Replies: 14
Views: 17189

Re: How to generate 5 random numbers without repeating?

I'm obviously missing something, doesn't this

Code: Select all

For Local k = 0 To 4
	DebugPrint(Rnd(20))
Next
produce "5 random numbers without repeating" as asked in the first post?
by youyise
Thu Feb 06, 2014 12:19 am
Forum: Windows IDE
Topic: IDE confused by the existence of non_ASCII
Replies: 5
Views: 10146

Re: IDE confused by the existence of non_ASCII

Thanks for considering it! Out of curiosity isn't this the problem in Europe too, nowadays I'd expect lots of European customers occasionally use non-ASCII letters in their folder / file names (even if they don't they'll eventually end up with such files anyway because their friends, clients, locali...
by youyise
Tue Feb 04, 2014 8:54 am
Forum: Windows IDE
Topic: IDE confused by the existence of non_ASCII
Replies: 5
Views: 10146

Re: IDE confused by the existence of non_ASCII

Windows 7 64 bit. I already have Chinese support installed and Chinese version of Windows and other software I'm using daily like Photoshop and Open Office… Besides I'm trying to avoid having to rename half of my assets directories (bitmaps, audio etc that I already named using non-ASCII names) just...
by youyise
Tue Feb 04, 2014 6:50 am
Forum: Windows IDE
Topic: IDE confused by the existence of non_ASCII
Replies: 5
Views: 10146

IDE confused by the existence of non_ASCII

All of a sudden I started getting messages like "no such file" (or something like that) no matter which of my recent projects I tried to open… it turns out it's because the folder they were in has some Chinese characters in its name. Preemptively saying… "Don't use non-American Standa...
by youyise
Sun Feb 02, 2014 12:19 pm
Forum: Hollywood bugs
Topic: Anchor at 0.5 causes glitchy rotation
Replies: 1
Views: 3727

Anchor at 0.5 causes glitchy rotation

I'm trying to rotate a simple box, which works fine. But as soon as I set both its anchors to 0.5, it starts to "teleport" at certain angles. Like this: http://i.imgur.com/mO8Jl8Y.gif?1 (watch what happens when it reaches 0) Box(#CENTER, #CENTER, RectSize, RectSize/2, #WHITE, {rotate=CurrA...