Hotspot2 text on cyclus [i]
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-14 01:01 PM
I have problem with to move text2 via HOTSPOT2. I create hotspot, but if i put more points, so crash it and show me only (.) I try what it do this problem and this do only, if hotspot2 on text2
------
HOTSPOT2 moxe,0,30,moveY2, 1+128
HOTSPOT2 moxe,-0.1,31,moveY2, 3
HOTSPOT2 moxe, moveY2, 32, moveY2,2
HOTSPOT2 0,moveY2,33,moxe, 1+128
HOTSPOT2 -0.1,moveY2,34,moxe, 3
HOTSPOT2 moxe, moveY2, 35,moxe,2
ADD2 insertX+moxe,insertY+moveY2
ROT2 alfa2D
text2 0,0, STR (text,2,0)
DEL TOP
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-14 01:02 PM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-15 06:20 PM
Can you show the whole code? Now it is hard to find the bug.
“A winner is just a loser who tried one more time.”
George M. Moore, Jr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-15 10:44 PM
If this is for the polyline script (as it looks from the screenshot), it would be hard to find the bug with just that part of the script (is it a subroutine? is it in the middle of the 2D script? etc); but for starters I would not use DEL TOP as you might be breaking other things.
Best regards.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 08:56 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 08:57 AM
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 09:19 AM
The Hotspot2 ID:s must be unique. Now you have used integers and two different parameters. Some overlapping can take place now.
“A winner is just a loser who tried one more time.”
George M. Moore, Jr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 09:25 AM
IDs 500+
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 10:39 AM
Between lines "*****THIS I TRIED" and "*****but not working"
I can see parameter "bod " and integers 30-35 used as ID:s
“A winner is just a loser who tried one more time.”
George M. Moore, Jr.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
2016-07-16 11:00 AM
I tried make new ID = bod
bod=50000
:ID = ID+1 = :bod= bod+1
I tried change ID...that to avoid potential collisions in ID.